From aac683ea690f7bee5d67fb4b4d21ec6f0937e80f Mon Sep 17 00:00:00 2001 From: Venkatesan Krishnamoorthy Date: Sat, 3 May 2025 12:44:06 +0530 Subject: [PATCH 1/5] all: networking: add os in buildcombos - add os freertos/nortos on the buildcombos Fixes: SITSW-7060 Signed-off-by: Venkatesan Krishnamoorthy --- .../.project/project_cpsw_lwipif_freertos.js | 18 +++++++++--------- .../.project/project_cpsw_lwipif_nortos.js | 16 ++++++++-------- .../.project/project_icssg_lwipif_freertos.js | 6 +++--- .../project_icssg_lwipif_ic_freertos.js | 16 ++++++++-------- .../.project/project_icssg_lwipif_nortos.js | 6 +++--- .../.project/project_enet_cli_freertos.js | 12 ++++++------ .../lwip/.project/project_contrib_freertos.js | 18 +++++++++--------- .../project_contrib_freertos_icss_emac.js | 6 +++--- .../lwip/.project/project_contrib_nortos.js | 16 ++++++++-------- .../lwip/.project/project_stack_freertos.js | 19 ++++++++++--------- .../project_stack_freertos_icss_emac.js | 6 +++--- .../lwip/.project/project_stack_nortos.js | 16 ++++++++-------- .../tsn/.project/project_tsn_combase.js | 16 ++++++++-------- .../tsn/.project/project_tsn_gptp.js | 16 ++++++++-------- .../tsn/.project/project_tsn_icssg_combase.js | 4 ++-- .../tsn/.project/project_tsn_icssg_gptp.js | 4 ++-- .../networking/tsn/.project/project_tsn_l2.js | 10 +++++----- .../tsn/.project/project_tsn_lldp.js | 14 +++++++------- .../tsn/.project/project_tsn_netconf.js | 10 +++++----- .../tsn/.project/project_tsn_unibase.js | 16 ++++++++-------- .../tsn/.project/project_tsn_uniconf.js | 16 ++++++++-------- 21 files changed, 131 insertions(+), 130 deletions(-) diff --git a/source/networking/enet/.project/project_cpsw_lwipif_freertos.js b/source/networking/enet/.project/project_cpsw_lwipif_freertos.js index 5636aa56e91..1189460ff56 100644 --- a/source/networking/enet/.project/project_cpsw_lwipif_freertos.js +++ b/source/networking/enet/.project/project_cpsw_lwipif_freertos.js @@ -157,15 +157,15 @@ const soc_defines = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "a53", cgt: "gcc-aarch64"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "a53", cgt: "gcc-aarch64", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/enet/.project/project_cpsw_lwipif_nortos.js b/source/networking/enet/.project/project_cpsw_lwipif_nortos.js index 80b72c260f0..5640a128287 100644 --- a/source/networking/enet/.project/project_cpsw_lwipif_nortos.js +++ b/source/networking/enet/.project/project_cpsw_lwipif_nortos.js @@ -123,14 +123,14 @@ const defines_r5f = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os:"nortos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/enet/.project/project_icssg_lwipif_freertos.js b/source/networking/enet/.project/project_icssg_lwipif_freertos.js index 9dc12634bcb..06159b8e321 100644 --- a/source/networking/enet/.project/project_icssg_lwipif_freertos.js +++ b/source/networking/enet/.project/project_icssg_lwipif_freertos.js @@ -76,9 +76,9 @@ const defines_r5f = { }; const buildOptionCombos = [ - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/enet/.project/project_icssg_lwipif_ic_freertos.js b/source/networking/enet/.project/project_icssg_lwipif_ic_freertos.js index 0b0cf98ae9d..588dce72cb9 100644 --- a/source/networking/enet/.project/project_icssg_lwipif_ic_freertos.js +++ b/source/networking/enet/.project/project_icssg_lwipif_ic_freertos.js @@ -116,14 +116,14 @@ const defines_r5f = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/enet/.project/project_icssg_lwipif_nortos.js b/source/networking/enet/.project/project_icssg_lwipif_nortos.js index e20b8408a54..c4b8411a3c9 100644 --- a/source/networking/enet/.project/project_icssg_lwipif_nortos.js +++ b/source/networking/enet/.project/project_icssg_lwipif_nortos.js @@ -76,9 +76,9 @@ const defines_r5f = { }; const buildOptionCombos = [ - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os:"nortos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/enet_cli/.project/project_enet_cli_freertos.js b/source/networking/enet_cli/.project/project_enet_cli_freertos.js index 568f53f97fa..9e0a3ca5933 100644 --- a/source/networking/enet_cli/.project/project_enet_cli_freertos.js +++ b/source/networking/enet_cli/.project/project_enet_cli_freertos.js @@ -112,12 +112,12 @@ const deviceSpecific_cflags = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/lwip/.project/project_contrib_freertos.js b/source/networking/lwip/.project/project_contrib_freertos.js index 478f783706d..2d4bed85074 100644 --- a/source/networking/lwip/.project/project_contrib_freertos.js +++ b/source/networking/lwip/.project/project_contrib_freertos.js @@ -145,15 +145,15 @@ const deviceSpecific_cflags_a53 = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "a53", cgt: "gcc-aarch64"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "a53", cgt: "gcc-aarch64", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty() { diff --git a/source/networking/lwip/.project/project_contrib_freertos_icss_emac.js b/source/networking/lwip/.project/project_contrib_freertos_icss_emac.js index be67a7565c9..d531354a289 100644 --- a/source/networking/lwip/.project/project_contrib_freertos_icss_emac.js +++ b/source/networking/lwip/.project/project_contrib_freertos_icss_emac.js @@ -104,9 +104,9 @@ const deviceSpecific_cflags = { const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty() { diff --git a/source/networking/lwip/.project/project_contrib_nortos.js b/source/networking/lwip/.project/project_contrib_nortos.js index eddf0e9ea3e..cf921e21570 100644 --- a/source/networking/lwip/.project/project_contrib_nortos.js +++ b/source/networking/lwip/.project/project_contrib_nortos.js @@ -131,14 +131,14 @@ const deviceSpecific_cflags = { const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os:"nortos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, ]; function getComponentProperty() { diff --git a/source/networking/lwip/.project/project_stack_freertos.js b/source/networking/lwip/.project/project_stack_freertos.js index d3cd217dbbe..279e302adb4 100644 --- a/source/networking/lwip/.project/project_stack_freertos.js +++ b/source/networking/lwip/.project/project_stack_freertos.js @@ -317,15 +317,16 @@ const deviceSpecific_cflags_a53 = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "a53", cgt: "gcc-aarch64"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "a53", cgt: "gcc-aarch64", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/lwip/.project/project_stack_freertos_icss_emac.js b/source/networking/lwip/.project/project_stack_freertos_icss_emac.js index 554e9243a22..f721dd6559c 100644 --- a/source/networking/lwip/.project/project_stack_freertos_icss_emac.js +++ b/source/networking/lwip/.project/project_stack_freertos_icss_emac.js @@ -249,9 +249,9 @@ const deviceSpecific_cflags = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/lwip/.project/project_stack_nortos.js b/source/networking/lwip/.project/project_stack_nortos.js index 4fa93caab74..c069eb40ef8 100644 --- a/source/networking/lwip/.project/project_stack_nortos.js +++ b/source/networking/lwip/.project/project_stack_nortos.js @@ -268,14 +268,14 @@ const deviceSpecific_cflags = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "gcc-armv7"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am243x", cpu: "r5f", cgt: "gcc-armv7", os:"nortos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os:"nortos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_combase.js b/source/networking/tsn/.project/project_tsn_combase.js index 5535899dc7f..f9254bfb660 100644 --- a/source/networking/tsn/.project/project_tsn_combase.js +++ b/source/networking/tsn/.project/project_tsn_combase.js @@ -173,14 +173,14 @@ const deviceSpecific_cflags_a53 = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "a53", cgt: "gcc-aarch64"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "a53", cgt: "gcc-aarch64", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_gptp.js b/source/networking/tsn/.project/project_tsn_gptp.js index 20e40270023..cc745e7d961 100644 --- a/source/networking/tsn/.project/project_tsn_gptp.js +++ b/source/networking/tsn/.project/project_tsn_gptp.js @@ -210,14 +210,14 @@ const deviceSpecific_cflags_a53 = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "a53", cgt: "gcc-aarch64"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "a53", cgt: "gcc-aarch64", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_icssg_combase.js b/source/networking/tsn/.project/project_tsn_icssg_combase.js index c338d970f3c..5f5133eb13a 100644 --- a/source/networking/tsn/.project/project_tsn_icssg_combase.js +++ b/source/networking/tsn/.project/project_tsn_icssg_combase.js @@ -104,8 +104,8 @@ const deviceSpecific_cflags = { }; const buildOptionCombos = [ - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_icssg_gptp.js b/source/networking/tsn/.project/project_tsn_icssg_gptp.js index f4e7151444a..00ba9b2e893 100644 --- a/source/networking/tsn/.project/project_tsn_icssg_gptp.js +++ b/source/networking/tsn/.project/project_tsn_icssg_gptp.js @@ -153,8 +153,8 @@ const deviceSpecific_cflags = { }; const buildOptionCombos = [ - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_l2.js b/source/networking/tsn/.project/project_tsn_l2.js index 567d27e1a34..ce3f012486e 100644 --- a/source/networking/tsn/.project/project_tsn_l2.js +++ b/source/networking/tsn/.project/project_tsn_l2.js @@ -126,11 +126,11 @@ const deviceSpecific_cflags = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_lldp.js b/source/networking/tsn/.project/project_tsn_lldp.js index 4a539be9ea1..351bacdeebb 100644 --- a/source/networking/tsn/.project/project_tsn_lldp.js +++ b/source/networking/tsn/.project/project_tsn_lldp.js @@ -122,13 +122,13 @@ const deviceSpecific_cflags = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_netconf.js b/source/networking/tsn/.project/project_tsn_netconf.js index 1308586dad0..f4a4a25f690 100644 --- a/source/networking/tsn/.project/project_tsn_netconf.js +++ b/source/networking/tsn/.project/project_tsn_netconf.js @@ -98,11 +98,11 @@ const cflags = { ] }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_unibase.js b/source/networking/tsn/.project/project_tsn_unibase.js index f81b92db66d..9f23258e9ba 100644 --- a/source/networking/tsn/.project/project_tsn_unibase.js +++ b/source/networking/tsn/.project/project_tsn_unibase.js @@ -141,14 +141,14 @@ const deviceSpecific_cflags_a53 = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "a53", cgt: "gcc-aarch64"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "a53", cgt: "gcc-aarch64", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { diff --git a/source/networking/tsn/.project/project_tsn_uniconf.js b/source/networking/tsn/.project/project_tsn_uniconf.js index 0e98933d981..d6c0ac59eb3 100644 --- a/source/networking/tsn/.project/project_tsn_uniconf.js +++ b/source/networking/tsn/.project/project_tsn_uniconf.js @@ -253,14 +253,14 @@ const deviceSpecific_cflags_a53 = { }; const buildOptionCombos = [ - { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang"}, - { device: "am64x", cpu: "a53", cgt: "gcc-aarch64"}, - { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang"}, + { device: "am263x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am263px", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am261x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am243x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am273x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, + { device: "am64x", cpu: "a53", cgt: "gcc-aarch64", os: "freertos"}, + { device: "awr294x", cpu: "r5f", cgt: "ti-arm-clang", os: "freertos"}, ]; function getComponentProperty(device) { From 445da66025bdc7d09c352eaeda48896e00f479c5 Mon Sep 17 00:00:00 2001 From: Venkatesan Krishnamoorthy Date: Fri, 2 May 2025 18:23:48 +0530 Subject: [PATCH 2/5] all: infra: add os optiondefine by default - add OS_NORTOS or OS_FREERTOS defines by deault for all makefiles based on the os in the build options Fixes: SITSW-7060 Signed-off-by: Venkatesan Krishnamoorthy --- .project/common.js | 105 ++++++++++++++++++++++++ .project/device/project_am243x.js | 5 ++ .project/device/project_am261x.js | 4 + .project/device/project_am263px.js | 5 ++ .project/device/project_am263x.js | 5 ++ .project/device/project_am273x.js | 5 ++ .project/device/project_am64x.js | 10 +++ .project/device/project_am65x.js | 5 ++ .project/genMakefiles.js | 75 ++++++++++++++--- .project/genProjectSpec.js | 3 + .project/templates/makefile_library.xdt | 4 + 11 files changed, 215 insertions(+), 11 deletions(-) diff --git a/.project/common.js b/.project/common.js index 64f93080669..62493f33e26 100755 --- a/.project/common.js +++ b/.project/common.js @@ -54,6 +54,107 @@ function mergeCgtOptions(project, commonCgtOptions) { return project; } +function addOsDefine(project, os) { + + let osDefine = "OS_" + os.toUpperCase().replace(/-/g, "_");; + if (project.hasOwnProperty("defines") && + project["defines"].hasOwnProperty("common") && + project["defines"]["common"].includes(osDefine) == false) { + project["defines"]["common"].push(osDefine); + } + return project; +} + +function addOsIncludes(project, os, buildOption) { + let includes = []; + switch(os) { + case "freertos": + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include"); + if (buildOption.cpu.match(/m4f*/)) { + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CM4F"); + cpu = "m4f"; + } else if (buildOption.cpu.match (/r5f*/)) { + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F"); + cpu = "r5f"; + } else if (buildOption.cpu.match(/a53*/)) { + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/GCC/ARM_CA53"); + cpu = "a53"; + } + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/" + buildOption.device + "/" + cpu); + break; + case "freertos-smp": + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel-smp/include"); + if (buildOption.cpu.match(/a53*/)) { + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable_smp/GCC/ARM_CA53"); + cpu = "a53"; + } + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/" + buildOption.device + "/" + cpu + "-smp"); + break; + case "safertos": + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/safertos/safeRTOS/kernel/include_api"); + includes.push("${MCU_PLUS_SDK_PATH}/source/kernel/safertos/safeRTOS/config"); + break; + case "nortos": + default: + break; + } + if (project.hasOwnProperty("includes") && + project["includes"].hasOwnProperty("common")) { + for (let include of includes) { + if (project["includes"]["common"].includes(include) == false) + project["includes"]["common"].push(include); + }; + } + return project; +} + +function getLibsBuitwihOS() { + return [ + "lwipif-cpsw-freertos", + "lwipif-cpsw-nortos", + "lwipif-icssg-freertos", + "lwipif-icssg-nortos", + "lwipif-ic-freertos", + "enet_cli_freertos", + "lwip-contrib-freertos-icss_emac", + "lwip-contrib-freertos", + "lwip-contrib-nortos", + "lwip-freertos-icss_emac", + "lwip-freertos", + "lwip-nortos", + "tsn_combase-freertos", + "tsn_gptp-freertos", + "tsn_icssg_combase-freertos", + "tsn_icssg_gptp-freertos", + "tsn_l2-freertos", + "tsn_lldp-freertos", + "tsn_netconf-freertos", + "tsn_unibase-freertos", + "tsn_uniconf-freertos" + ]; +} + +function updateLibsWithOs(project, os) { + let osList = require(`./device/project_${device}`).getOsList(buildOption.cpu); + if (project.hasOwnProperty("libs") && + project["libs"].hasOwnProperty("common")) { + let libs_list = []; + + for (let lib of project["libs"]["common"]) { + let libWithOs = lib.replace(/\${ConfigName}/, buildOption.os + "." + "${ConfigName}"); + if (osList.some(osItem => lib.match(new RegExp("^" + osItem + "\\."))) || + getLibsBuitwihOS().some(libWithOs => lib.match(new RegExp("^" + libWithOs)))) { + libs_list.push(lib); + } + else + { + libs_list.push(libWithOs); + } + }; + project["libs"]["common"] = libs_list; + } + return project; +} function relative(pathStr1, pathStr2) { let relpath = path.relative(pathStr1, pathStr2) @@ -192,6 +293,10 @@ module.exports = { setInstrumentationMode, cleanBuildfiles, mergeCgtOptions, + addOsDefine, + addOsIncludes, + updateLibsWithOs, + getLibsBuitwihOS, convertTemplateToFile, path: { relative, diff --git a/.project/device/project_am243x.js b/.project/device/project_am243x.js index fa058dbd693..122593e25f8 100644 --- a/.project/device/project_am243x.js +++ b/.project/device/project_am243x.js @@ -502,6 +502,10 @@ function getEnableGccBuild() { return IsGccBuildEnabled; } +function getOsList(cpu) { + return ["nortos", "freertos"]; +} + module.exports = { getComponentList, getExampleList, @@ -517,4 +521,5 @@ module.exports = { getProductNameProjectSpec, getFlashAddr, getEnableGccBuild, + getOsList, }; diff --git a/.project/device/project_am261x.js b/.project/device/project_am261x.js index 7268eda390b..7a813290cdf 100644 --- a/.project/device/project_am261x.js +++ b/.project/device/project_am261x.js @@ -589,6 +589,9 @@ function getFlashAddr() { return 0x60000000; } +function getOsList(cpu) { + return ["nortos", "freertos"]; +} module.exports = { getComponentList, getExampleList, @@ -603,4 +606,5 @@ module.exports = { getLinuxFwName, getProductNameProjectSpec, getFlashAddr, + getOsList, }; diff --git a/.project/device/project_am263px.js b/.project/device/project_am263px.js index 62f430a3f18..46d74487864 100644 --- a/.project/device/project_am263px.js +++ b/.project/device/project_am263px.js @@ -575,6 +575,10 @@ function getFlashAddr() { return 0x60000000; } +function getOsList(cpu) { + return ["nortos", "freertos"]; +} + module.exports = { getComponentList, getExampleList, @@ -589,4 +593,5 @@ module.exports = { getLinuxFwName, getProductNameProjectSpec, getFlashAddr, + getOsList, }; diff --git a/.project/device/project_am263x.js b/.project/device/project_am263x.js index 3ece1180f75..76751626a21 100644 --- a/.project/device/project_am263x.js +++ b/.project/device/project_am263x.js @@ -538,6 +538,10 @@ function getFlashAddr() { return 0x60000000; } +function getOsList(cpu) { + return ["nortos", "freertos"]; +} + module.exports = { getComponentList, getExampleList, @@ -552,4 +556,5 @@ module.exports = { getLinuxFwName, getProductNameProjectSpec, getFlashAddr, + getOsList, }; diff --git a/.project/device/project_am273x.js b/.project/device/project_am273x.js index 12f493e26b2..33718574e16 100644 --- a/.project/device/project_am273x.js +++ b/.project/device/project_am273x.js @@ -335,6 +335,10 @@ function getFlashAddr() { return 0xC6000000; } +function getOsList(cpu) { + return ["nortos", "freertos"]; +} + module.exports = { getComponentList, getExampleList, @@ -349,4 +353,5 @@ module.exports = { getLinuxFwName, getProductNameProjectSpec, getFlashAddr, + getOsList, }; diff --git a/.project/device/project_am64x.js b/.project/device/project_am64x.js index c02a2c5a51a..62750ec1237 100644 --- a/.project/device/project_am64x.js +++ b/.project/device/project_am64x.js @@ -446,6 +446,15 @@ function getEnableGccBuild() { const IsGccBuildEnabled = 0; return IsGccBuildEnabled; } +function getOsList(cpu) { + switch(cpu) { + default: + return ["nortos", "freertos"]; + case "a53": + case "a53-smp": + return ["nortos", "freertos", "freertos-smp"]; + } +} module.exports = { getComponentList, @@ -462,4 +471,5 @@ module.exports = { getProductNameProjectSpec, getFlashAddr, getEnableGccBuild, + getOsList, }; diff --git a/.project/device/project_am65x.js b/.project/device/project_am65x.js index 1d95319974a..b8f01b54de7 100644 --- a/.project/device/project_am65x.js +++ b/.project/device/project_am65x.js @@ -142,6 +142,10 @@ function getFlashAddr() { return 0x58000000; } +function getOsList(cpu) { + return ["nortos", "freertos"]; +} + module.exports = { getComponentList, getExampleList, @@ -156,4 +160,5 @@ module.exports = { getLinuxFwName, getProductNameProjectSpec, getFlashAddr, + getOsList, }; diff --git a/.project/genMakefiles.js b/.project/genMakefiles.js index f9624d953c7..d3604421cb2 100755 --- a/.project/genMakefiles.js +++ b/.project/genMakefiles.js @@ -25,6 +25,7 @@ function genMakefileDeviceTop(component_file_list, example_file_list, device, is let buildTargetScrub_gcc = []; let buildTargetClean = []; let buildTargetScrub = []; + let osList = require(`./device/project_${device}`).getOsList(buildOption.cpu); property = require(`../${component}`).getComponentProperty(device); @@ -46,17 +47,38 @@ function genMakefileDeviceTop(component_file_list, example_file_list, device, is component_make.isPrebuilt = true; } for(buildOption of property.buildOptionCombos) { - if(buildOption.cgt === "gcc-armv7" && (device === "am64x" || device === "am243x")){ - buildTarget_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}`; - buildTargetClean_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}_clean`; - buildTargetScrub_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}_scrub`; + if (osList.includes(property.name) || + common.getLibsBuitwihOS().some(libWithOs => libWithOs.match(new RegExp("^" + property.name)))) + { + if(buildOption.cgt === "gcc-armv7" && (device === "am64x" || device === "am243x")){ + buildTarget_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}`; + buildTargetClean_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}_clean`; + buildTargetScrub_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}_scrub`; + } + else{ + buildTarget +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}`; + buildTargetClean +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}_clean`; + buildTargetScrub +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}_scrub`; + } } - else{ - buildTarget +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}`; - buildTargetClean +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}_clean`; - buildTargetScrub +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}_scrub`; + else + { + let osList = require(`./device/project_${device}`).getOsList(buildOption.cpu); + if(buildOption.cgt === "gcc-armv7" && (device === "am64x" || device === "am243x")){ + osList.forEach(os => { + buildTarget_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}.${os}`; + buildTargetClean_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}.${os}_clean`; + buildTargetScrub_gcc +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}.${os}_scrub`; + }); + } + else{ + osList.forEach(os => { + buildTarget +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}.${os}`; + buildTargetClean +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}.${os}_clean`; + buildTargetScrub +=` ${property.name}_${buildOption.cpu}.${buildOption.cgt}.${os}_scrub`; + }); + } } - } if((device === "am64x" || device === "am243x")){ component_make.buildTarget_gcc = buildTarget_gcc; @@ -203,6 +225,7 @@ function genMakefileLibrary(component_file_list, device) { for(buildOption of property.buildOptionCombos) { let commonCgtOptions = require(`./cgt/cgt_${buildOption.cgt}`).getCgtOptions(buildOption.cpu, device); let common_build_property = require(`./device/project_${device}`).getProperty(); + let osList = require(`./device/project_${device}`).getOsList(buildOption.cpu); build_property = require(`../${component}`).getComponentBuildProperty(buildOption); let project = []; @@ -225,10 +248,36 @@ function genMakefileLibrary(component_file_list, device) { { tag = `.${property.tag}`; } - common.convertTemplateToFile( + if(osList.includes(property.name) || + common.getLibsBuitwihOS().some(libWithOs => libWithOs.match(new RegExp("^" + property.name)))) + { + /* Kernel libraries */ + projectClone = _.cloneDeep(project) + projectClone = common.addOsDefine( projectClone, buildOption.os); + if (common.getLibsBuitwihOS().some(libWithOs => libWithOs.match(new RegExp("^" + property.name)))) + { + projectClone = common.addOsIncludes(projectClone, buildOption.os, buildOption); + } + args.project = projectClone; + common.convertTemplateToFile( `.project/templates/makefile_${project.type}.xdt`, `${project.dirPath}/makefile${tag}.${project.device}.${project.cpu}.${project.cgt}`, args); + } + else + { + osList.forEach(os => { + args.os = os; + projectClone = _.cloneDeep(project) + + projectClone = common.addOsDefine(projectClone, os); + args.project = common.addOsIncludes(projectClone, os, buildOption); + common.convertTemplateToFile( + `.project/templates/makefile_${project.type}.xdt`, + `${project.dirPath}/makefile${tag}.${project.device}.${project.cpu}.${project.cgt}.${os}`, + args); + }); + } } } } @@ -244,7 +293,7 @@ function cleanMakefileLibrary(component_file_list, device) { project = _.merge({}, project, property); project.relpath = common.path.relative(path.normalize(__dirname + "/.."), property.dirPath); - common.deleteFile(`${project.dirPath}/makefile.${buildOption.device}.${buildOption.cpu}.${buildOption.cgt}`); + common.deleteFile(`${project.dirPath}/makefile.${buildOption.device}.${buildOption.cpu}.${buildOption.cgt}.${project.os}`); } } } @@ -269,8 +318,11 @@ function genMakefileExample(example_file_list, device) { project.relpath = common.path.relative(path.normalize(__dirname + "/.."), project.dirPath); project = _.merge({}, project, buildOption); project = _.merge({}, project, build_property); + project = common.updateLibsWithOs(project, buildOption.os); project = common.mergeCgtOptions(project, commonCgtOptions); project = common.mergeCgtOptions(project, common_build_property); + project = common.addOsDefine(project, buildOption.os); + project = common.addOsIncludes(project, buildOption.os, buildOption); project.dirPath = makefileOutPath; let isInstrumentationMode = false; @@ -353,6 +405,7 @@ function genMakefileProjectSpec(example_file_list, device) { project.relpath = common.path.relative(path.normalize(__dirname + "/.."), project.dirPath); project = _.merge({}, project, buildOption); project = common.mergeCgtOptions(project, common_build_property); + project = common.addOsDefine(project, buildOption.os); project = _.merge({}, project, build_property); project.dirPath = makefileOutPath; diff --git a/.project/genProjectSpec.js b/.project/genProjectSpec.js index dd12d17282a..fca55e5d239 100644 --- a/.project/genProjectSpec.js +++ b/.project/genProjectSpec.js @@ -239,8 +239,11 @@ function genProjectSpecExample(device) { project.relpath = common.path.relative(path.normalize(__dirname + "/.."), project.dirPath); project = _.merge({}, project, buildOption); project = _.merge({}, project, build_property); + project = common.updateLibsWithOs(project, buildOption.os); project = common.mergeCgtOptions(project, commonCgtOptions); project = common.mergeCgtOptions(project, common_build_property); + project = common.addOsDefine(project, buildOption.os); + project = common.addOsIncludes(project, buildOption.os, buildOption); project.dirPath = projectSpecOutPath; let args = { diff --git a/.project/templates/makefile_library.xdt b/.project/templates/makefile_library.xdt index 59dc5298759..6fea88f78ad 100755 --- a/.project/templates/makefile_library.xdt +++ b/.project/templates/makefile_library.xdt @@ -13,7 +13,11 @@ ConfigName:=$(PROFILE) % if (args.project.name == "drivers" && (args.project.device == "am243x" || args.project.device == "am64x")) { DEVICE_TYPE?=GP % } +% if (args.os != undefined) { +LIBNAME:=`args.project.name`.`args.project.device`.`args.project.cpu`.`args.project.cgt`.`args.os`.$(PROFILE).lib +% } else { LIBNAME:=`args.project.name`.`args.project.device`.`args.project.cpu`.`args.project.cgt`.$(PROFILE).lib +% } % let obj = {} % obj = args.project.files; From 2e87eae8b737b549386548248588c35b863d25bf Mon Sep 17 00:00:00 2001 From: Venkatesan Krishnamoorthy Date: Mon, 5 May 2025 10:29:49 +0530 Subject: [PATCH 3/5] all: ClockP: avoid typecasting from a different struct types - Rename ClockP_Strcut to ClockP_Object - Pick ClockP_Object definition based on #define for OS Fixes: SITSW-7060 Signed-off-by: Venkatesan Krishnamoorthy --- source/kernel/dpl/ClockP.h | 48 +++++++++++++------ .../freertos/dpl/common/ClockP_freertos.c | 27 ++++------- .../kernel/nortos/dpl/common/ClockP_nortos.c | 30 ++++++------ .../nortos/dpl/common/ClockP_nortos_priv.h | 12 +---- .../safertos/dpl/common/ClockP_safertos.c | 31 +++++------- 5 files changed, 72 insertions(+), 76 deletions(-) diff --git a/source/kernel/dpl/ClockP.h b/source/kernel/dpl/ClockP.h index ee16a8b274a..db3f8384c63 100755 --- a/source/kernel/dpl/ClockP.h +++ b/source/kernel/dpl/ClockP.h @@ -39,6 +39,7 @@ extern "C" { #include #include +#include /** * \defgroup KERNEL_DPL_CLOCK APIs for Clock @@ -49,25 +50,44 @@ extern "C" { * @{ */ -/** - * \brief Max size of clock object across no-RTOS and all OS's - */ -#if defined (OS_SAFERTOS) -#define ClockP_OBJECT_SIZE_MAX (120u) -#else -#define ClockP_OBJECT_SIZE_MAX (104u) -#endif /** * \brief Opaque clock object used with the clock APIs */ -typedef struct ClockP_Object_ { - - /* uintptr_t translates to uint64_t for A53 and uint32_t for R5 and M4 */ - /* This accounts for the 64bit pointer in A53 and 32bit pointer in R5 and M4 */ - uintptr_t rsv[ClockP_OBJECT_SIZE_MAX/sizeof(uint32_t)]; /**< reserved, should NOT be modified by end users */ - +#if defined (OS_NORTOS) +typedef struct ClockP_Object_ +{ + void (*callback)(struct ClockP_Object_ *obj, void *args); + void *args; + uint32_t startTimeout; /* timeout passed to ClockP_construct() */ + uint32_t timeout; + uint32_t period; + struct ClockP_Object_ *next; } ClockP_Object; +#elif defined (OS_FREERTOS) || defined (OS_FREERTOS_SMP) +#include +#include +typedef struct ClockP_Object_ +{ + StaticTimer_t timerObj; + TimerHandle_t timerHndl; + void (*callback)(struct ClockP_Object_ *obj, void *args); + void *args; +} ClockP_Object; +#elif defined (OS_SAFERTOS) +#include +#include +typedef struct ClockP_Object_ +{ + timerInitParametersType timerParameters; + timerControlBlockType timerControlBlock; + timerHandleType timerHndl; + void (*callback)(struct ClockP_Object_ *obj, void *args); + void *args; +} ClockP_Object; +#else +#error "Define OS_NORTOS, OS_FREERTOS or OS_SAFERTOS" +#endif /** * \brief ClockP module config, set as part of SysConfig, not to be set by end-users directly diff --git a/source/kernel/freertos/dpl/common/ClockP_freertos.c b/source/kernel/freertos/dpl/common/ClockP_freertos.c index 5a7f85b9edd..d1754a3b6d4 100755 --- a/source/kernel/freertos/dpl/common/ClockP_freertos.c +++ b/source/kernel/freertos/dpl/common/ClockP_freertos.c @@ -33,14 +33,7 @@ #include #include -typedef struct ClockP_Struct_ -{ - StaticTimer_t timerObj; - TimerHandle_t timerHndl; - ClockP_FxnCallback callback; - void *args; -} ClockP_Struct; static void ClockP_sleepTicks(uint32_t ticks); @@ -61,22 +54,20 @@ void ClockP_timerTickIsr(void *args) void ClockP_timerCallbackFunction( TimerHandle_t xTimer ) { - ClockP_Struct *pTimer = (ClockP_Struct *) pvTimerGetTimerID(xTimer); + ClockP_Object *pTimer = (ClockP_Object *) pvTimerGetTimerID(xTimer); if((pTimer != NULL) && (pTimer->callback) ) { - pTimer->callback((ClockP_Object*)pTimer, pTimer->args); + pTimer->callback(pTimer, pTimer->args); } } int32_t ClockP_construct(ClockP_Object *handle, ClockP_Params *params) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; UBaseType_t uxAutoReload = pdFALSE; int32_t status; - DebugP_assert(sizeof(ClockP_Struct) <= sizeof(ClockP_Object)); - if(params->period == 0U) { uxAutoReload = pdFALSE; @@ -117,7 +108,7 @@ int32_t ClockP_construct(ClockP_Object *handle, ClockP_Params *params) void ClockP_destruct(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; (void)xTimerDelete(pTimer->timerHndl, portMAX_DELAY); } @@ -148,7 +139,7 @@ uint32_t ClockP_getTicks(void) uint32_t ClockP_getTimeout(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; uint32_t value = 0; if(xTimerIsTimerActive(pTimer->timerHndl) != 0) @@ -160,7 +151,7 @@ uint32_t ClockP_getTimeout(ClockP_Object *handle) uint32_t ClockP_isActive(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; return (uint32_t)xTimerIsTimerActive(pTimer->timerHndl); } @@ -178,7 +169,7 @@ void ClockP_Params_init(ClockP_Params *params) void ClockP_setTimeout(ClockP_Object *handle, uint32_t timeout) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; if(HwiP_inISR() != 0U) { @@ -195,7 +186,7 @@ void ClockP_setTimeout(ClockP_Object *handle, uint32_t timeout) void ClockP_start(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; if(HwiP_inISR() != 0U) { @@ -212,7 +203,7 @@ void ClockP_start(ClockP_Object *handle) void ClockP_stop(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; if(HwiP_inISR() != 0U) { diff --git a/source/kernel/nortos/dpl/common/ClockP_nortos.c b/source/kernel/nortos/dpl/common/ClockP_nortos.c index 738ecaf5933..dfbf2c053b8 100755 --- a/source/kernel/nortos/dpl/common/ClockP_nortos.c +++ b/source/kernel/nortos/dpl/common/ClockP_nortos.c @@ -33,13 +33,13 @@ #include "ClockP_nortos_priv.h" static void ClockP_sleepTicks(uint32_t ticks); -static void ClockP_addToList(ClockP_Struct *obj); +static void ClockP_addToList(ClockP_Object *obj); ClockP_Control gClockCtrl; void ClockP_timerTickIsr(void *args) { - ClockP_Struct *obj, *temp; + ClockP_Object *obj, *temp; /* increment the systick counter */ gClockCtrl.ticks++; @@ -74,7 +74,7 @@ void ClockP_timerTickIsr(void *args) if(obj->callback!=NULL) { - (obj->callback)((ClockP_Object*)obj, obj->args); + (obj->callback)(obj, obj->args); } obj = gClockCtrl.list; } @@ -83,9 +83,9 @@ void ClockP_timerTickIsr(void *args) int32_t ClockP_construct(ClockP_Object *handle, ClockP_Params *params) { - ClockP_Struct *obj = (ClockP_Struct *)handle; + ClockP_Object *obj = (ClockP_Object *)handle; - DebugP_assert(sizeof(ClockP_Struct) < sizeof(ClockP_Object)); + DebugP_assert(sizeof(ClockP_Object) < sizeof(ClockP_Object)); /* populate the new clock instance */ obj->callback = params->callback; @@ -104,8 +104,8 @@ int32_t ClockP_construct(ClockP_Object *handle, ClockP_Params *params) void ClockP_destruct(ClockP_Object *handle) { - ClockP_Struct *obj = (ClockP_Struct*) handle; - ClockP_Struct *temp; + ClockP_Object *obj = handle; + ClockP_Object *temp; uintptr_t key; key = HwiP_disable(); @@ -152,7 +152,7 @@ uint32_t ClockP_getTicks(void) uint32_t ClockP_getTimeout(ClockP_Object *handle) { - ClockP_Struct *obj = (ClockP_Struct *)handle; + ClockP_Object *obj = (ClockP_Object *)handle; uint32_t status = 0; if (obj->timeout > 0U) { status = (obj->timeout - (uint32_t)gClockCtrl.ticks); @@ -165,7 +165,7 @@ uint32_t ClockP_getTimeout(ClockP_Object *handle) uint32_t ClockP_isActive(ClockP_Object *handle) { - ClockP_Struct *obj = (ClockP_Struct *)handle; + ClockP_Object *obj = (ClockP_Object *)handle; uint32_t result=0; if(obj->timeout > 0U) { @@ -186,14 +186,14 @@ void ClockP_Params_init(ClockP_Params *params) void ClockP_setTimeout(ClockP_Object *handle, uint32_t timeout) { - ClockP_Struct *obj = (ClockP_Struct*)handle; + ClockP_Object *obj = handle; obj->startTimeout = timeout; } void ClockP_start(ClockP_Object *handle) { - ClockP_Struct *obj = (ClockP_Struct*)handle; + ClockP_Object *obj = handle; uintptr_t key; /* protect the context by disable the interrupt */ @@ -213,8 +213,8 @@ void ClockP_start(ClockP_Object *handle) void ClockP_stop(ClockP_Object *handle) { - ClockP_Struct *obj = (ClockP_Struct*)handle; - ClockP_Struct *temp; + ClockP_Object *obj = handle; + ClockP_Object *temp; uintptr_t key; /* protect the context by disable the interrupt */ @@ -308,11 +308,11 @@ uint64_t ClockP_getTimeUsec(void) /* * Add clock to control list. Call with interrupts disabled. */ -static void ClockP_addToList(ClockP_Struct *obj) +static void ClockP_addToList(ClockP_Object *obj) { /* check if the linked list exists */ if (gClockCtrl.list != NULL) { - ClockP_Struct *temp = gClockCtrl.list; + ClockP_Object *temp = gClockCtrl.list; if (temp->timeout > obj->timeout) { obj->next = gClockCtrl.list; diff --git a/source/kernel/nortos/dpl/common/ClockP_nortos_priv.h b/source/kernel/nortos/dpl/common/ClockP_nortos_priv.h index 01e71d1e7b9..8e19a7e39bc 100755 --- a/source/kernel/nortos/dpl/common/ClockP_nortos_priv.h +++ b/source/kernel/nortos/dpl/common/ClockP_nortos_priv.h @@ -46,20 +46,12 @@ extern "C" #include #include -typedef struct ClockP_Struct_ -{ - ClockP_FxnCallback callback; - void *args; - uint32_t startTimeout; /* timeout passed to ClockP_construct() */ - uint32_t timeout; - uint32_t period; - struct ClockP_Struct_ *next; -} ClockP_Struct; + typedef struct ClockP_Control_ { uint64_t ticks; - ClockP_Struct *list; + ClockP_Object *list; uint32_t usecPerTick; HwiP_Object timerHwiObj; uint32_t timerBaseAddr; diff --git a/source/kernel/safertos/dpl/common/ClockP_safertos.c b/source/kernel/safertos/dpl/common/ClockP_safertos.c index 09ffe657b61..c60f7e73302 100644 --- a/source/kernel/safertos/dpl/common/ClockP_safertos.c +++ b/source/kernel/safertos/dpl/common/ClockP_safertos.c @@ -33,14 +33,7 @@ #include #include "ClockP_safertos_priv.h" -typedef struct ClockP_Struct_ -{ - timerInitParametersType timerParameters; - timerControlBlockType timerControlBlock; - timerHandleType timerHndl; - ClockP_FxnCallback callback; - void *args; -} ClockP_Struct; + static void ClockP_sleepTicks(uint32_t ticks); @@ -60,25 +53,25 @@ void ClockP_timerTickIsr(void *args) void ClockP_timerCallbackFunction( timerHandleType xTimer ) { - ClockP_Struct *pTimer; + ClockP_Object *pTimer; xTimerGetTimerID(xTimer, (portBaseType *) &pTimer); if(pTimer != NULL && pTimer->callback ) { - pTimer->callback((ClockP_Object*)pTimer, pTimer->args); + pTimer->callback(pTimer, pTimer->args); } } int32_t ClockP_construct(ClockP_Object *handle, ClockP_Params *params) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; portBaseType uxAutoReload = pdFALSE; int32_t status; portBaseType xReturn; - DebugP_assert(sizeof(ClockP_Struct) <= sizeof(ClockP_Object)); + DebugP_assert(sizeof(ClockP_Object) <= sizeof(ClockP_Object)); - memset(pTimer, 0U, sizeof(ClockP_Struct)); + memset(pTimer, 0U, sizeof(ClockP_Object)); if(params->period == 0) { uxAutoReload = pdFALSE; @@ -119,7 +112,7 @@ int32_t ClockP_construct(ClockP_Object *handle, ClockP_Params *params) void ClockP_destruct(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; xTimerDelete(pTimer->timerHndl, safertosapiMAX_DELAY); } @@ -141,7 +134,7 @@ uint32_t ClockP_getTicks() uint32_t ClockP_getTimeout(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; uint32_t value = 0; if(xTimerIsTimerActive(pTimer->timerHndl)) @@ -154,7 +147,7 @@ uint32_t ClockP_getTimeout(ClockP_Object *handle) uint32_t ClockP_isActive(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; return xTimerIsTimerActive(pTimer->timerHndl); } @@ -171,7 +164,7 @@ void ClockP_Params_init(ClockP_Params *params) void ClockP_setTimeout(ClockP_Object *handle, uint32_t timeout) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; if(HwiP_inISR()) { @@ -187,7 +180,7 @@ void ClockP_setTimeout(ClockP_Object *handle, uint32_t timeout) void ClockP_start(ClockP_Object *handle) { portBaseType xReturn; - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; if(HwiP_inISR()) { @@ -204,7 +197,7 @@ void ClockP_start(ClockP_Object *handle) void ClockP_stop(ClockP_Object *handle) { - ClockP_Struct *pTimer = (ClockP_Struct*)handle; + ClockP_Object *pTimer = handle; if(HwiP_inISR()) { From c0b29e0ed4020ceac6714c2473aad526cb51570d Mon Sep 17 00:00:00 2001 From: Venkatesan Krishnamoorthy Date: Mon, 5 May 2025 10:38:17 +0530 Subject: [PATCH 4/5] all: makefile: regen all library makefiles - regen library makefiles for each OS Fixes: SITSW-7060 Signed-off-by: Venkatesan Krishnamoorthy --- .../makefile.am243x.r5f.ti-arm-clang.freertos | 186 ++++++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 166 +++++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 166 +++++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 164 +++++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am273x.r5f.ti-arm-clang.freertos} | 25 +- ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 186 ++++++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- ... makefile.am65x.r5f.ti-arm-clang.freertos} | 27 +- ...=> makefile.am65x.r5f.ti-arm-clang.nortos} | 5 +- makefile.am243x | 270 +++++++------- makefile.am261x | 220 ++++++------ makefile.am263px | 150 ++++---- makefile.am263x | 140 ++++---- makefile.am273x | 90 ++--- makefile.am64x | 270 +++++++------- makefile.am65x | 40 +-- .../makefile.am243x.m4f.ti-arm-clang.freertos | 142 ++++++++ ...> makefile.am243x.m4f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.r5f.gcc-armv7.freertos | 153 ++++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 159 ++++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 164 +++++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 154 ++++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 154 ++++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- ... => makefile.am273x.c66.ti-c6000.freertos} | 33 +- ...00 => makefile.am273x.c66.ti-c6000.nortos} | 3 +- .../makefile.am273x.r5f.ti-arm-clang.freertos | 145 ++++++++ ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- source/board/makefile.am62x.m4f.ti-arm-clang | 117 ------ .../makefile.am64x.a53.gcc-aarch64.freertos | 148 ++++++++ ...akefile.am64x.a53.gcc-aarch64.freertos-smp | 148 ++++++++ ... => makefile.am64x.a53.gcc-aarch64.nortos} | 3 +- .../makefile.am64x.m4f.ti-arm-clang.freertos | 144 ++++++++ ...=> makefile.am64x.m4f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.gcc-armv7.freertos | 154 ++++++++ ...v7 => makefile.am64x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 160 +++++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am65x.r5f.ti-arm-clang.freertos | 129 +++++++ ...=> makefile.am65x.r5f.ti-arm-clang.nortos} | 5 +- .../board/makefile.awr294x.r5f.ti-arm-clang | 148 -------- ...makefile.am263px.r5f.ti-arm-clang.freertos | 138 +++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- ...blackbird.am261x.r5f.ti-arm-clang.freertos | 138 +++++++ ....blackbird.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...ile.derby.am261x.r5f.ti-arm-clang.freertos | 134 +++++++ ...file.derby.am261x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 122 +++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 122 +++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 122 +++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.a53.gcc-aarch64.freertos | 117 ++++++ ...akefile.am64x.a53.gcc-aarch64.freertos-smp | 117 ++++++ ... => makefile.am64x.a53.gcc-aarch64.nortos} | 3 +- .../makefile.am243x.m4f.ti-arm-clang.freertos | 253 +++++++++++++ ...> makefile.am243x.m4f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.r5f.gcc-armv7.freertos | 331 +++++++++++++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 339 ++++++++++++++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 267 ++++++++++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 275 ++++++++++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 257 +++++++++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- ... => makefile.am273x.c66.ti-c6000.freertos} | 74 ++-- ...00 => makefile.am273x.c66.ti-c6000.nortos} | 3 +- ...efile.am273x.dss_m4f.ti-arm-clang.freertos | 163 +++++++++ ...kefile.am273x.dss_m4f.ti-arm-clang.nortos} | 3 +- ...makefile.am273x.r5f.ti-arm-clang.freertos} | 60 ++-- ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- .../drivers/makefile.am62x.m4f.ti-arm-clang | 161 --------- .../makefile.am64x.a53.gcc-aarch64.freertos | 248 +++++++++++++ ...akefile.am64x.a53.gcc-aarch64.freertos-smp | 248 +++++++++++++ ... => makefile.am64x.a53.gcc-aarch64.nortos} | 3 +- .../makefile.am64x.m4f.ti-arm-clang.freertos | 258 +++++++++++++ ...=> makefile.am64x.m4f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.gcc-armv7.freertos | 331 +++++++++++++++++ ...v7 => makefile.am64x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 337 +++++++++++++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am65x.r5f.ti-arm-clang.freertos | 245 +++++++++++++ ...=> makefile.am65x.r5f.ti-arm-clang.nortos} | 5 +- .../makefile.am243x.r5f.gcc-armv7.freertos | 134 +++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 143 ++++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 143 ++++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 143 ++++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 143 ++++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.a53.gcc-aarch64.freertos | 133 +++++++ ...akefile.am64x.a53.gcc-aarch64.freertos-smp | 133 +++++++ ... => makefile.am64x.a53.gcc-aarch64.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 143 ++++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am65x.r5f.ti-arm-clang.freertos | 143 ++++++++ ...=> makefile.am65x.r5f.ti-arm-clang.nortos} | 5 +- .../makefile.am243x.r5f.gcc-armv7.freertos | 125 +++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 131 +++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 131 +++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 131 +++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 131 +++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am273x.r5f.ti-arm-clang.freertos | 131 +++++++ ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 131 +++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../freertos/makefile.am243x.m4f.ti-arm-clang | 1 + .../freertos/makefile.am243x.r5f.gcc-armv7 | 1 + .../freertos/makefile.am243x.r5f.ti-arm-clang | 1 + .../freertos/makefile.am261x.r5f.ti-arm-clang | 1 + .../makefile.am263px.r5f-mpu.ti-arm-clang | 1 + .../makefile.am263px.r5f.ti-arm-clang | 1 + .../freertos/makefile.am263x.r5f.ti-arm-clang | 1 + .../freertos/makefile.am273x.c66.ti-c6000 | 1 + .../freertos/makefile.am273x.r5f.ti-arm-clang | 1 + .../freertos/makefile.am62x.m4f.ti-arm-clang | 175 --------- .../makefile.am64x.a53-smp.gcc-aarch64 | 1 + .../freertos/makefile.am64x.a53.gcc-aarch64 | 1 + .../freertos/makefile.am64x.m4f.ti-arm-clang | 1 + .../freertos/makefile.am64x.r5f.gcc-armv7 | 1 + .../freertos/makefile.am64x.r5f.ti-arm-clang | 1 + .../freertos/makefile.am65x.r5f.ti-arm-clang | 3 +- .../freertos/makefile.awr294x.c66.ti-c6000 | 178 --------- .../makefile.awr294x.r5f.ti-arm-clang | 198 ---------- .../nortos/makefile.am243x.m4f.ti-arm-clang | 1 + .../nortos/makefile.am273x.c66.ti-c6000 | 1 + .../makefile.am273x.dss_m4f.ti-arm-clang | 1 + .../nortos/makefile.am62x.m4f.ti-arm-clang | 143 -------- .../nortos/makefile.am64x.m4f.ti-arm-clang | 1 + .../nortos/makefile.am65x.r5f.ti-arm-clang | 2 +- .../nortos/makefile.awr294x.c66.ti-c6000 | 141 -------- .../nortos/makefile.awr294x.r5f.ti-arm-clang | 165 --------- .../safertos/makefile.awr294x.c66.ti-c6000 | 176 --------- .../makefile.am243x.r5f.gcc-armv7.freertos | 118 ++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 124 +++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 124 +++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 124 +++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 124 +++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am273x.r5f.ti-arm-clang.freertos | 122 +++++++ ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 122 +++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.r5f.gcc-armv7.freertos | 117 ++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 123 +++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 123 +++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 123 +++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 123 +++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am273x.r5f.ti-arm-clang.freertos | 123 +++++++ ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am62x.r5f.ti-arm-clang | 119 ------ .../makefile.am64x.r5f.ti-arm-clang.freertos | 123 +++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am65x.r5f.ti-arm-clang.freertos | 123 +++++++ ...=> makefile.am65x.r5f.ti-arm-clang.nortos} | 5 +- .../makefile.awr294x.r5f.ti-arm-clang | 126 ------- ...akefile.cpsw.am243x.r5f.gcc-armv7.freertos | 227 ++++++++++++ ...makefile.cpsw.am243x.r5f.gcc-armv7.nortos} | 3 +- ...file.cpsw.am243x.r5f.ti-arm-clang.freertos | 238 ++++++++++++ ...efile.cpsw.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...file.cpsw.am261x.r5f.ti-arm-clang.freertos | 236 ++++++++++++ ...efile.cpsw.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...ile.cpsw.am263px.r5f.ti-arm-clang.freertos | 238 ++++++++++++ ...file.cpsw.am263px.r5f.ti-arm-clang.nortos} | 3 +- ...file.cpsw.am263x.r5f.ti-arm-clang.freertos | 239 ++++++++++++ ...efile.cpsw.am263x.r5f.ti-arm-clang.nortos} | 3 +- ...file.cpsw.am273x.r5f.ti-arm-clang.freertos | 237 ++++++++++++ ...efile.cpsw.am273x.r5f.ti-arm-clang.nortos} | 3 +- ...kefile.cpsw.am64x.a53.gcc-aarch64.freertos | 226 ++++++++++++ ...le.cpsw.am64x.a53.gcc-aarch64.freertos-smp | 226 ++++++++++++ ...akefile.cpsw.am64x.a53.gcc-aarch64.nortos} | 3 +- ...efile.cpsw.am64x.r5f.ti-arm-clang.freertos | 238 ++++++++++++ ...kefile.cpsw.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.cpsw.awr294x.r5f.ti-arm-clang | 235 ------------ ...kefile.icssg.am243x.r5f.gcc-armv7.freertos | 198 ++++++++++ ...akefile.icssg.am243x.r5f.gcc-armv7.nortos} | 3 +- ...ile.icssg.am243x.r5f.ti-arm-clang.freertos | 211 +++++++++++ ...file.icssg.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...file.icssg.am64x.r5f.ti-arm-clang.freertos | 210 +++++++++++ ...efile.icssg.am64x.r5f.ti-arm-clang.nortos} | 3 +- ....lwipif-cpsw-freertos.am243x.r5f.gcc-armv7 | 4 + ...ipif-cpsw-freertos.am243x.r5f.ti-arm-clang | 4 + ...ipif-cpsw-freertos.am261x.r5f.ti-arm-clang | 4 + ...pif-cpsw-freertos.am263px.r5f.ti-arm-clang | 4 + ...ipif-cpsw-freertos.am263x.r5f.ti-arm-clang | 4 + ...ipif-cpsw-freertos.am273x.r5f.ti-arm-clang | 4 + ...lwipif-cpsw-freertos.am64x.a53.gcc-aarch64 | 4 + ...wipif-cpsw-freertos.am64x.r5f.ti-arm-clang | 4 + ...pif-cpsw-freertos.awr294x.r5f.ti-arm-clang | 158 -------- ...le.lwipif-cpsw-nortos.am243x.r5f.gcc-armv7 | 1 + ...lwipif-cpsw-nortos.am243x.r5f.ti-arm-clang | 1 + ...lwipif-cpsw-nortos.am261x.r5f.ti-arm-clang | 1 + ...wipif-cpsw-nortos.am263px.r5f.ti-arm-clang | 1 + ...lwipif-cpsw-nortos.am263x.r5f.ti-arm-clang | 1 + ...lwipif-cpsw-nortos.am273x.r5f.ti-arm-clang | 1 + ....lwipif-cpsw-nortos.am64x.r5f.ti-arm-clang | 1 + ...wipif-cpsw-nortos.awr294x.r5f.ti-arm-clang | 158 -------- ...le.lwipif-ic-freertos.am243x.r5f.gcc-armv7 | 4 + ...lwipif-ic-freertos.am243x.r5f.ti-arm-clang | 4 + ....lwipif-ic-freertos.am64x.r5f.ti-arm-clang | 4 + ...f-ic-icssg-freertos.am64x.r5f.ti-arm-clang | 144 -------- ...lwipif-icssg-freertos.am243x.r5f.gcc-armv7 | 4 + ...pif-icssg-freertos.am243x.r5f.ti-arm-clang | 4 + ...ipif-icssg-freertos.am64x.r5f.ti-arm-clang | 4 + ...e.lwipif-icssg-nortos.am243x.r5f.gcc-armv7 | 1 + ...wipif-icssg-nortos.am243x.r5f.ti-arm-clang | 1 + ...lwipif-icssg-nortos.am64x.r5f.ti-arm-clang | 1 + ....enet_cli_freertos.am243x.r5f.ti-arm-clang | 1 + .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 133 +++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 133 +++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 133 +++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 133 +++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 132 +++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 127 +++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 127 +++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 127 +++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 127 +++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 127 +++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 127 +++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 127 +++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 127 +++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 127 +++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 127 +++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...freertos-icss_emac.am261x.r5f.ti-arm-clang | 4 + ...reertos-icss_emac.am263px.r5f.ti-arm-clang | 4 + ...freertos-icss_emac.am263x.r5f.ti-arm-clang | 4 + ...file.contrib-freertos.am243x.r5f.gcc-armv7 | 4 + ...e.contrib-freertos.am243x.r5f.ti-arm-clang | 4 + ...e.contrib-freertos.am261x.r5f.ti-arm-clang | 4 + ....contrib-freertos.am263px.r5f.ti-arm-clang | 4 + ...e.contrib-freertos.am263x.r5f.ti-arm-clang | 4 + ...e.contrib-freertos.am273x.r5f.ti-arm-clang | 4 + ...ile.contrib-freertos.am64x.a53.gcc-aarch64 | 4 + ...le.contrib-freertos.am64x.r5f.ti-arm-clang | 4 + ....contrib-freertos.awr294x.r5f.ti-arm-clang | 178 --------- ...kefile.contrib-nortos.am243x.r5f.gcc-armv7 | 1 + ...ile.contrib-nortos.am243x.r5f.ti-arm-clang | 1 + ...ile.contrib-nortos.am261x.r5f.ti-arm-clang | 1 + ...le.contrib-nortos.am263px.r5f.ti-arm-clang | 1 + ...ile.contrib-nortos.am263x.r5f.ti-arm-clang | 1 + ...ile.contrib-nortos.am273x.r5f.ti-arm-clang | 1 + ...file.contrib-nortos.am64x.r5f.ti-arm-clang | 1 + ...le.contrib-nortos.awr294x.r5f.ti-arm-clang | 179 --------- ...freertos-icss_emac.am261x.r5f.ti-arm-clang | 1 + ...reertos-icss_emac.am263px.r5f.ti-arm-clang | 1 + ...freertos-icss_emac.am263x.r5f.ti-arm-clang | 1 + ...kefile.stack_freertos.am243x.r5f.gcc-armv7 | 1 + ...ile.stack_freertos.am243x.r5f.ti-arm-clang | 1 + ...ile.stack_freertos.am261x.r5f.ti-arm-clang | 1 + ...le.stack_freertos.am263px.r5f.ti-arm-clang | 1 + ...ile.stack_freertos.am263x.r5f.ti-arm-clang | 1 + ...ile.stack_freertos.am273x.r5f.ti-arm-clang | 1 + ...efile.stack_freertos.am64x.a53.gcc-aarch64 | 1 + ...file.stack_freertos.am64x.r5f.ti-arm-clang | 1 + ...le.stack_freertos.awr294x.r5f.ti-arm-clang | 280 --------------- ...makefile.stack_nortos.am243x.r5f.gcc-armv7 | 1 + ...efile.stack_nortos.am243x.r5f.ti-arm-clang | 1 + ...efile.stack_nortos.am261x.r5f.ti-arm-clang | 1 + ...file.stack_nortos.am263px.r5f.ti-arm-clang | 1 + ...efile.stack_nortos.am263x.r5f.ti-arm-clang | 1 + ...efile.stack_nortos.am273x.r5f.ti-arm-clang | 1 + ...kefile.stack_nortos.am64x.r5f.ti-arm-clang | 1 + ...file.stack_nortos.awr294x.r5f.ti-arm-clang | 277 -------------- .../makefile.am243x.r5f.gcc-armv7.freertos | 201 +++++++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 215 +++++++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 215 +++++++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 215 +++++++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 215 +++++++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am273x.r5f.ti-arm-clang.freertos | 215 +++++++++++ ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.a53.gcc-aarch64.freertos | 202 +++++++++++ ...akefile.am64x.a53.gcc-aarch64.freertos-smp | 202 +++++++++++ ... => makefile.am64x.a53.gcc-aarch64.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 215 +++++++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...n_combase_freertos.am243x.r5f.ti-arm-clang | 1 + ...n_combase_freertos.am261x.r5f.ti-arm-clang | 1 + ..._combase_freertos.am263px.r5f.ti-arm-clang | 1 + ...n_combase_freertos.am263x.r5f.ti-arm-clang | 1 + ...n_combase_freertos.am273x.r5f.ti-arm-clang | 1 + ...tsn_combase_freertos.am64x.a53.gcc-aarch64 | 1 + ...sn_combase_freertos.am64x.r5f.ti-arm-clang | 1 + ....tsn_gptp_freertos.am243x.r5f.ti-arm-clang | 2 + ....tsn_gptp_freertos.am261x.r5f.ti-arm-clang | 2 + ...tsn_gptp_freertos.am263px.r5f.ti-arm-clang | 2 + ....tsn_gptp_freertos.am263x.r5f.ti-arm-clang | 2 + ....tsn_gptp_freertos.am273x.r5f.ti-arm-clang | 2 + ...le.tsn_gptp_freertos.am64x.a53.gcc-aarch64 | 2 + ...e.tsn_gptp_freertos.am64x.r5f.ti-arm-clang | 2 + ...g_combase_freertos.am243x.r5f.ti-arm-clang | 1 + ...sg_combase_freertos.am64x.r5f.ti-arm-clang | 1 + ...cssg_gptp_freertos.am243x.r5f.ti-arm-clang | 2 + ...icssg_gptp_freertos.am64x.r5f.ti-arm-clang | 2 + ...n_unibase_freertos.am243x.r5f.ti-arm-clang | 1 + ...n_unibase_freertos.am261x.r5f.ti-arm-clang | 1 + ..._unibase_freertos.am263px.r5f.ti-arm-clang | 1 + ...n_unibase_freertos.am263x.r5f.ti-arm-clang | 1 + ...n_unibase_freertos.am273x.r5f.ti-arm-clang | 1 + ...tsn_unibase_freertos.am64x.a53.gcc-aarch64 | 1 + ...sn_unibase_freertos.am64x.r5f.ti-arm-clang | 1 + ...n_uniconf_freertos.am243x.r5f.ti-arm-clang | 1 + ...n_uniconf_freertos.am261x.r5f.ti-arm-clang | 1 + ..._uniconf_freertos.am263px.r5f.ti-arm-clang | 1 + ...n_uniconf_freertos.am263x.r5f.ti-arm-clang | 1 + ...n_uniconf_freertos.am273x.r5f.ti-arm-clang | 1 + ...tsn_uniconf_freertos.am64x.a53.gcc-aarch64 | 2 + ...sn_uniconf_freertos.am64x.r5f.ti-arm-clang | 1 + .../makefile.am243x.r5f.ti-arm-clang.freertos | 122 +++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 122 +++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.m4f.ti-arm-clang.freertos | 190 ++++++++++ ...> makefile.am243x.m4f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 212 +++++++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 198 ++++++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 198 ++++++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- ...efile.am263px.r5fss1.ti-arm-clang.freertos | 198 ++++++++++ ...kefile.am263px.r5fss1.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 183 ++++++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- ...kefile.am263x.r5fss1.ti-arm-clang.freertos | 183 ++++++++++ ...akefile.am263x.r5fss1.ti-arm-clang.nortos} | 3 +- ... => makefile.am273x.c66.ti-c6000.freertos} | 53 ++- ...00 => makefile.am273x.c66.ti-c6000.nortos} | 3 +- ...makefile.am273x.r5f.ti-arm-clang.freertos} | 41 +-- ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- ...efile.am273x.r5fss1.ti-arm-clang.freertos} | 40 +-- ...akefile.am273x.r5fss1.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.m4f.ti-arm-clang.freertos | 195 ++++++++++ ...=> makefile.am64x.m4f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 208 +++++++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.r5f.gcc-armv7.freertos | 125 +++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 133 +++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 146 ++++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 149 ++++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am263x.r5f.ti-arm-clang.freertos | 149 ++++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- ... => makefile.am273x.c66.ti-c6000.freertos} | 35 +- ...00 => makefile.am273x.c66.ti-c6000.nortos} | 3 +- .../makefile.am273x.r5f.ti-arm-clang.freertos | 144 ++++++++ ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 133 +++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.awr294x.r5f.ti-arm-clang | 146 -------- ...ile.freertos.am243x.r5f.gcc-armv7.freertos | 151 ++++++++ ...file.freertos.am243x.r5f.gcc-armv7.nortos} | 3 +- ....freertos.am243x.r5f.ti-arm-clang.freertos | 158 ++++++++ ...e.freertos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...e.freertos.am64x.r5f.ti-arm-clang.freertos | 158 ++++++++ ...le.freertos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...efile.nortos.am243x.r5f.gcc-armv7.freertos | 150 ++++++++ ...kefile.nortos.am243x.r5f.gcc-armv7.nortos} | 3 +- ...le.nortos.am243x.r5f.ti-arm-clang.freertos | 157 ++++++++ ...ile.nortos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...ile.nortos.am64x.r5f.ti-arm-clang.freertos | 156 ++++++++ ...file.nortos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ....freertos.am261x.r5f.ti-arm-clang.freertos | 153 ++++++++ ...e.freertos.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...le.nortos.am261x.r5f.ti-arm-clang.freertos | 151 ++++++++ ...ile.nortos.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...cdc_freertos.am243x.r5f.gcc-armv7.freertos | 151 ++++++++ ....cdc_freertos.am243x.r5f.gcc-armv7.nortos} | 3 +- ..._freertos.am243x.r5f.ti-arm-clang.freertos | 158 ++++++++ ...c_freertos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ..._freertos.am261x.r5f.ti-arm-clang.freertos | 163 +++++++++ ...c_freertos.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...c_freertos.am64x.r5f.ti-arm-clang.freertos | 159 ++++++++ ...dc_freertos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...e.cdc_nortos.am243x.r5f.gcc-armv7.freertos | 147 ++++++++ ...le.cdc_nortos.am243x.r5f.gcc-armv7.nortos} | 3 +- ...dc_nortos.am243x.r5f.ti-arm-clang.freertos | 154 ++++++++ ...cdc_nortos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...dc_nortos.am261x.r5f.ti-arm-clang.freertos | 160 +++++++++ ...cdc_nortos.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...cdc_nortos.am64x.r5f.ti-arm-clang.freertos | 154 ++++++++ ....cdc_nortos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...dfu_freertos.am243x.r5f.gcc-armv7.freertos | 149 ++++++++ ....dfu_freertos.am243x.r5f.gcc-armv7.nortos} | 3 +- ..._freertos.am243x.r5f.ti-arm-clang.freertos | 156 ++++++++ ...u_freertos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ..._freertos.am261x.r5f.ti-arm-clang.freertos | 162 +++++++++ ...u_freertos.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...u_freertos.am64x.r5f.ti-arm-clang.freertos | 152 ++++++++ ...fu_freertos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...e.dfu_nortos.am243x.r5f.gcc-armv7.freertos | 147 ++++++++ ...le.dfu_nortos.am243x.r5f.gcc-armv7.nortos} | 3 +- ...fu_nortos.am243x.r5f.ti-arm-clang.freertos | 154 ++++++++ ...dfu_nortos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...fu_nortos.am261x.r5f.ti-arm-clang.freertos | 160 +++++++++ ...dfu_nortos.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...dfu_nortos.am64x.r5f.ti-arm-clang.freertos | 154 ++++++++ ....dfu_nortos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...ncm_freertos.am243x.r5f.gcc-armv7.freertos | 198 ++++++++++ ....ncm_freertos.am243x.r5f.gcc-armv7.nortos} | 3 +- ..._freertos.am243x.r5f.ti-arm-clang.freertos | 205 +++++++++++ ...m_freertos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...m_freertos.am64x.r5f.ti-arm-clang.freertos | 205 +++++++++++ ...cm_freertos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...e.ncm_nortos.am243x.r5f.gcc-armv7.freertos | 194 ++++++++++ ...le.ncm_nortos.am243x.r5f.gcc-armv7.nortos} | 3 +- ...cm_nortos.am243x.r5f.ti-arm-clang.freertos | 201 +++++++++++ ...ncm_nortos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...ncm_nortos.am64x.r5f.ti-arm-clang.freertos | 201 +++++++++++ ....ncm_nortos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...dis_freertos.am243x.r5f.gcc-armv7.freertos | 199 ++++++++++ ...ndis_freertos.am243x.r5f.gcc-armv7.nortos} | 3 +- ..._freertos.am243x.r5f.ti-arm-clang.freertos | 206 +++++++++++ ...s_freertos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...s_freertos.am64x.r5f.ti-arm-clang.freertos | 206 +++++++++++ ...is_freertos.am64x.r5f.ti-arm-clang.nortos} | 3 +- ...rndis_nortos.am243x.r5f.gcc-armv7.freertos | 195 ++++++++++ ....rndis_nortos.am243x.r5f.gcc-armv7.nortos} | 3 +- ...is_nortos.am243x.r5f.ti-arm-clang.freertos | 202 +++++++++++ ...dis_nortos.am243x.r5f.ti-arm-clang.nortos} | 3 +- ...dis_nortos.am64x.r5f.ti-arm-clang.freertos | 202 +++++++++++ ...ndis_nortos.am64x.r5f.ti-arm-clang.nortos} | 3 +- 513 files changed, 28414 insertions(+), 4614 deletions(-) create mode 100644 docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang.freertos rename docs_src/docs/api_guide/doxy_samples/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang.freertos rename docs_src/docs/api_guide/doxy_samples/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang.freertos rename docs_src/docs/api_guide/doxy_samples/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang.freertos rename docs_src/docs/api_guide/doxy_samples/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) rename docs_src/docs/api_guide/doxy_samples/{makefile.awr294x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.freertos} (86%) rename docs_src/docs/api_guide/doxy_samples/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang.freertos rename docs_src/docs/api_guide/doxy_samples/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) rename docs_src/docs/api_guide/doxy_samples/{makefile.am62x.m4f.ti-arm-clang => makefile.am65x.r5f.ti-arm-clang.freertos} (83%) rename docs_src/docs/api_guide/doxy_samples/{makefile.am65x.r5f.ti-arm-clang => makefile.am65x.r5f.ti-arm-clang.nortos} (94%) create mode 100644 source/board/makefile.am243x.m4f.ti-arm-clang.freertos rename source/board/{makefile.am243x.m4f.ti-arm-clang => makefile.am243x.m4f.ti-arm-clang.nortos} (97%) create mode 100644 source/board/makefile.am243x.r5f.gcc-armv7.freertos rename source/board/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/board/makefile.am243x.r5f.ti-arm-clang.freertos rename source/board/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/board/makefile.am261x.r5f.ti-arm-clang.freertos rename source/board/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/board/makefile.am263px.r5f.ti-arm-clang.freertos rename source/board/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/board/makefile.am263x.r5f.ti-arm-clang.freertos rename source/board/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) rename source/board/{makefile.awr294x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.freertos} (79%) rename source/board/{makefile.am273x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.nortos} (97%) create mode 100644 source/board/makefile.am273x.r5f.ti-arm-clang.freertos rename source/board/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (97%) delete mode 100644 source/board/makefile.am62x.m4f.ti-arm-clang create mode 100644 source/board/makefile.am64x.a53.gcc-aarch64.freertos create mode 100644 source/board/makefile.am64x.a53.gcc-aarch64.freertos-smp rename source/board/{makefile.am64x.a53.gcc-aarch64 => makefile.am64x.a53.gcc-aarch64.nortos} (97%) create mode 100644 source/board/makefile.am64x.m4f.ti-arm-clang.freertos rename source/board/{makefile.am64x.m4f.ti-arm-clang => makefile.am64x.m4f.ti-arm-clang.nortos} (97%) create mode 100644 source/board/makefile.am64x.r5f.gcc-armv7.freertos rename source/board/{makefile.am64x.r5f.gcc-armv7 => makefile.am64x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/board/makefile.am64x.r5f.ti-arm-clang.freertos rename source/board/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/board/makefile.am65x.r5f.ti-arm-clang.freertos rename source/board/{makefile.am65x.r5f.ti-arm-clang => makefile.am65x.r5f.ti-arm-clang.nortos} (94%) delete mode 100644 source/board/makefile.awr294x.r5f.ti-arm-clang create mode 100644 source/board/pmic/makefile.am263px.r5f.ti-arm-clang.freertos rename source/board/pmic/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang.freertos rename source/board/pmic/{makefile.blackbird.am261x.r5f.ti-arm-clang => makefile.blackbird.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang.freertos rename source/board/pmic/{makefile.derby.am261x.r5f.ti-arm-clang => makefile.derby.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/calibration/makefile.am261x.r5f.ti-arm-clang.freertos rename source/calibration/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/calibration/makefile.am263px.r5f.ti-arm-clang.freertos rename source/calibration/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/calibration/makefile.am263x.r5f.ti-arm-clang.freertos rename source/calibration/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.freertos create mode 100644 source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.freertos-smp rename source/dhrystone_benchmark/{makefile.am64x.a53.gcc-aarch64 => makefile.am64x.a53.gcc-aarch64.nortos} (96%) create mode 100644 source/drivers/makefile.am243x.m4f.ti-arm-clang.freertos rename source/drivers/{makefile.am243x.m4f.ti-arm-clang => makefile.am243x.m4f.ti-arm-clang.nortos} (98%) create mode 100644 source/drivers/makefile.am243x.r5f.gcc-armv7.freertos rename source/drivers/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/drivers/makefile.am243x.r5f.ti-arm-clang.freertos rename source/drivers/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/drivers/makefile.am261x.r5f.ti-arm-clang.freertos rename source/drivers/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/drivers/makefile.am263px.r5f.ti-arm-clang.freertos rename source/drivers/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/drivers/makefile.am263x.r5f.ti-arm-clang.freertos rename source/drivers/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (98%) rename source/drivers/{makefile.awr294x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.freertos} (75%) rename source/drivers/{makefile.am273x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.nortos} (98%) create mode 100644 source/drivers/makefile.am273x.dss_m4f.ti-arm-clang.freertos rename source/drivers/{makefile.am273x.dss_m4f.ti-arm-clang => makefile.am273x.dss_m4f.ti-arm-clang.nortos} (97%) rename source/drivers/{makefile.awr294x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.freertos} (81%) rename source/drivers/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (98%) delete mode 100644 source/drivers/makefile.am62x.m4f.ti-arm-clang create mode 100644 source/drivers/makefile.am64x.a53.gcc-aarch64.freertos create mode 100644 source/drivers/makefile.am64x.a53.gcc-aarch64.freertos-smp rename source/drivers/{makefile.am64x.a53.gcc-aarch64 => makefile.am64x.a53.gcc-aarch64.nortos} (98%) create mode 100644 source/drivers/makefile.am64x.m4f.ti-arm-clang.freertos rename source/drivers/{makefile.am64x.m4f.ti-arm-clang => makefile.am64x.m4f.ti-arm-clang.nortos} (98%) create mode 100644 source/drivers/makefile.am64x.r5f.gcc-armv7.freertos rename source/drivers/{makefile.am64x.r5f.gcc-armv7 => makefile.am64x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/drivers/makefile.am64x.r5f.ti-arm-clang.freertos rename source/drivers/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/drivers/makefile.am65x.r5f.ti-arm-clang.freertos rename source/drivers/{makefile.am65x.r5f.ti-arm-clang => makefile.am65x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7.freertos rename source/fs/freertos_fat/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang.freertos rename source/fs/freertos_fat/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang.freertos rename source/fs/freertos_fat/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang.freertos rename source/fs/freertos_fat/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang.freertos rename source/fs/freertos_fat/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.freertos create mode 100644 source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.freertos-smp rename source/fs/freertos_fat/{makefile.am64x.a53.gcc-aarch64 => makefile.am64x.a53.gcc-aarch64.nortos} (97%) create mode 100644 source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang.freertos rename source/fs/freertos_fat/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang.freertos rename source/fs/freertos_fat/{makefile.am65x.r5f.ti-arm-clang => makefile.am65x.r5f.ti-arm-clang.nortos} (95%) create mode 100644 source/fs/littlefs/makefile.am243x.r5f.gcc-armv7.freertos rename source/fs/littlefs/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang.freertos rename source/fs/littlefs/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang.freertos rename source/fs/littlefs/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang.freertos rename source/fs/littlefs/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang.freertos rename source/fs/littlefs/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang.freertos rename source/fs/littlefs/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang.freertos rename source/fs/littlefs/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) delete mode 100644 source/kernel/freertos/makefile.am62x.m4f.ti-arm-clang delete mode 100644 source/kernel/freertos/makefile.awr294x.c66.ti-c6000 delete mode 100644 source/kernel/freertos/makefile.awr294x.r5f.ti-arm-clang delete mode 100644 source/kernel/nortos/makefile.am62x.m4f.ti-arm-clang delete mode 100644 source/kernel/nortos/makefile.awr294x.c66.ti-c6000 delete mode 100644 source/kernel/nortos/makefile.awr294x.r5f.ti-arm-clang delete mode 100644 source/kernel/safertos/makefile.awr294x.c66.ti-c6000 create mode 100644 source/mathlib/makefile.am243x.r5f.gcc-armv7.freertos rename source/mathlib/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/mathlib/makefile.am243x.r5f.ti-arm-clang.freertos rename source/mathlib/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/mathlib/makefile.am261x.r5f.ti-arm-clang.freertos rename source/mathlib/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/mathlib/makefile.am263px.r5f.ti-arm-clang.freertos rename source/mathlib/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/mathlib/makefile.am263x.r5f.ti-arm-clang.freertos rename source/mathlib/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/mathlib/makefile.am273x.r5f.ti-arm-clang.freertos rename source/mathlib/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/mathlib/makefile.am64x.r5f.ti-arm-clang.freertos rename source/mathlib/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/middleware/makefile.am243x.r5f.gcc-armv7.freertos rename source/middleware/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (96%) create mode 100644 source/middleware/makefile.am243x.r5f.ti-arm-clang.freertos rename source/middleware/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (96%) create mode 100644 source/middleware/makefile.am261x.r5f.ti-arm-clang.freertos rename source/middleware/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (96%) create mode 100644 source/middleware/makefile.am263px.r5f.ti-arm-clang.freertos rename source/middleware/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (96%) create mode 100644 source/middleware/makefile.am263x.r5f.ti-arm-clang.freertos rename source/middleware/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (96%) create mode 100644 source/middleware/makefile.am273x.r5f.ti-arm-clang.freertos rename source/middleware/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (96%) delete mode 100644 source/middleware/makefile.am62x.r5f.ti-arm-clang create mode 100644 source/middleware/makefile.am64x.r5f.ti-arm-clang.freertos rename source/middleware/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (96%) create mode 100644 source/middleware/makefile.am65x.r5f.ti-arm-clang.freertos rename source/middleware/{makefile.am65x.r5f.ti-arm-clang => makefile.am65x.r5f.ti-arm-clang.nortos} (94%) delete mode 100644 source/middleware/makefile.awr294x.r5f.ti-arm-clang create mode 100644 source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7.freertos rename source/networking/enet/{makefile.cpsw.am243x.r5f.gcc-armv7 => makefile.cpsw.am243x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang.freertos rename source/networking/enet/{makefile.cpsw.am243x.r5f.ti-arm-clang => makefile.cpsw.am243x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang.freertos rename source/networking/enet/{makefile.cpsw.am261x.r5f.ti-arm-clang => makefile.cpsw.am261x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang.freertos rename source/networking/enet/{makefile.cpsw.am263px.r5f.ti-arm-clang => makefile.cpsw.am263px.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang.freertos rename source/networking/enet/{makefile.cpsw.am263x.r5f.ti-arm-clang => makefile.cpsw.am263x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang.freertos rename source/networking/enet/{makefile.cpsw.am273x.r5f.ti-arm-clang => makefile.cpsw.am273x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.freertos create mode 100644 source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.freertos-smp rename source/networking/enet/{makefile.cpsw.am64x.a53.gcc-aarch64 => makefile.cpsw.am64x.a53.gcc-aarch64.nortos} (98%) create mode 100644 source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang.freertos rename source/networking/enet/{makefile.cpsw.am64x.r5f.ti-arm-clang => makefile.cpsw.am64x.r5f.ti-arm-clang.nortos} (98%) delete mode 100644 source/networking/enet/makefile.cpsw.awr294x.r5f.ti-arm-clang create mode 100644 source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7.freertos rename source/networking/enet/{makefile.icssg.am243x.r5f.gcc-armv7 => makefile.icssg.am243x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang.freertos rename source/networking/enet/{makefile.icssg.am243x.r5f.ti-arm-clang => makefile.icssg.am243x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang.freertos rename source/networking/enet/{makefile.icssg.am64x.r5f.ti-arm-clang => makefile.icssg.am64x.r5f.ti-arm-clang.nortos} (98%) delete mode 100644 source/networking/enet/makefile.lwipif-cpsw-freertos.awr294x.r5f.ti-arm-clang delete mode 100644 source/networking/enet/makefile.lwipif-cpsw-nortos.awr294x.r5f.ti-arm-clang delete mode 100644 source/networking/enet/makefile.lwipif-ic-icssg-freertos.am64x.r5f.ti-arm-clang create mode 100644 source/networking/icss_emac/lwipif/makefile.am243x.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/lwipif/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/lwipif/makefile.am261x.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/lwipif/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/lwipif/makefile.am263px.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/lwipif/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/lwipif/makefile.am263x.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/lwipif/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/lwipif/makefile.am64x.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/lwipif/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/makefile.am243x.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/makefile.am261x.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/makefile.am263px.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/makefile.am263x.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_emac/makefile.am64x.r5f.ti-arm-clang.freertos rename source/networking/icss_emac/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_timesync/makefile.am243x.r5f.ti-arm-clang.freertos rename source/networking/icss_timesync/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_timesync/makefile.am261x.r5f.ti-arm-clang.freertos rename source/networking/icss_timesync/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_timesync/makefile.am263px.r5f.ti-arm-clang.freertos rename source/networking/icss_timesync/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (96%) create mode 100644 source/networking/icss_timesync/makefile.am263x.r5f.ti-arm-clang.freertos rename source/networking/icss_timesync/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/networking/icss_timesync/makefile.am64x.r5f.ti-arm-clang.freertos rename source/networking/icss_timesync/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) delete mode 100644 source/networking/lwip/makefile.contrib-freertos.awr294x.r5f.ti-arm-clang delete mode 100644 source/networking/lwip/makefile.contrib-nortos.awr294x.r5f.ti-arm-clang delete mode 100644 source/networking/lwip/makefile.stack_freertos.awr294x.r5f.ti-arm-clang delete mode 100644 source/networking/lwip/makefile.stack_nortos.awr294x.r5f.ti-arm-clang create mode 100644 source/networking/mbedtls_library/makefile.am243x.r5f.gcc-armv7.freertos rename source/networking/mbedtls_library/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/networking/mbedtls_library/makefile.am243x.r5f.ti-arm-clang.freertos rename source/networking/mbedtls_library/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/mbedtls_library/makefile.am261x.r5f.ti-arm-clang.freertos rename source/networking/mbedtls_library/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/mbedtls_library/makefile.am263px.r5f.ti-arm-clang.freertos rename source/networking/mbedtls_library/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/mbedtls_library/makefile.am263x.r5f.ti-arm-clang.freertos rename source/networking/mbedtls_library/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/mbedtls_library/makefile.am273x.r5f.ti-arm-clang.freertos rename source/networking/mbedtls_library/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/networking/mbedtls_library/makefile.am64x.a53.gcc-aarch64.freertos create mode 100644 source/networking/mbedtls_library/makefile.am64x.a53.gcc-aarch64.freertos-smp rename source/networking/mbedtls_library/{makefile.am64x.a53.gcc-aarch64 => makefile.am64x.a53.gcc-aarch64.nortos} (98%) create mode 100644 source/networking/mbedtls_library/makefile.am64x.r5f.ti-arm-clang.freertos rename source/networking/mbedtls_library/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/pru_io/makefile.am243x.r5f.ti-arm-clang.freertos rename source/pru_io/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/pru_io/makefile.am64x.r5f.ti-arm-clang.freertos rename source/pru_io/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/sdl/makefile.am243x.m4f.ti-arm-clang.freertos rename source/sdl/{makefile.am243x.m4f.ti-arm-clang => makefile.am243x.m4f.ti-arm-clang.nortos} (98%) create mode 100644 source/sdl/makefile.am243x.r5f.ti-arm-clang.freertos rename source/sdl/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/sdl/makefile.am261x.r5f.ti-arm-clang.freertos rename source/sdl/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/sdl/makefile.am263px.r5f.ti-arm-clang.freertos rename source/sdl/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/sdl/makefile.am263px.r5fss1.ti-arm-clang.freertos rename source/sdl/{makefile.am263px.r5fss1.ti-arm-clang => makefile.am263px.r5fss1.ti-arm-clang.nortos} (98%) create mode 100644 source/sdl/makefile.am263x.r5f.ti-arm-clang.freertos rename source/sdl/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/sdl/makefile.am263x.r5fss1.ti-arm-clang.freertos rename source/sdl/{makefile.am263x.r5fss1.ti-arm-clang => makefile.am263x.r5fss1.ti-arm-clang.nortos} (97%) rename source/sdl/{makefile.awr294x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.freertos} (74%) rename source/sdl/{makefile.am273x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.nortos} (97%) rename source/sdl/{makefile.awr294x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.freertos} (83%) rename source/sdl/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (98%) rename source/sdl/{makefile.awr294x.r5fss1.ti-arm-clang => makefile.am273x.r5fss1.ti-arm-clang.freertos} (80%) rename source/sdl/{makefile.am273x.r5fss1.ti-arm-clang => makefile.am273x.r5fss1.ti-arm-clang.nortos} (97%) create mode 100644 source/sdl/makefile.am64x.m4f.ti-arm-clang.freertos rename source/sdl/{makefile.am64x.m4f.ti-arm-clang => makefile.am64x.m4f.ti-arm-clang.nortos} (98%) create mode 100644 source/sdl/makefile.am64x.r5f.ti-arm-clang.freertos rename source/sdl/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/security/makefile.am243x.r5f.gcc-armv7.freertos rename source/security/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/security/makefile.am243x.r5f.ti-arm-clang.freertos rename source/security/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/security/makefile.am261x.r5f.ti-arm-clang.freertos rename source/security/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/security/makefile.am263px.r5f.ti-arm-clang.freertos rename source/security/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/security/makefile.am263x.r5f.ti-arm-clang.freertos rename source/security/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) rename source/security/{makefile.awr294x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.freertos} (77%) rename source/security/{makefile.am273x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.nortos} (97%) create mode 100644 source/security/makefile.am273x.r5f.ti-arm-clang.freertos rename source/security/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/security/makefile.am64x.r5f.ti-arm-clang.freertos rename source/security/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) delete mode 100644 source/security/makefile.awr294x.r5f.ti-arm-clang create mode 100644 source/usb/cdn/makefile.freertos.am243x.r5f.gcc-armv7.freertos rename source/usb/cdn/{makefile.freertos.am243x.r5f.gcc-armv7 => makefile.freertos.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/usb/cdn/makefile.freertos.am243x.r5f.ti-arm-clang.freertos rename source/usb/cdn/{makefile.freertos.am243x.r5f.ti-arm-clang => makefile.freertos.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/cdn/makefile.freertos.am64x.r5f.ti-arm-clang.freertos rename source/usb/cdn/{makefile.freertos.am64x.r5f.ti-arm-clang => makefile.freertos.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/cdn/makefile.nortos.am243x.r5f.gcc-armv7.freertos rename source/usb/cdn/{makefile.nortos.am243x.r5f.gcc-armv7 => makefile.nortos.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/usb/cdn/makefile.nortos.am243x.r5f.ti-arm-clang.freertos rename source/usb/cdn/{makefile.nortos.am243x.r5f.ti-arm-clang => makefile.nortos.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/cdn/makefile.nortos.am64x.r5f.ti-arm-clang.freertos rename source/usb/cdn/{makefile.nortos.am64x.r5f.ti-arm-clang => makefile.nortos.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/synp/makefile.freertos.am261x.r5f.ti-arm-clang.freertos rename source/usb/synp/{makefile.freertos.am261x.r5f.ti-arm-clang => makefile.freertos.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/synp/makefile.nortos.am261x.r5f.ti-arm-clang.freertos rename source/usb/synp/{makefile.nortos.am261x.r5f.ti-arm-clang => makefile.nortos.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.cdc_freertos.am243x.r5f.gcc-armv7.freertos rename source/usb/tinyusb/{makefile.cdc_freertos.am243x.r5f.gcc-armv7 => makefile.cdc_freertos.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.cdc_freertos.am243x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.cdc_freertos.am243x.r5f.ti-arm-clang => makefile.cdc_freertos.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.cdc_freertos.am261x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.cdc_freertos.am261x.r5f.ti-arm-clang => makefile.cdc_freertos.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.cdc_freertos.am64x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.cdc_freertos.am64x.r5f.ti-arm-clang => makefile.cdc_freertos.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.cdc_nortos.am243x.r5f.gcc-armv7.freertos rename source/usb/tinyusb/{makefile.cdc_nortos.am243x.r5f.gcc-armv7 => makefile.cdc_nortos.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.cdc_nortos.am243x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.cdc_nortos.am243x.r5f.ti-arm-clang => makefile.cdc_nortos.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.cdc_nortos.am261x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.cdc_nortos.am261x.r5f.ti-arm-clang => makefile.cdc_nortos.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.cdc_nortos.am64x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.cdc_nortos.am64x.r5f.ti-arm-clang => makefile.cdc_nortos.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.dfu_freertos.am243x.r5f.gcc-armv7.freertos rename source/usb/tinyusb/{makefile.dfu_freertos.am243x.r5f.gcc-armv7 => makefile.dfu_freertos.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.dfu_freertos.am243x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.dfu_freertos.am243x.r5f.ti-arm-clang => makefile.dfu_freertos.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.dfu_freertos.am261x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.dfu_freertos.am261x.r5f.ti-arm-clang => makefile.dfu_freertos.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.dfu_freertos.am64x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.dfu_freertos.am64x.r5f.ti-arm-clang => makefile.dfu_freertos.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.dfu_nortos.am243x.r5f.gcc-armv7.freertos rename source/usb/tinyusb/{makefile.dfu_nortos.am243x.r5f.gcc-armv7 => makefile.dfu_nortos.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.dfu_nortos.am243x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.dfu_nortos.am243x.r5f.ti-arm-clang => makefile.dfu_nortos.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.dfu_nortos.am261x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.dfu_nortos.am261x.r5f.ti-arm-clang => makefile.dfu_nortos.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.dfu_nortos.am64x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.dfu_nortos.am64x.r5f.ti-arm-clang => makefile.dfu_nortos.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 source/usb/tinyusb/makefile.ncm_freertos.am243x.r5f.gcc-armv7.freertos rename source/usb/tinyusb/{makefile.ncm_freertos.am243x.r5f.gcc-armv7 => makefile.ncm_freertos.am243x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.ncm_freertos.am243x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.ncm_freertos.am243x.r5f.ti-arm-clang => makefile.ncm_freertos.am243x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.ncm_freertos.am64x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.ncm_freertos.am64x.r5f.ti-arm-clang => makefile.ncm_freertos.am64x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.ncm_nortos.am243x.r5f.gcc-armv7.freertos rename source/usb/tinyusb/{makefile.ncm_nortos.am243x.r5f.gcc-armv7 => makefile.ncm_nortos.am243x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.ncm_nortos.am243x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.ncm_nortos.am243x.r5f.ti-arm-clang => makefile.ncm_nortos.am243x.r5f.ti-arm-clang.nortos} (98%) mode change 100755 => 100644 create mode 100644 source/usb/tinyusb/makefile.ncm_nortos.am64x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.ncm_nortos.am64x.r5f.ti-arm-clang => makefile.ncm_nortos.am64x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.rndis_freertos.am243x.r5f.gcc-armv7.freertos rename source/usb/tinyusb/{makefile.rndis_freertos.am243x.r5f.gcc-armv7 => makefile.rndis_freertos.am243x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.rndis_freertos.am243x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.rndis_freertos.am243x.r5f.ti-arm-clang => makefile.rndis_freertos.am243x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.rndis_freertos.am64x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.rndis_freertos.am64x.r5f.ti-arm-clang => makefile.rndis_freertos.am64x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.rndis_nortos.am243x.r5f.gcc-armv7.freertos rename source/usb/tinyusb/{makefile.rndis_nortos.am243x.r5f.gcc-armv7 => makefile.rndis_nortos.am243x.r5f.gcc-armv7.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.rndis_nortos.am243x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.rndis_nortos.am243x.r5f.ti-arm-clang => makefile.rndis_nortos.am243x.r5f.ti-arm-clang.nortos} (98%) create mode 100644 source/usb/tinyusb/makefile.rndis_nortos.am64x.r5f.ti-arm-clang.freertos rename source/usb/tinyusb/{makefile.rndis_nortos.am64x.r5f.ti-arm-clang => makefile.rndis_nortos.am64x.r5f.ti-arm-clang.nortos} (98%) diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang.freertos b/docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..562e3d64b52 --- /dev/null +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,186 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=doxy_samples.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + Adc_sample.c \ + AddrTranslateP_sample.c \ + Bootloader_sample.c \ + CacheP_sample.c \ + Canfd_sample.c \ + CpuIdP_sample.c \ + ClockP_sample.c \ + Crc_sample.c \ + CycleCounterP_sample.c \ + Ddr_sample.c \ + DebugP_sample.c \ + Ecap_sample.c \ + Eeprom_sample.c \ + Epwm_sample.c \ + Eqep_sample.c \ + Ethphy_sample.c \ + EventP_sample.c \ + Flash_sample.c \ + Fsi_sample.c \ + Gpio_sample.c \ + Gpmc_sample_v0.c \ + HeapP_sample.c \ + HwiP_sample.c \ + I2c_sample.c \ + IpcNotify_sample.c \ + IpcRPMessage_sample.c \ + Led_sample.c \ + Mcan_sample.c \ + Mcspi_sample.c \ + Mcspi_lld_sample.c \ + Mdio_sample.c \ + MpuP_arm_v7_sample.c \ + Ospi_sample.c \ + Ospi_lld_sample.c \ + Pinmux_sample.c \ + Pruicss_sample_g_v0.c \ + Pmu_sample.c \ + Sciclient_sample.c \ + SemaphoreP_sample.c \ + Spinlock_sample.c \ + sa2ul_sha_sample.c \ + sa2ul_aes_cbc_sample.c \ + Sa2ul_pka_rsa_encrypt_decrypt_sample.c \ + QueueP_sample.c \ + TaskP_sample.c \ + TimerP_sample.c \ + Uart_sample.c \ + Uart_lld_sample.c \ + Udma_sample.c \ + Pru_ipc_sample.c \ + Gp_timer_sample.c \ + Soc_am64x_sample.c \ + I2c_lld_sample_v0.c \ + Mmcsd_sample.c \ + Mmcsd_lld_v0_sample.c \ + Soc_am64x_sample.c \ + I2c_lld_sample_v0.c \ + Mmcsd_sample.c \ + Mmcsd_lld_v0_sample.c \ + +FILES_PATH_common = \ + board \ + drivers \ + kernel/dpl \ + networking \ + pru_io \ + security/crypto/sa2ul \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/doxy_samples/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang.nortos similarity index 97% rename from docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang.nortos index 61e7427065b..0d6ef3c61f0 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ Adc_sample.c \ @@ -88,6 +88,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang.freertos b/docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..25f41cdde25 --- /dev/null +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,166 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=doxy_samples.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + AddrTranslateP_sample.c \ + Resolver_sample.c \ + Bootloader_sample_v3.c \ + CacheP_sample.c \ + CpuIdP_sample.c \ + ClockP_sample.c \ + Cmpss_sample.c \ + Dac_sample.c \ + DebugP_sample.c \ + Edma_sample.c \ + Ethphy_sample.c \ + EventP_sample.c \ + HeapP_sample.c \ + HwiP_sample.c \ + IpcNotify_sample.c \ + Fota_agent_sample.c \ + Flsopskd_sample.c \ + Fss_sample.c \ + IpcRPMessage_sample.c \ + Mcspi_sample.c \ + Mcspi_lld_sample.c \ + Mdio_sample.c \ + MpuP_arm_v7_sample.c \ + Mmcsd_lld_v1_sample.c \ + Pmu_sample.c \ + Pruicss_sample_m_v0.c \ + QueueP_sample.c \ + Sdfm_sample.c \ + SemaphoreP_sample.c \ + Ram_sample.c \ + TaskP_sample.c \ + TimerP_sample.c \ + Uart_sample.c \ + Uart_lld_sample.c \ + Watchdog_sample.c \ + I2c_lld_sample_v1.c \ + Lin_Hld_sample_v0.c \ + I2c_lld_sample_v1.c \ + Lin_Hld_sample_v0.c \ + +FILES_PATH_common = \ + board \ + drivers \ + kernel/dpl \ + networking \ + pru_io \ + security/crypto/sa2ul \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/doxy_samples/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang.nortos index 871a580922b..bec778be877 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ AddrTranslateP_sample.c \ @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang.freertos b/docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..24952ebb26c --- /dev/null +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,166 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=doxy_samples.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + AddrTranslateP_sample.c \ + Resolver_sample.c \ + Bootloader_sample_v2.c \ + CacheP_sample.c \ + Canfd_sample.c \ + CpuIdP_sample.c \ + ClockP_sample.c \ + Cmpss_sample.c \ + Dac_sample.c \ + DebugP_sample.c \ + Edma_sample.c \ + Ethphy_sample.c \ + EventP_sample.c \ + Fota_agent_sample.c \ + Flsopskd_sample.c \ + Fss_sample.c \ + HeapP_sample.c \ + HwiP_sample.c \ + IpcNotify_sample.c \ + IpcRPMessage_sample.c \ + Mcspi_sample.c \ + Mcspi_lld_sample.c \ + Mdio_sample.c \ + MpuP_arm_v7_sample.c \ + Mmcsd_lld_v1_sample.c \ + Pmu_sample.c \ + Pruicss_sample_m_v0.c \ + QueueP_sample.c \ + Sdfm_sample.c \ + SemaphoreP_sample.c \ + TaskP_sample.c \ + TimerP_sample.c \ + Uart_sample.c \ + Uart_lld_sample.c \ + Watchdog_sample.c \ + I2c_lld_sample_v1.c \ + Lin_Hld_sample_v0.c \ + I2c_lld_sample_v1.c \ + Lin_Hld_sample_v0.c \ + +FILES_PATH_common = \ + board \ + drivers \ + kernel/dpl \ + networking \ + pru_io \ + security/crypto/sa2ul \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/doxy_samples/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 97% rename from docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang.nortos index 8c49d462263..c141d3a7d37 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ AddrTranslateP_sample.c \ @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang.freertos b/docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..41c27bdee70 --- /dev/null +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,164 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=doxy_samples.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + AddrTranslateP_sample.c \ + Bootloader_sample_v2.c \ + CacheP_sample.c \ + Canfd_sample.c \ + CpuIdP_sample.c \ + ClockP_sample.c \ + Cmpss_sample.c \ + Dac_sample.c \ + DebugP_sample.c \ + Edma_sample.c \ + Ethphy_sample.c \ + EventP_sample.c \ + HeapP_sample.c \ + HwiP_sample.c \ + IpcNotify_sample.c \ + IpcRPMessage_sample.c \ + Mcspi_sample.c \ + Mcspi_lld_sample.c \ + Mdio_sample.c \ + MpuP_arm_v7_sample.c \ + Mmcsd_lld_v1_sample.c \ + Pmu_sample.c \ + Pruicss_sample_m_v0.c \ + Qspi_sample.c \ + Qspi_lld_sample.c \ + QueueP_sample.c \ + Sdfm_sample.c \ + SemaphoreP_sample.c \ + TaskP_sample.c \ + TimerP_sample.c \ + Uart_sample.c \ + Uart_lld_sample.c \ + Watchdog_sample.c \ + I2c_lld_sample_v1.c \ + Lin_Hld_sample_v0.c \ + I2c_lld_sample_v1.c \ + Lin_Hld_sample_v0.c \ + +FILES_PATH_common = \ + board \ + drivers \ + kernel/dpl \ + networking \ + pru_io \ + security/crypto/sa2ul \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/doxy_samples/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 97% rename from docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang.nortos index e61ca702984..5d50c18ba7e 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ AddrTranslateP_sample.c \ @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.awr294x.r5f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang.freertos similarity index 86% rename from docs_src/docs/api_guide/doxy_samples/makefile.awr294x.r5f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang.freertos index ee44045433a..889df555351 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.awr294x.r5f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang.freertos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.awr294x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am273x.r5f.ti-arm-clang.freertos.$(PROFILE).lib FILES_common := \ AddrTranslateP_sample.c \ @@ -43,12 +43,10 @@ FILES_common := \ Uart_sample.c \ CacheP_c6x_sample.c \ I2c_lld_sample_v1.c \ - Adcbuf_sample.c \ - Mailbox_sample.c \ + Mcasp_sample.c \ CacheP_c6x_sample.c \ I2c_lld_sample_v1.c \ - Adcbuf_sample.c \ - Mailbox_sample.c \ + Mcasp_sample.c \ FILES_PATH_common = \ board \ @@ -62,9 +60,13 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ DEFINES_common := \ - -DSOC_AWR294X \ + -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,7 +103,6 @@ ARFLAGS_common := \ FILES := $(FILES_common) $(FILES_$(PROFILE)) ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) @@ -116,16 +117,14 @@ INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/doxy_samples/ +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/r5f/doxy_samples/ OBJS := $(FILES:%.c=%.obj) OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) DEPS := $(FILES:%.c=%.d) vpath %.obj $(OBJDIR) vpath %.c $(FILES_PATH) vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) $(OBJDIR)/%.obj %.obj: %.c @echo Compiling: $(LIBNAME): $< @@ -133,11 +132,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang.nortos similarity index 97% rename from docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang.nortos index ea7b8be0418..5be8417987f 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am273x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.am273x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am273x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ AddrTranslateP_sample.c \ @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang.freertos b/docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..d15fd846645 --- /dev/null +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,186 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=doxy_samples.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + Adc_sample.c \ + AddrTranslateP_sample.c \ + Bootloader_sample.c \ + CacheP_sample.c \ + Canfd_sample.c \ + CpuIdP_sample.c \ + ClockP_sample.c \ + Crc_sample.c \ + CycleCounterP_sample.c \ + Ddr_sample.c \ + DebugP_sample.c \ + Ecap_sample.c \ + Eeprom_sample.c \ + Epwm_sample.c \ + Eqep_sample.c \ + Ethphy_sample.c \ + EventP_sample.c \ + Flash_sample.c \ + Fsi_sample.c \ + Gpio_sample.c \ + Gpmc_sample_v0.c \ + HeapP_sample.c \ + HwiP_sample.c \ + I2c_sample.c \ + IpcNotify_sample.c \ + IpcRPMessage_sample.c \ + Led_sample.c \ + Mcan_sample.c \ + Mcspi_sample.c \ + Mcspi_lld_sample.c \ + Mdio_sample.c \ + MpuP_arm_v7_sample.c \ + Ospi_sample.c \ + Ospi_lld_sample.c \ + Pinmux_sample.c \ + Pruicss_sample_g_v0.c \ + Pmu_sample.c \ + Sciclient_sample.c \ + SemaphoreP_sample.c \ + Spinlock_sample.c \ + sa2ul_sha_sample.c \ + sa2ul_aes_cbc_sample.c \ + Sa2ul_pka_rsa_encrypt_decrypt_sample.c \ + QueueP_sample.c \ + TaskP_sample.c \ + TimerP_sample.c \ + Uart_sample.c \ + Uart_lld_sample.c \ + Udma_sample.c \ + Pru_ipc_sample.c \ + Gp_timer_sample.c \ + Soc_am64x_sample.c \ + I2c_lld_sample_v0.c \ + Mmcsd_sample.c \ + Mmcsd_lld_v0_sample.c \ + Soc_am64x_sample.c \ + I2c_lld_sample_v0.c \ + Mmcsd_sample.c \ + Mmcsd_lld_v0_sample.c \ + +FILES_PATH_common = \ + board \ + drivers \ + kernel/dpl \ + networking \ + pru_io \ + security/crypto/sa2ul \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/doxy_samples/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang.nortos similarity index 97% rename from docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang.nortos index a572d4bd1a5..62cfb7da343 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ Adc_sample.c \ @@ -88,6 +88,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am62x.m4f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang.freertos similarity index 83% rename from docs_src/docs/api_guide/doxy_samples/makefile.am62x.m4f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang.freertos index d16e5c3304d..7dea06f93ce 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.am62x.m4f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang.freertos @@ -10,22 +10,10 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.am62x.m4f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am65x.r5f.ti-arm-clang.freertos.$(PROFILE).lib FILES_common := \ - AddrTranslateP_sample.c \ - ClockP_sample.c \ - CycleCounterP_sample.c \ - DebugP_sample.c \ - HeapP_sample.c \ - HwiP_m4_sample.c \ - QueueP_sample.c \ - SemaphoreP_sample.c \ - TaskP_sample.c \ IpcRPMessage_linux_sample.c \ - MpuP_arm_v7_sample.c \ - I2c_lld_sample_v0.c \ - I2c_lld_sample_v0.c \ FILES_PATH_common = \ board \ @@ -38,13 +26,18 @@ FILES_PATH_common = \ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am65x/r5f \ DEFINES_common := \ - -DSOC_AM62X \ + -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ - -mcpu=cortex-m4 \ + -mcpu=cortex-r5 \ -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ -mthumb \ -Wall \ -Werror \ @@ -90,7 +83,7 @@ INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) LIBDIR := lib -OBJDIR := obj/am62x/ti-arm-clang/$(PROFILE)/m4f/doxy_samples/ +OBJDIR := obj/am65x/ti-arm-clang/$(PROFILE)/r5f/doxy_samples/ OBJS := $(FILES:%.c=%.obj) OBJS += $(ASMFILES:%.S=%.obj) DEPS := $(FILES:%.c=%.d) @@ -105,7 +98,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang b/docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang.nortos similarity index 94% rename from docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang rename to docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang.nortos index 774e0cfa92c..e67fc03798a 100644 --- a/docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang +++ b/docs_src/docs/api_guide/doxy_samples/makefile.am65x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=doxy_samples.am65x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=doxy_samples.am65x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ IpcRPMessage_linux_sample.c \ @@ -29,6 +29,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/makefile.am243x b/makefile.am243x index 07045a213fa..eeb34485272 100644 --- a/makefile.am243x +++ b/makefile.am243x @@ -31,43 +31,43 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am243x board_r5f.ti-arm-clang board_m4f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x cmsis_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x drivers_r5f.ti-arm-clang drivers_m4f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x freertos_fat_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x littlefs_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x middleware_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x sdl_m4f.ti-arm-clang sdl_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am243x board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos board_m4f.ti-arm-clang.nortos board_m4f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x cmsis_r5f.ti-arm-clang.nortos cmsis_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos drivers_m4f.ti-arm-clang.nortos drivers_m4f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x sdl_m4f.ti-arm-clang.nortos sdl_m4f.ti-arm-clang.freertos sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am243x nortos_r5f.ti-arm-clang nortos_m4f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x freertos_r5f.ti-arm-clang freertos_m4f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x mathlib_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x pru_ipc_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x security_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_cdn_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_cdn_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_cdc_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_cdc_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_dfu_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_dfu_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_ncm_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_ncm_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_rndis_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_rndis_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x enet-cpsw_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am243x mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x pru_ipc_r5f.ti-arm-clang.nortos pru_ipc_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_cdn_nortos_r5f.ti-arm-clang.nortos usbd_cdn_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_cdn_freertos_r5f.ti-arm-clang.nortos usbd_cdn_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am243x lwipif-cpsw-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x lwipif-cpsw-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x lwipif-icssg-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x lwipif-icssg-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x enet-icssg_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x icss_emac_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x icss_emac_lwip_if_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x icss_timesync_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x lwip-freertos_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am243x enet-icssg_r5f.ti-arm-clang.nortos enet-icssg_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x lwip-freertos_r5f.ti-arm-clang lwip-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x lwip-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x lwip-contrib-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x lwip-contrib-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x lwipif-ic-freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x mbedtls_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am243x mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am243x tsn_gptp-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x tsn_icssg_gptp-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am243x tsn_icssg_combase-freertos_r5f.ti-arm-clang @@ -78,43 +78,43 @@ help: @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am243x board_r5f.ti-arm-clang_clean board_m4f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x cmsis_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x drivers_r5f.ti-arm-clang_clean drivers_m4f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x freertos_fat_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x littlefs_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x middleware_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x sdl_m4f.ti-arm-clang_clean sdl_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am243x board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean board_m4f.ti-arm-clang.nortos_clean board_m4f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x cmsis_r5f.ti-arm-clang.nortos_clean cmsis_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean drivers_m4f.ti-arm-clang.nortos_clean drivers_m4f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x sdl_m4f.ti-arm-clang.nortos_clean sdl_m4f.ti-arm-clang.freertos_clean sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am243x nortos_r5f.ti-arm-clang_clean nortos_m4f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x freertos_r5f.ti-arm-clang_clean freertos_m4f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x mathlib_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x pru_ipc_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x security_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_cdn_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_cdn_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_cdc_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_cdc_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_dfu_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_dfu_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_ncm_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_ncm_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_rndis_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x usbd_tusb_rndis_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x enet-cpsw_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am243x mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x pru_ipc_r5f.ti-arm-clang.nortos_clean pru_ipc_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_cdn_nortos_r5f.ti-arm-clang.nortos_clean usbd_cdn_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_cdn_freertos_r5f.ti-arm-clang.nortos_clean usbd_cdn_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am243x lwipif-cpsw-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x lwipif-cpsw-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x lwipif-icssg-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x lwipif-icssg-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x enet-icssg_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x icss_emac_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x icss_emac_lwip_if_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x icss_timesync_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x lwip-freertos_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am243x enet-icssg_r5f.ti-arm-clang.nortos_clean enet-icssg_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x lwip-freertos_r5f.ti-arm-clang_clean lwip-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x lwip-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x lwip-contrib-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x lwip-contrib-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x lwipif-ic-freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x mbedtls_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am243x mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am243x tsn_gptp-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x tsn_icssg_gptp-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am243x tsn_icssg_combase-freertos_r5f.ti-arm-clang_clean @@ -604,43 +604,43 @@ help: @echo . # Various Component Targets -BUILD_COMBO_board = board_r5f.ti-arm-clang board_m4f.ti-arm-clang -BUILD_COMBO_cmsis = cmsis_r5f.ti-arm-clang -BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang drivers_m4f.ti-arm-clang -BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang -BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang -BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang -BUILD_COMBO_sdl = sdl_m4f.ti-arm-clang sdl_r5f.ti-arm-clang +BUILD_COMBO_board = board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos board_m4f.ti-arm-clang.nortos board_m4f.ti-arm-clang.freertos +BUILD_COMBO_cmsis = cmsis_r5f.ti-arm-clang.nortos cmsis_r5f.ti-arm-clang.freertos +BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos drivers_m4f.ti-arm-clang.nortos drivers_m4f.ti-arm-clang.freertos +BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos +BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos +BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos +BUILD_COMBO_sdl = sdl_m4f.ti-arm-clang.nortos sdl_m4f.ti-arm-clang.freertos sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos BUILD_COMBO_nortos = nortos_r5f.ti-arm-clang nortos_m4f.ti-arm-clang BUILD_COMBO_freertos = freertos_r5f.ti-arm-clang freertos_m4f.ti-arm-clang -BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang -BUILD_COMBO_pru_ipc = pru_ipc_r5f.ti-arm-clang -BUILD_COMBO_security = security_r5f.ti-arm-clang -BUILD_COMBO_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang -BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang +BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos +BUILD_COMBO_pru_ipc = pru_ipc_r5f.ti-arm-clang.nortos pru_ipc_r5f.ti-arm-clang.freertos +BUILD_COMBO_security = security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang.nortos usbd_cdn_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang.nortos usbd_cdn_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos BUILD_COMBO_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang BUILD_COMBO_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang BUILD_COMBO_lwipif-icssg-freertos = lwipif-icssg-freertos_r5f.ti-arm-clang BUILD_COMBO_lwipif-icssg-nortos = lwipif-icssg-nortos_r5f.ti-arm-clang -BUILD_COMBO_enet-icssg = enet-icssg_r5f.ti-arm-clang -BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang -BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang -BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang -BUILD_COMBO_lwip-freertos = lwip-freertos_r5f.ti-arm-clang +BUILD_COMBO_enet-icssg = enet-icssg_r5f.ti-arm-clang.nortos enet-icssg_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos +BUILD_COMBO_lwip-freertos = lwip-freertos_r5f.ti-arm-clang lwip-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-nortos = lwip-nortos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang BUILD_COMBO_lwipif-ic-freertos = lwipif-ic-freertos_r5f.ti-arm-clang -BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang +BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos BUILD_COMBO_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_icssg_gptp-freertos = tsn_icssg_gptp-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_icssg_combase-freertos = tsn_icssg_combase-freertos_r5f.ti-arm-clang @@ -803,43 +803,43 @@ $(BUILD_COMBO_enet_cli_freertos): # Various Component Clean Targets -BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang_clean board_m4f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_cmsis = cmsis_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang_clean drivers_m4f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sdl = sdl_m4f.ti-arm-clang_clean sdl_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean board_m4f.ti-arm-clang.nortos_clean board_m4f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_cmsis = cmsis_r5f.ti-arm-clang.nortos_clean cmsis_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean drivers_m4f.ti-arm-clang.nortos_clean drivers_m4f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_sdl = sdl_m4f.ti-arm-clang.nortos_clean sdl_m4f.ti-arm-clang.freertos_clean sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_nortos = nortos_r5f.ti-arm-clang_clean nortos_m4f.ti-arm-clang_clean BUILD_COMBO_CLEAN_freertos = freertos_r5f.ti-arm-clang_clean freertos_m4f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_pru_ipc = pru_ipc_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_pru_ipc = pru_ipc_r5f.ti-arm-clang.nortos_clean pru_ipc_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang.nortos_clean usbd_cdn_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang.nortos_clean usbd_cdn_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-icssg-freertos = lwipif-icssg-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-icssg-nortos = lwipif-icssg-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_enet-icssg = enet-icssg_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_enet-icssg = enet-icssg_r5f.ti-arm-clang.nortos_clean enet-icssg_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_clean lwip-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-ic-freertos = lwipif-ic-freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_icssg_gptp-freertos = tsn_icssg_gptp-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_icssg_combase-freertos = tsn_icssg_combase-freertos_r5f.ti-arm-clang_clean @@ -996,43 +996,43 @@ $(BUILD_COMBO_CLEAN_enet_cli_freertos): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang_scrub board_m4f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_cmsis = cmsis_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang_scrub drivers_m4f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sdl = sdl_m4f.ti-arm-clang_scrub sdl_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang.nortos_scrub board_r5f.ti-arm-clang.freertos_scrub board_m4f.ti-arm-clang.nortos_scrub board_m4f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_cmsis = cmsis_r5f.ti-arm-clang.nortos_scrub cmsis_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang.nortos_scrub drivers_r5f.ti-arm-clang.freertos_scrub drivers_m4f.ti-arm-clang.nortos_scrub drivers_m4f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_scrub freertos_fat_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang.nortos_scrub littlefs_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang.nortos_scrub middleware_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_sdl = sdl_m4f.ti-arm-clang.nortos_scrub sdl_m4f.ti-arm-clang.freertos_scrub sdl_r5f.ti-arm-clang.nortos_scrub sdl_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_nortos = nortos_r5f.ti-arm-clang_scrub nortos_m4f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_freertos = freertos_r5f.ti-arm-clang_scrub freertos_m4f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_pru_ipc = pru_ipc_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang.nortos_scrub mathlib_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_pru_ipc = pru_ipc_r5f.ti-arm-clang.nortos_scrub pru_ipc_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang.nortos_scrub security_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang.nortos_scrub usbd_cdn_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang.nortos_scrub usbd_cdn_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_scrub enet-cpsw_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-icssg-freertos = lwipif-icssg-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-icssg-nortos = lwipif-icssg-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_enet-icssg = enet-icssg_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_enet-icssg = enet-icssg_r5f.ti-arm-clang.nortos_scrub enet-icssg_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_scrub icss_emac_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_scrub icss_emac_lwip_if_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_scrub icss_timesync_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_scrub lwip-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-ic-freertos = lwipif-ic-freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_scrub mbedtls_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_icssg_gptp-freertos = tsn_icssg_gptp-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_icssg_combase-freertos = tsn_icssg_combase-freertos_r5f.ti-arm-clang_scrub_scrub diff --git a/makefile.am261x b/makefile.am261x index 4c306583269..b6112ce4811 100644 --- a/makefile.am261x +++ b/makefile.am261x @@ -31,18 +31,18 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am261x board_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x pmic_blackbird_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x pmic_derby_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x sfo_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x drivers_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x freertos_fat_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x littlefs_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x middleware_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am261x board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x pmic_blackbird_r5f.ti-arm-clang.nortos pmic_blackbird_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x pmic_derby_r5f.ti-arm-clang.nortos pmic_derby_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x sfo_r5f.ti-arm-clang.nortos sfo_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am261x nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am261x freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x mathlib_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x enet-cpsw_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am261x mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am261x lwipif-cpsw-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am261x lwipif-cpsw-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am261x lwip-freertos_r5f.ti-arm-clang @@ -51,37 +51,37 @@ help: @echo $(MAKE) -s -f makefile.am261x lwip-contrib-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am261x lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am261x lwip-contrib-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x icss_emac_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x icss_emac_lwip_if_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x icss_timesync_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x mbedtls_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am261x icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am261x tsn_gptp-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am261x tsn_combase-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am261x tsn_uniconf-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am261x tsn_unibase-freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x sdl_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x security_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x usbd_synp_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x usbd_synp_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x usbd_tusb_cdc_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x usbd_tusb_cdc_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x usbd_tusb_dfu_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x usbd_tusb_dfu_freertos_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am261x sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x usbd_synp_nortos_r5f.ti-arm-clang.nortos usbd_synp_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x usbd_synp_freertos_r5f.ti-arm-clang.nortos usbd_synp_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am261x board_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x pmic_blackbird_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x pmic_derby_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x sfo_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x drivers_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x freertos_fat_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x littlefs_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x middleware_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am261x board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x pmic_blackbird_r5f.ti-arm-clang.nortos_clean pmic_blackbird_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x pmic_derby_r5f.ti-arm-clang.nortos_clean pmic_derby_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x sfo_r5f.ti-arm-clang.nortos_clean sfo_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am261x nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am261x freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x mathlib_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x enet-cpsw_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am261x mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am261x lwipif-cpsw-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am261x lwipif-cpsw-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am261x lwip-freertos_r5f.ti-arm-clang_clean @@ -90,22 +90,22 @@ help: @echo $(MAKE) -s -f makefile.am261x lwip-contrib-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am261x lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am261x lwip-contrib-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x icss_emac_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x icss_emac_lwip_if_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x icss_timesync_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x mbedtls_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am261x icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am261x tsn_gptp-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am261x tsn_combase-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am261x tsn_uniconf-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am261x tsn_unibase-freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x sdl_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x security_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x usbd_synp_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x usbd_synp_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x usbd_tusb_cdc_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x usbd_tusb_cdc_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x usbd_tusb_dfu_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x usbd_tusb_dfu_freertos_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am261x sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x usbd_synp_nortos_r5f.ti-arm-clang.nortos_clean usbd_synp_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x usbd_synp_freertos_r5f.ti-arm-clang.nortos_clean usbd_synp_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -734,18 +734,18 @@ help: @echo . # Various Component Targets -BUILD_COMBO_board = board_r5f.ti-arm-clang -BUILD_COMBO_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang -BUILD_COMBO_pmic_derby = pmic_derby_r5f.ti-arm-clang -BUILD_COMBO_sfo = sfo_r5f.ti-arm-clang -BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang -BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang -BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang -BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang +BUILD_COMBO_board = board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos +BUILD_COMBO_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang.nortos pmic_blackbird_r5f.ti-arm-clang.freertos +BUILD_COMBO_pmic_derby = pmic_derby_r5f.ti-arm-clang.nortos pmic_derby_r5f.ti-arm-clang.freertos +BUILD_COMBO_sfo = sfo_r5f.ti-arm-clang.nortos sfo_r5f.ti-arm-clang.freertos +BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos +BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos +BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos +BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos BUILD_COMBO_nortos = nortos_r5f.ti-arm-clang BUILD_COMBO_freertos = freertos_r5f.ti-arm-clang -BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang -BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang +BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos +BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos BUILD_COMBO_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang BUILD_COMBO_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang BUILD_COMBO_lwip-freertos = lwip-freertos_r5f.ti-arm-clang @@ -754,22 +754,22 @@ BUILD_COMBO_lwip-nortos = lwip-nortos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang -BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang -BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang -BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang -BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang +BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos +BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos BUILD_COMBO_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang -BUILD_COMBO_sdl = sdl_r5f.ti-arm-clang -BUILD_COMBO_security = security_r5f.ti-arm-clang -BUILD_COMBO_usbd_synp_nortos = usbd_synp_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_synp_freertos = usbd_synp_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang +BUILD_COMBO_sdl = sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos +BUILD_COMBO_security = security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_synp_nortos = usbd_synp_nortos_r5f.ti-arm-clang.nortos usbd_synp_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_synp_freertos = usbd_synp_freertos_r5f.ti-arm-clang.nortos usbd_synp_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos # Combine all Components @@ -901,18 +901,18 @@ $(BUILD_COMBO_usbd_tusb_dfu_freertos): # Various Component Clean Targets -BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_pmic_derby = pmic_derby_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sfo = sfo_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang.nortos_clean pmic_blackbird_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_pmic_derby = pmic_derby_r5f.ti-arm-clang.nortos_clean pmic_derby_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_sfo = sfo_r5f.ti-arm-clang.nortos_clean sfo_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_nortos = nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_freertos = freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_clean @@ -921,22 +921,22 @@ BUILD_COMBO_CLEAN_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sdl = sdl_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_synp_nortos = usbd_synp_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_synp_freertos = usbd_synp_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_sdl = sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_synp_nortos = usbd_synp_nortos_r5f.ti-arm-clang.nortos_clean usbd_synp_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_synp_freertos = usbd_synp_freertos_r5f.ti-arm-clang.nortos_clean usbd_synp_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -1062,18 +1062,18 @@ $(BUILD_COMBO_CLEAN_usbd_tusb_dfu_freertos): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_pmic_derby = pmic_derby_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sfo = sfo_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang.nortos_scrub board_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang.nortos_scrub pmic_blackbird_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_pmic_derby = pmic_derby_r5f.ti-arm-clang.nortos_scrub pmic_derby_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_sfo = sfo_r5f.ti-arm-clang.nortos_scrub sfo_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang.nortos_scrub drivers_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_scrub freertos_fat_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang.nortos_scrub littlefs_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang.nortos_scrub middleware_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_nortos = nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_freertos = freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang.nortos_scrub mathlib_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_scrub enet-cpsw_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_scrub_scrub @@ -1082,22 +1082,22 @@ BUILD_COMBO_SCRUB_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_scrub icss_emac_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_scrub icss_emac_lwip_if_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_scrub icss_timesync_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_scrub mbedtls_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sdl = sdl_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_synp_nortos = usbd_synp_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_synp_freertos = usbd_synp_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_sdl = sdl_r5f.ti-arm-clang.nortos_scrub sdl_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang.nortos_scrub security_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_synp_nortos = usbd_synp_nortos_r5f.ti-arm-clang.nortos_scrub usbd_synp_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_synp_freertos = usbd_synp_freertos_r5f.ti-arm-clang.nortos_scrub usbd_synp_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/makefile.am263px b/makefile.am263px index b2ff984cf66..32153d15668 100644 --- a/makefile.am263px +++ b/makefile.am263px @@ -31,67 +31,67 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am263px board_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px pmic_blackbird_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px sfo_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px drivers_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px freertos_fat_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px littlefs_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px middleware_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263px board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px pmic_blackbird_r5f.ti-arm-clang.nortos pmic_blackbird_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px sfo_r5f.ti-arm-clang.nortos sfo_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am263px nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px freertos_r5f.ti-arm-clang freertos_r5f-mpu.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px mathlib_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px enet-cpsw_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263px mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am263px lwipif-cpsw-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px lwipif-cpsw-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px icss_timesync_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263px icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am263px lwip-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px lwip-freertos-icss_emac_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px lwip-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px lwip-contrib-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px lwip-contrib-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px icss_emac_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px icss_emac_lwip_if_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px mbedtls_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263px icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am263px tsn_gptp-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px tsn_combase-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px tsn_uniconf-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263px tsn_unibase-freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px sdl_r5f.ti-arm-clang sdl_r5fss1.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px security_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263px sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos sdl_r5fss1.ti-arm-clang.nortos sdl_r5fss1.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am263px board_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px pmic_blackbird_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px sfo_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px drivers_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px freertos_fat_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px littlefs_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px middleware_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263px board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px pmic_blackbird_r5f.ti-arm-clang.nortos_clean pmic_blackbird_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px sfo_r5f.ti-arm-clang.nortos_clean sfo_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am263px nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px freertos_r5f.ti-arm-clang_clean freertos_r5f-mpu.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px mathlib_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px enet-cpsw_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263px mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am263px lwipif-cpsw-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px lwipif-cpsw-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px icss_timesync_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263px icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am263px lwip-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px lwip-freertos-icss_emac_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px lwip-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px lwip-contrib-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px lwip-contrib-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px icss_emac_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px icss_emac_lwip_if_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px mbedtls_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263px icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am263px tsn_gptp-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px tsn_combase-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px tsn_uniconf-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263px tsn_unibase-freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px sdl_r5f.ti-arm-clang_clean sdl_r5fss1.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px security_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263px sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean sdl_r5fss1.ti-arm-clang.nortos_clean sdl_r5fss1.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -724,35 +724,35 @@ help: @echo . # Various Component Targets -BUILD_COMBO_board = board_r5f.ti-arm-clang -BUILD_COMBO_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang -BUILD_COMBO_sfo = sfo_r5f.ti-arm-clang -BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang -BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang -BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang -BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang +BUILD_COMBO_board = board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos +BUILD_COMBO_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang.nortos pmic_blackbird_r5f.ti-arm-clang.freertos +BUILD_COMBO_sfo = sfo_r5f.ti-arm-clang.nortos sfo_r5f.ti-arm-clang.freertos +BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos +BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos +BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos +BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos BUILD_COMBO_nortos = nortos_r5f.ti-arm-clang BUILD_COMBO_freertos = freertos_r5f.ti-arm-clang freertos_r5f-mpu.ti-arm-clang -BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang -BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang +BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos +BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos BUILD_COMBO_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang BUILD_COMBO_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang -BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang +BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos BUILD_COMBO_lwip-freertos = lwip-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-freertos-icss_emac = lwip-freertos-icss_emac_r5f.ti-arm-clang BUILD_COMBO_lwip-nortos = lwip-nortos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang -BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang -BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang -BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang +BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos +BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos BUILD_COMBO_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang -BUILD_COMBO_sdl = sdl_r5f.ti-arm-clang sdl_r5fss1.ti-arm-clang -BUILD_COMBO_security = security_r5f.ti-arm-clang +BUILD_COMBO_sdl = sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos sdl_r5fss1.ti-arm-clang.nortos sdl_r5fss1.ti-arm-clang.freertos +BUILD_COMBO_security = security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos # Combine all Components @@ -863,35 +863,35 @@ $(BUILD_COMBO_security): # Various Component Clean Targets -BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sfo = sfo_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang.nortos_clean pmic_blackbird_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_sfo = sfo_r5f.ti-arm-clang.nortos_clean sfo_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_nortos = nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_freertos = freertos_r5f.ti-arm-clang_clean freertos_r5f-mpu.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-freertos-icss_emac = lwip-freertos-icss_emac_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sdl = sdl_r5f.ti-arm-clang_clean sdl_r5fss1.ti-arm-clang_clean -BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_sdl = sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean sdl_r5fss1.ti-arm-clang.nortos_clean sdl_r5fss1.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -996,35 +996,35 @@ $(BUILD_COMBO_CLEAN_security): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sfo = sfo_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang.nortos_scrub board_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_pmic_blackbird = pmic_blackbird_r5f.ti-arm-clang.nortos_scrub pmic_blackbird_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_sfo = sfo_r5f.ti-arm-clang.nortos_scrub sfo_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang.nortos_scrub drivers_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_scrub freertos_fat_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang.nortos_scrub littlefs_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang.nortos_scrub middleware_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_nortos = nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_freertos = freertos_r5f.ti-arm-clang_scrub freertos_r5f-mpu.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang.nortos_scrub mathlib_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_scrub enet-cpsw_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_scrub icss_timesync_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-freertos-icss_emac = lwip-freertos-icss_emac_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_scrub icss_emac_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_scrub icss_emac_lwip_if_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_scrub mbedtls_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sdl = sdl_r5f.ti-arm-clang_scrub sdl_r5fss1.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_sdl = sdl_r5f.ti-arm-clang.nortos_scrub sdl_r5f.ti-arm-clang.freertos_scrub sdl_r5fss1.ti-arm-clang.nortos_scrub sdl_r5fss1.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang.nortos_scrub security_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/makefile.am263x b/makefile.am263x index f35f244feb5..84bcea91e80 100644 --- a/makefile.am263x +++ b/makefile.am263x @@ -31,30 +31,30 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am263x board_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x sfo_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x drivers_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x freertos_fat_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x littlefs_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x middleware_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263x board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x sfo_r5f.ti-arm-clang.nortos sfo_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am263x nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x mathlib_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x icss_emac_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x icss_emac_lwip_if_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x enet-cpsw_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263x mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am263x lwipif-cpsw-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x lwipif-cpsw-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x icss_timesync_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263x icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am263x lwip-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x lwip-freertos-icss_emac_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x lwip-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x lwip-contrib-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x lwip-contrib-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x sdl_r5f.ti-arm-clang sdl_r5fss1.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x security_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x mbedtls_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263x sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos sdl_r5fss1.ti-arm-clang.nortos sdl_r5fss1.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am263x tsn_gptp-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x tsn_combase-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am263x tsn_uniconf-freertos_r5f.ti-arm-clang @@ -62,30 +62,30 @@ help: @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am263x board_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x sfo_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x drivers_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x freertos_fat_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x littlefs_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x middleware_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263x board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x sfo_r5f.ti-arm-clang.nortos_clean sfo_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am263x nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x mathlib_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x icss_emac_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x icss_emac_lwip_if_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x enet-cpsw_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263x mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am263x lwipif-cpsw-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x lwipif-cpsw-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x icss_timesync_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263x icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am263x lwip-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x lwip-freertos-icss_emac_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x lwip-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x lwip-contrib-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x lwip-contrib-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x sdl_r5f.ti-arm-clang_clean sdl_r5fss1.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x security_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x mbedtls_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263x sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean sdl_r5fss1.ti-arm-clang.nortos_clean sdl_r5fss1.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am263x tsn_gptp-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x tsn_combase-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am263x tsn_uniconf-freertos_r5f.ti-arm-clang_clean @@ -676,30 +676,30 @@ help: @echo . # Various Component Targets -BUILD_COMBO_board = board_r5f.ti-arm-clang -BUILD_COMBO_sfo = sfo_r5f.ti-arm-clang -BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang -BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang -BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang -BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang +BUILD_COMBO_board = board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos +BUILD_COMBO_sfo = sfo_r5f.ti-arm-clang.nortos sfo_r5f.ti-arm-clang.freertos +BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos +BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos +BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos +BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos BUILD_COMBO_nortos = nortos_r5f.ti-arm-clang BUILD_COMBO_freertos = freertos_r5f.ti-arm-clang -BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang -BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang -BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang -BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang +BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos +BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos BUILD_COMBO_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang BUILD_COMBO_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang -BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang +BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos BUILD_COMBO_lwip-freertos = lwip-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-freertos-icss_emac = lwip-freertos-icss_emac_r5f.ti-arm-clang BUILD_COMBO_lwip-nortos = lwip-nortos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang -BUILD_COMBO_sdl = sdl_r5f.ti-arm-clang sdl_r5fss1.ti-arm-clang -BUILD_COMBO_security = security_r5f.ti-arm-clang -BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang +BUILD_COMBO_sdl = sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos sdl_r5fss1.ti-arm-clang.nortos sdl_r5fss1.ti-arm-clang.freertos +BUILD_COMBO_security = security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos +BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos BUILD_COMBO_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang @@ -811,30 +811,30 @@ $(BUILD_COMBO_tsn_unibase-freertos): # Various Component Clean Targets -BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sfo = sfo_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_sfo = sfo_r5f.ti-arm-clang.nortos_clean sfo_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_nortos = nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_freertos = freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-freertos-icss_emac = lwip-freertos-icss_emac_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sdl = sdl_r5f.ti-arm-clang_clean sdl_r5fss1.ti-arm-clang_clean -BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_sdl = sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean sdl_r5fss1.ti-arm-clang.nortos_clean sdl_r5fss1.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang_clean @@ -940,30 +940,30 @@ $(BUILD_COMBO_CLEAN_tsn_unibase-freertos): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sfo = sfo_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang.nortos_scrub board_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_sfo = sfo_r5f.ti-arm-clang.nortos_scrub sfo_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang.nortos_scrub drivers_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_scrub freertos_fat_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang.nortos_scrub littlefs_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang.nortos_scrub middleware_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_nortos = nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_freertos = freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang.nortos_scrub mathlib_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_scrub icss_emac_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_scrub icss_emac_lwip_if_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_scrub enet-cpsw_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_scrub icss_timesync_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-freertos-icss_emac = lwip-freertos-icss_emac_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos-icss_emac = lwip-contrib-freertos-icss_emac_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sdl = sdl_r5f.ti-arm-clang_scrub sdl_r5fss1.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_sdl = sdl_r5f.ti-arm-clang.nortos_scrub sdl_r5f.ti-arm-clang.freertos_scrub sdl_r5fss1.ti-arm-clang.nortos_scrub sdl_r5fss1.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang.nortos_scrub security_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_scrub mbedtls_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_uniconf-freertos = tsn_uniconf-freertos_r5f.ti-arm-clang_scrub_scrub diff --git a/makefile.am273x b/makefile.am273x index 3481911ba4c..90977ed3cab 100644 --- a/makefile.am273x +++ b/makefile.am273x @@ -31,23 +31,23 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am273x board_r5f.ti-arm-clang board_c66.ti-c6000 - @echo $(MAKE) -s -f makefile.am273x drivers_r5f.ti-arm-clang drivers_c66.ti-c6000 drivers_dss_m4f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am273x middleware_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am273x board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos board_c66.ti-c6000.nortos board_c66.ti-c6000.freertos + @echo $(MAKE) -s -f makefile.am273x drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos drivers_c66.ti-c6000.nortos drivers_c66.ti-c6000.freertos drivers_dss_m4f.ti-arm-clang.nortos drivers_dss_m4f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am273x middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am273x freertos_r5f.ti-arm-clang freertos_c66.ti-c6000 @echo $(MAKE) -s -f makefile.am273x nortos_r5f.ti-arm-clang nortos_c66.ti-c6000 nortos_dss_m4f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am273x littlefs_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am273x mathlib_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am273x enet-cpsw_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am273x littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am273x mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am273x enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am273x lwipif-cpsw-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am273x lwipif-cpsw-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am273x lwip-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am273x lwip-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am273x lwip-contrib-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am273x lwip-contrib-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am273x mbedtls_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am273x sdl_r5f.ti-arm-clang sdl_r5fss1.ti-arm-clang sdl_c66.ti-c6000 - @echo $(MAKE) -s -f makefile.am273x security_r5f.ti-arm-clang security_c66.ti-c6000 + @echo $(MAKE) -s -f makefile.am273x mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am273x sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos sdl_r5fss1.ti-arm-clang.nortos sdl_r5fss1.ti-arm-clang.freertos sdl_c66.ti-c6000.nortos sdl_c66.ti-c6000.freertos + @echo $(MAKE) -s -f makefile.am273x security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos security_c66.ti-c6000.nortos security_c66.ti-c6000.freertos @echo $(MAKE) -s -f makefile.am273x tsn_unibase-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am273x tsn_combase-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am273x tsn_gptp-freertos_r5f.ti-arm-clang @@ -55,23 +55,23 @@ help: @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am273x board_r5f.ti-arm-clang_clean board_c66.ti-c6000_clean - @echo $(MAKE) -s -f makefile.am273x drivers_r5f.ti-arm-clang_clean drivers_c66.ti-c6000_clean drivers_dss_m4f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am273x middleware_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am273x board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean board_c66.ti-c6000.nortos_clean board_c66.ti-c6000.freertos_clean + @echo $(MAKE) -s -f makefile.am273x drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean drivers_c66.ti-c6000.nortos_clean drivers_c66.ti-c6000.freertos_clean drivers_dss_m4f.ti-arm-clang.nortos_clean drivers_dss_m4f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am273x middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am273x freertos_r5f.ti-arm-clang_clean freertos_c66.ti-c6000_clean @echo $(MAKE) -s -f makefile.am273x nortos_r5f.ti-arm-clang_clean nortos_c66.ti-c6000_clean nortos_dss_m4f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am273x littlefs_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am273x mathlib_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am273x enet-cpsw_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am273x littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am273x mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am273x enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am273x lwipif-cpsw-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am273x lwipif-cpsw-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am273x lwip-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am273x lwip-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am273x lwip-contrib-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am273x lwip-contrib-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am273x mbedtls_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am273x sdl_r5f.ti-arm-clang_clean sdl_r5fss1.ti-arm-clang_clean sdl_c66.ti-c6000_clean - @echo $(MAKE) -s -f makefile.am273x security_r5f.ti-arm-clang_clean security_c66.ti-c6000_clean + @echo $(MAKE) -s -f makefile.am273x mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am273x sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean sdl_r5fss1.ti-arm-clang.nortos_clean sdl_r5fss1.ti-arm-clang.freertos_clean sdl_c66.ti-c6000.nortos_clean sdl_c66.ti-c6000.freertos_clean + @echo $(MAKE) -s -f makefile.am273x security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean security_c66.ti-c6000.nortos_clean security_c66.ti-c6000.freertos_clean @echo $(MAKE) -s -f makefile.am273x tsn_unibase-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am273x tsn_combase-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am273x tsn_gptp-freertos_r5f.ti-arm-clang_clean @@ -286,23 +286,23 @@ help: @echo . # Various Component Targets -BUILD_COMBO_board = board_r5f.ti-arm-clang board_c66.ti-c6000 -BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang drivers_c66.ti-c6000 drivers_dss_m4f.ti-arm-clang -BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang +BUILD_COMBO_board = board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos board_c66.ti-c6000.nortos board_c66.ti-c6000.freertos +BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos drivers_c66.ti-c6000.nortos drivers_c66.ti-c6000.freertos drivers_dss_m4f.ti-arm-clang.nortos drivers_dss_m4f.ti-arm-clang.freertos +BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos BUILD_COMBO_freertos = freertos_r5f.ti-arm-clang freertos_c66.ti-c6000 BUILD_COMBO_nortos = nortos_r5f.ti-arm-clang nortos_c66.ti-c6000 nortos_dss_m4f.ti-arm-clang -BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang -BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang -BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang +BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos +BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos +BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos BUILD_COMBO_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang BUILD_COMBO_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang BUILD_COMBO_lwip-freertos = lwip-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-nortos = lwip-nortos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang -BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang -BUILD_COMBO_sdl = sdl_r5f.ti-arm-clang sdl_r5fss1.ti-arm-clang sdl_c66.ti-c6000 -BUILD_COMBO_security = security_r5f.ti-arm-clang security_c66.ti-c6000 +BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos +BUILD_COMBO_sdl = sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos sdl_r5fss1.ti-arm-clang.nortos sdl_r5fss1.ti-arm-clang.freertos sdl_c66.ti-c6000.nortos sdl_c66.ti-c6000.freertos +BUILD_COMBO_security = security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos security_c66.ti-c6000.nortos security_c66.ti-c6000.freertos BUILD_COMBO_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang @@ -393,23 +393,23 @@ $(BUILD_COMBO_tsn_uniconf-freertos): # Various Component Clean Targets -BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang_clean board_c66.ti-c6000_clean -BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang_clean drivers_c66.ti-c6000_clean drivers_dss_m4f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean board_c66.ti-c6000.nortos_clean board_c66.ti-c6000.freertos_clean +BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean drivers_c66.ti-c6000.nortos_clean drivers_c66.ti-c6000.freertos_clean drivers_dss_m4f.ti-arm-clang.nortos_clean drivers_dss_m4f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_freertos = freertos_r5f.ti-arm-clang_clean freertos_c66.ti-c6000_clean BUILD_COMBO_CLEAN_nortos = nortos_r5f.ti-arm-clang_clean nortos_c66.ti-c6000_clean nortos_dss_m4f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sdl = sdl_r5f.ti-arm-clang_clean sdl_r5fss1.ti-arm-clang_clean sdl_c66.ti-c6000_clean -BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang_clean security_c66.ti-c6000_clean +BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_sdl = sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean sdl_r5fss1.ti-arm-clang.nortos_clean sdl_r5fss1.ti-arm-clang.freertos_clean sdl_c66.ti-c6000.nortos_clean sdl_c66.ti-c6000.freertos_clean +BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean security_c66.ti-c6000.nortos_clean security_c66.ti-c6000.freertos_clean BUILD_COMBO_CLEAN_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_clean @@ -494,23 +494,23 @@ $(BUILD_COMBO_CLEAN_tsn_uniconf-freertos): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang_scrub board_c66.ti-c6000_scrub_scrub -BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang_scrub drivers_c66.ti-c6000_scrub drivers_dss_m4f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang.nortos_scrub board_r5f.ti-arm-clang.freertos_scrub board_c66.ti-c6000.nortos_scrub board_c66.ti-c6000.freertos_scrub_scrub +BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang.nortos_scrub drivers_r5f.ti-arm-clang.freertos_scrub drivers_c66.ti-c6000.nortos_scrub drivers_c66.ti-c6000.freertos_scrub drivers_dss_m4f.ti-arm-clang.nortos_scrub drivers_dss_m4f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang.nortos_scrub middleware_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_freertos = freertos_r5f.ti-arm-clang_scrub freertos_c66.ti-c6000_scrub_scrub BUILD_COMBO_SCRUB_nortos = nortos_r5f.ti-arm-clang_scrub nortos_c66.ti-c6000_scrub nortos_dss_m4f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang.nortos_scrub littlefs_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang.nortos_scrub mathlib_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_scrub enet-cpsw_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sdl = sdl_r5f.ti-arm-clang_scrub sdl_r5fss1.ti-arm-clang_scrub sdl_c66.ti-c6000_scrub_scrub -BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang_scrub security_c66.ti-c6000_scrub_scrub +BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_scrub mbedtls_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_sdl = sdl_r5f.ti-arm-clang.nortos_scrub sdl_r5f.ti-arm-clang.freertos_scrub sdl_r5fss1.ti-arm-clang.nortos_scrub sdl_r5fss1.ti-arm-clang.freertos_scrub sdl_c66.ti-c6000.nortos_scrub sdl_c66.ti-c6000.freertos_scrub_scrub +BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang.nortos_scrub security_r5f.ti-arm-clang.freertos_scrub security_c66.ti-c6000.nortos_scrub security_c66.ti-c6000.freertos_scrub_scrub BUILD_COMBO_SCRUB_tsn_unibase-freertos = tsn_unibase-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_combase-freertos = tsn_combase-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_scrub_scrub diff --git a/makefile.am64x b/makefile.am64x index 4d6bd93bb7c..5129a0eac6d 100644 --- a/makefile.am64x +++ b/makefile.am64x @@ -31,44 +31,44 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am64x board_r5f.ti-arm-clang board_m4f.ti-arm-clang board_a53.gcc-aarch64 - @echo $(MAKE) -s -f makefile.am64x cmsis_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x dhrystone_benchmark_a53.gcc-aarch64 - @echo $(MAKE) -s -f makefile.am64x drivers_r5f.ti-arm-clang drivers_m4f.ti-arm-clang drivers_a53.gcc-aarch64 - @echo $(MAKE) -s -f makefile.am64x freertos_fat_r5f.ti-arm-clang freertos_fat_a53.gcc-aarch64 - @echo $(MAKE) -s -f makefile.am64x littlefs_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x middleware_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am64x board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos board_m4f.ti-arm-clang.nortos board_m4f.ti-arm-clang.freertos board_a53.gcc-aarch64.nortos board_a53.gcc-aarch64.freertos board_a53.gcc-aarch64.freertos-smp + @echo $(MAKE) -s -f makefile.am64x cmsis_r5f.ti-arm-clang.nortos cmsis_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x dhrystone_benchmark_a53.gcc-aarch64.nortos dhrystone_benchmark_a53.gcc-aarch64.freertos dhrystone_benchmark_a53.gcc-aarch64.freertos-smp + @echo $(MAKE) -s -f makefile.am64x drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos drivers_m4f.ti-arm-clang.nortos drivers_m4f.ti-arm-clang.freertos drivers_a53.gcc-aarch64.nortos drivers_a53.gcc-aarch64.freertos drivers_a53.gcc-aarch64.freertos-smp + @echo $(MAKE) -s -f makefile.am64x freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos freertos_fat_a53.gcc-aarch64.nortos freertos_fat_a53.gcc-aarch64.freertos freertos_fat_a53.gcc-aarch64.freertos-smp + @echo $(MAKE) -s -f makefile.am64x littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am64x nortos_r5f.ti-arm-clang nortos_m4f.ti-arm-clang nortos_a53.gcc-aarch64 @echo $(MAKE) -s -f makefile.am64x freertos_r5f.ti-arm-clang freertos_m4f.ti-arm-clang freertos_a53.gcc-aarch64 freertos_a53-smp.gcc-aarch64 - @echo $(MAKE) -s -f makefile.am64x mathlib_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x pru_ipc_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x sdl_m4f.ti-arm-clang sdl_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x security_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_cdn_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_cdn_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_cdc_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_cdc_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_dfu_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_dfu_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_ncm_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_ncm_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_rndis_nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_rndis_freertos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x enet-cpsw_r5f.ti-arm-clang enet-cpsw_a53.gcc-aarch64 + @echo $(MAKE) -s -f makefile.am64x mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x pru_ipc_r5f.ti-arm-clang.nortos pru_ipc_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x sdl_m4f.ti-arm-clang.nortos sdl_m4f.ti-arm-clang.freertos sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_cdn_nortos_r5f.ti-arm-clang.nortos usbd_cdn_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_cdn_freertos_r5f.ti-arm-clang.nortos usbd_cdn_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos enet-cpsw_a53.gcc-aarch64.nortos enet-cpsw_a53.gcc-aarch64.freertos enet-cpsw_a53.gcc-aarch64.freertos-smp @echo $(MAKE) -s -f makefile.am64x lwipif-cpsw-freertos_r5f.ti-arm-clang lwipif-cpsw-freertos_a53.gcc-aarch64 @echo $(MAKE) -s -f makefile.am64x lwipif-cpsw-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x enet-icssg_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am64x enet-icssg_r5f.ti-arm-clang.nortos enet-icssg_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am64x lwipif-icssg-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am64x lwipif-ic-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am64x lwipif-icssg-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x icss_emac_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x icss_emac_lwip_if_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x icss_timesync_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am64x icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am64x icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am64x lwip-freertos_r5f.ti-arm-clang lwip-freertos_a53.gcc-aarch64 @echo $(MAKE) -s -f makefile.am64x lwip-nortos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am64x lwip-contrib-freertos_r5f.ti-arm-clang lwip-contrib-freertos_a53.gcc-aarch64 @echo $(MAKE) -s -f makefile.am64x lwip-contrib-nortos_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am64x mbedtls_r5f.ti-arm-clang mbedtls_a53.gcc-aarch64 + @echo $(MAKE) -s -f makefile.am64x mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos mbedtls_a53.gcc-aarch64.nortos mbedtls_a53.gcc-aarch64.freertos mbedtls_a53.gcc-aarch64.freertos-smp @echo $(MAKE) -s -f makefile.am64x tsn_gptp-freertos_r5f.ti-arm-clang tsn_gptp-freertos_a53.gcc-aarch64 @echo $(MAKE) -s -f makefile.am64x tsn_icssg_gptp-freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am64x tsn_icssg_combase-freertos_r5f.ti-arm-clang @@ -78,44 +78,44 @@ help: @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am64x board_r5f.ti-arm-clang_clean board_m4f.ti-arm-clang_clean board_a53.gcc-aarch64_clean - @echo $(MAKE) -s -f makefile.am64x cmsis_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x dhrystone_benchmark_a53.gcc-aarch64_clean - @echo $(MAKE) -s -f makefile.am64x drivers_r5f.ti-arm-clang_clean drivers_m4f.ti-arm-clang_clean drivers_a53.gcc-aarch64_clean - @echo $(MAKE) -s -f makefile.am64x freertos_fat_r5f.ti-arm-clang_clean freertos_fat_a53.gcc-aarch64_clean - @echo $(MAKE) -s -f makefile.am64x littlefs_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x middleware_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am64x board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean board_m4f.ti-arm-clang.nortos_clean board_m4f.ti-arm-clang.freertos_clean board_a53.gcc-aarch64.nortos_clean board_a53.gcc-aarch64.freertos_clean board_a53.gcc-aarch64.freertos-smp_clean + @echo $(MAKE) -s -f makefile.am64x cmsis_r5f.ti-arm-clang.nortos_clean cmsis_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x dhrystone_benchmark_a53.gcc-aarch64.nortos_clean dhrystone_benchmark_a53.gcc-aarch64.freertos_clean dhrystone_benchmark_a53.gcc-aarch64.freertos-smp_clean + @echo $(MAKE) -s -f makefile.am64x drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean drivers_m4f.ti-arm-clang.nortos_clean drivers_m4f.ti-arm-clang.freertos_clean drivers_a53.gcc-aarch64.nortos_clean drivers_a53.gcc-aarch64.freertos_clean drivers_a53.gcc-aarch64.freertos-smp_clean + @echo $(MAKE) -s -f makefile.am64x freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean freertos_fat_a53.gcc-aarch64.nortos_clean freertos_fat_a53.gcc-aarch64.freertos_clean freertos_fat_a53.gcc-aarch64.freertos-smp_clean + @echo $(MAKE) -s -f makefile.am64x littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am64x nortos_r5f.ti-arm-clang_clean nortos_m4f.ti-arm-clang_clean nortos_a53.gcc-aarch64_clean @echo $(MAKE) -s -f makefile.am64x freertos_r5f.ti-arm-clang_clean freertos_m4f.ti-arm-clang_clean freertos_a53.gcc-aarch64_clean freertos_a53-smp.gcc-aarch64_clean - @echo $(MAKE) -s -f makefile.am64x mathlib_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x pru_ipc_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x sdl_m4f.ti-arm-clang_clean sdl_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x security_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_cdn_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_cdn_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_cdc_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_cdc_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_dfu_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_dfu_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_ncm_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_ncm_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_rndis_nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x usbd_tusb_rndis_freertos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x enet-cpsw_r5f.ti-arm-clang_clean enet-cpsw_a53.gcc-aarch64_clean + @echo $(MAKE) -s -f makefile.am64x mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x pru_ipc_r5f.ti-arm-clang.nortos_clean pru_ipc_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x sdl_m4f.ti-arm-clang.nortos_clean sdl_m4f.ti-arm-clang.freertos_clean sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_cdn_nortos_r5f.ti-arm-clang.nortos_clean usbd_cdn_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_cdn_freertos_r5f.ti-arm-clang.nortos_clean usbd_cdn_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean enet-cpsw_a53.gcc-aarch64.nortos_clean enet-cpsw_a53.gcc-aarch64.freertos_clean enet-cpsw_a53.gcc-aarch64.freertos-smp_clean @echo $(MAKE) -s -f makefile.am64x lwipif-cpsw-freertos_r5f.ti-arm-clang_clean lwipif-cpsw-freertos_a53.gcc-aarch64_clean @echo $(MAKE) -s -f makefile.am64x lwipif-cpsw-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x enet-icssg_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am64x enet-icssg_r5f.ti-arm-clang.nortos_clean enet-icssg_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am64x lwipif-icssg-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am64x lwipif-ic-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am64x lwipif-icssg-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x icss_emac_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x icss_emac_lwip_if_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x icss_timesync_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am64x icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am64x icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am64x lwip-freertos_r5f.ti-arm-clang_clean lwip-freertos_a53.gcc-aarch64_clean @echo $(MAKE) -s -f makefile.am64x lwip-nortos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am64x lwip-contrib-freertos_r5f.ti-arm-clang_clean lwip-contrib-freertos_a53.gcc-aarch64_clean @echo $(MAKE) -s -f makefile.am64x lwip-contrib-nortos_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am64x mbedtls_r5f.ti-arm-clang_clean mbedtls_a53.gcc-aarch64_clean + @echo $(MAKE) -s -f makefile.am64x mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean mbedtls_a53.gcc-aarch64.nortos_clean mbedtls_a53.gcc-aarch64.freertos_clean mbedtls_a53.gcc-aarch64.freertos-smp_clean @echo $(MAKE) -s -f makefile.am64x tsn_gptp-freertos_r5f.ti-arm-clang_clean tsn_gptp-freertos_a53.gcc-aarch64_clean @echo $(MAKE) -s -f makefile.am64x tsn_icssg_gptp-freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am64x tsn_icssg_combase-freertos_r5f.ti-arm-clang_clean @@ -700,44 +700,44 @@ help: @echo . # Various Component Targets -BUILD_COMBO_board = board_r5f.ti-arm-clang board_m4f.ti-arm-clang board_a53.gcc-aarch64 -BUILD_COMBO_cmsis = cmsis_r5f.ti-arm-clang -BUILD_COMBO_dhrystone_benchmark = dhrystone_benchmark_a53.gcc-aarch64 -BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang drivers_m4f.ti-arm-clang drivers_a53.gcc-aarch64 -BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang freertos_fat_a53.gcc-aarch64 -BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang -BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang +BUILD_COMBO_board = board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos board_m4f.ti-arm-clang.nortos board_m4f.ti-arm-clang.freertos board_a53.gcc-aarch64.nortos board_a53.gcc-aarch64.freertos board_a53.gcc-aarch64.freertos-smp +BUILD_COMBO_cmsis = cmsis_r5f.ti-arm-clang.nortos cmsis_r5f.ti-arm-clang.freertos +BUILD_COMBO_dhrystone_benchmark = dhrystone_benchmark_a53.gcc-aarch64.nortos dhrystone_benchmark_a53.gcc-aarch64.freertos dhrystone_benchmark_a53.gcc-aarch64.freertos-smp +BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos drivers_m4f.ti-arm-clang.nortos drivers_m4f.ti-arm-clang.freertos drivers_a53.gcc-aarch64.nortos drivers_a53.gcc-aarch64.freertos drivers_a53.gcc-aarch64.freertos-smp +BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos freertos_fat_a53.gcc-aarch64.nortos freertos_fat_a53.gcc-aarch64.freertos freertos_fat_a53.gcc-aarch64.freertos-smp +BUILD_COMBO_littlefs = littlefs_r5f.ti-arm-clang.nortos littlefs_r5f.ti-arm-clang.freertos +BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos BUILD_COMBO_nortos = nortos_r5f.ti-arm-clang nortos_m4f.ti-arm-clang nortos_a53.gcc-aarch64 BUILD_COMBO_freertos = freertos_r5f.ti-arm-clang freertos_m4f.ti-arm-clang freertos_a53.gcc-aarch64 freertos_a53-smp.gcc-aarch64 -BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang -BUILD_COMBO_pru_ipc = pru_ipc_r5f.ti-arm-clang -BUILD_COMBO_sdl = sdl_m4f.ti-arm-clang sdl_r5f.ti-arm-clang -BUILD_COMBO_security = security_r5f.ti-arm-clang -BUILD_COMBO_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang -BUILD_COMBO_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang -BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang enet-cpsw_a53.gcc-aarch64 +BUILD_COMBO_mathlib = mathlib_r5f.ti-arm-clang.nortos mathlib_r5f.ti-arm-clang.freertos +BUILD_COMBO_pru_ipc = pru_ipc_r5f.ti-arm-clang.nortos pru_ipc_r5f.ti-arm-clang.freertos +BUILD_COMBO_sdl = sdl_m4f.ti-arm-clang.nortos sdl_m4f.ti-arm-clang.freertos sdl_r5f.ti-arm-clang.nortos sdl_r5f.ti-arm-clang.freertos +BUILD_COMBO_security = security_r5f.ti-arm-clang.nortos security_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang.nortos usbd_cdn_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang.nortos usbd_cdn_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos +BUILD_COMBO_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos +BUILD_COMBO_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos enet-cpsw_r5f.ti-arm-clang.freertos enet-cpsw_a53.gcc-aarch64.nortos enet-cpsw_a53.gcc-aarch64.freertos enet-cpsw_a53.gcc-aarch64.freertos-smp BUILD_COMBO_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang lwipif-cpsw-freertos_a53.gcc-aarch64 BUILD_COMBO_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang -BUILD_COMBO_enet-icssg = enet-icssg_r5f.ti-arm-clang +BUILD_COMBO_enet-icssg = enet-icssg_r5f.ti-arm-clang.nortos enet-icssg_r5f.ti-arm-clang.freertos BUILD_COMBO_lwipif-icssg-freertos = lwipif-icssg-freertos_r5f.ti-arm-clang BUILD_COMBO_lwipif-ic-freertos = lwipif-ic-freertos_r5f.ti-arm-clang BUILD_COMBO_lwipif-icssg-nortos = lwipif-icssg-nortos_r5f.ti-arm-clang -BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang -BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang -BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang +BUILD_COMBO_icss_emac = icss_emac_r5f.ti-arm-clang.nortos icss_emac_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos icss_emac_lwip_if_r5f.ti-arm-clang.freertos +BUILD_COMBO_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos icss_timesync_r5f.ti-arm-clang.freertos BUILD_COMBO_lwip-freertos = lwip-freertos_r5f.ti-arm-clang lwip-freertos_a53.gcc-aarch64 BUILD_COMBO_lwip-nortos = lwip-nortos_r5f.ti-arm-clang BUILD_COMBO_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang lwip-contrib-freertos_a53.gcc-aarch64 BUILD_COMBO_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang -BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang mbedtls_a53.gcc-aarch64 +BUILD_COMBO_mbedtls = mbedtls_r5f.ti-arm-clang.nortos mbedtls_r5f.ti-arm-clang.freertos mbedtls_a53.gcc-aarch64.nortos mbedtls_a53.gcc-aarch64.freertos mbedtls_a53.gcc-aarch64.freertos-smp BUILD_COMBO_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang tsn_gptp-freertos_a53.gcc-aarch64 BUILD_COMBO_tsn_icssg_gptp-freertos = tsn_icssg_gptp-freertos_r5f.ti-arm-clang BUILD_COMBO_tsn_icssg_combase-freertos = tsn_icssg_combase-freertos_r5f.ti-arm-clang @@ -899,44 +899,44 @@ $(BUILD_COMBO_tsn_unibase-freertos): # Various Component Clean Targets -BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang_clean board_m4f.ti-arm-clang_clean board_a53.gcc-aarch64_clean -BUILD_COMBO_CLEAN_cmsis = cmsis_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_dhrystone_benchmark = dhrystone_benchmark_a53.gcc-aarch64_clean -BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang_clean drivers_m4f.ti-arm-clang_clean drivers_a53.gcc-aarch64_clean -BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang_clean freertos_fat_a53.gcc-aarch64_clean -BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean board_m4f.ti-arm-clang.nortos_clean board_m4f.ti-arm-clang.freertos_clean board_a53.gcc-aarch64.nortos_clean board_a53.gcc-aarch64.freertos_clean board_a53.gcc-aarch64.freertos-smp_clean +BUILD_COMBO_CLEAN_cmsis = cmsis_r5f.ti-arm-clang.nortos_clean cmsis_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_dhrystone_benchmark = dhrystone_benchmark_a53.gcc-aarch64.nortos_clean dhrystone_benchmark_a53.gcc-aarch64.freertos_clean dhrystone_benchmark_a53.gcc-aarch64.freertos-smp_clean +BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean drivers_m4f.ti-arm-clang.nortos_clean drivers_m4f.ti-arm-clang.freertos_clean drivers_a53.gcc-aarch64.nortos_clean drivers_a53.gcc-aarch64.freertos_clean drivers_a53.gcc-aarch64.freertos-smp_clean +BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean freertos_fat_a53.gcc-aarch64.nortos_clean freertos_fat_a53.gcc-aarch64.freertos_clean freertos_fat_a53.gcc-aarch64.freertos-smp_clean +BUILD_COMBO_CLEAN_littlefs = littlefs_r5f.ti-arm-clang.nortos_clean littlefs_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_nortos = nortos_r5f.ti-arm-clang_clean nortos_m4f.ti-arm-clang_clean nortos_a53.gcc-aarch64_clean BUILD_COMBO_CLEAN_freertos = freertos_r5f.ti-arm-clang_clean freertos_m4f.ti-arm-clang_clean freertos_a53.gcc-aarch64_clean freertos_a53-smp.gcc-aarch64_clean -BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_pru_ipc = pru_ipc_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_sdl = sdl_m4f.ti-arm-clang_clean sdl_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_clean enet-cpsw_a53.gcc-aarch64_clean +BUILD_COMBO_CLEAN_mathlib = mathlib_r5f.ti-arm-clang.nortos_clean mathlib_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_pru_ipc = pru_ipc_r5f.ti-arm-clang.nortos_clean pru_ipc_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_sdl = sdl_m4f.ti-arm-clang.nortos_clean sdl_m4f.ti-arm-clang.freertos_clean sdl_r5f.ti-arm-clang.nortos_clean sdl_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_security = security_r5f.ti-arm-clang.nortos_clean security_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang.nortos_clean usbd_cdn_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang.nortos_clean usbd_cdn_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos_clean usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos_clean usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_clean enet-cpsw_r5f.ti-arm-clang.freertos_clean enet-cpsw_a53.gcc-aarch64.nortos_clean enet-cpsw_a53.gcc-aarch64.freertos_clean enet-cpsw_a53.gcc-aarch64.freertos-smp_clean BUILD_COMBO_CLEAN_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_clean lwipif-cpsw-freertos_a53.gcc-aarch64_clean BUILD_COMBO_CLEAN_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_enet-icssg = enet-icssg_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_enet-icssg = enet-icssg_r5f.ti-arm-clang.nortos_clean enet-icssg_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwipif-icssg-freertos = lwipif-icssg-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-ic-freertos = lwipif-ic-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwipif-icssg-nortos = lwipif-icssg-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_clean icss_emac_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_clean icss_emac_lwip_if_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_clean icss_timesync_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_clean lwip-freertos_a53.gcc-aarch64_clean BUILD_COMBO_CLEAN_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_clean lwip-contrib-freertos_a53.gcc-aarch64_clean BUILD_COMBO_CLEAN_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang_clean mbedtls_a53.gcc-aarch64_clean +BUILD_COMBO_CLEAN_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_clean mbedtls_r5f.ti-arm-clang.freertos_clean mbedtls_a53.gcc-aarch64.nortos_clean mbedtls_a53.gcc-aarch64.freertos_clean mbedtls_a53.gcc-aarch64.freertos-smp_clean BUILD_COMBO_CLEAN_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_clean tsn_gptp-freertos_a53.gcc-aarch64_clean BUILD_COMBO_CLEAN_tsn_icssg_gptp-freertos = tsn_icssg_gptp-freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_tsn_icssg_combase-freertos = tsn_icssg_combase-freertos_r5f.ti-arm-clang_clean @@ -1092,44 +1092,44 @@ $(BUILD_COMBO_CLEAN_tsn_unibase-freertos): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang_scrub board_m4f.ti-arm-clang_scrub board_a53.gcc-aarch64_scrub_scrub -BUILD_COMBO_SCRUB_cmsis = cmsis_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_dhrystone_benchmark = dhrystone_benchmark_a53.gcc-aarch64_scrub_scrub -BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang_scrub drivers_m4f.ti-arm-clang_scrub drivers_a53.gcc-aarch64_scrub_scrub -BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang_scrub freertos_fat_a53.gcc-aarch64_scrub_scrub -BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang.nortos_scrub board_r5f.ti-arm-clang.freertos_scrub board_m4f.ti-arm-clang.nortos_scrub board_m4f.ti-arm-clang.freertos_scrub board_a53.gcc-aarch64.nortos_scrub board_a53.gcc-aarch64.freertos_scrub board_a53.gcc-aarch64.freertos-smp_scrub_scrub +BUILD_COMBO_SCRUB_cmsis = cmsis_r5f.ti-arm-clang.nortos_scrub cmsis_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_dhrystone_benchmark = dhrystone_benchmark_a53.gcc-aarch64.nortos_scrub dhrystone_benchmark_a53.gcc-aarch64.freertos_scrub dhrystone_benchmark_a53.gcc-aarch64.freertos-smp_scrub_scrub +BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang.nortos_scrub drivers_r5f.ti-arm-clang.freertos_scrub drivers_m4f.ti-arm-clang.nortos_scrub drivers_m4f.ti-arm-clang.freertos_scrub drivers_a53.gcc-aarch64.nortos_scrub drivers_a53.gcc-aarch64.freertos_scrub drivers_a53.gcc-aarch64.freertos-smp_scrub_scrub +BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_scrub freertos_fat_r5f.ti-arm-clang.freertos_scrub freertos_fat_a53.gcc-aarch64.nortos_scrub freertos_fat_a53.gcc-aarch64.freertos_scrub freertos_fat_a53.gcc-aarch64.freertos-smp_scrub_scrub +BUILD_COMBO_SCRUB_littlefs = littlefs_r5f.ti-arm-clang.nortos_scrub littlefs_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang.nortos_scrub middleware_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_nortos = nortos_r5f.ti-arm-clang_scrub nortos_m4f.ti-arm-clang_scrub nortos_a53.gcc-aarch64_scrub_scrub BUILD_COMBO_SCRUB_freertos = freertos_r5f.ti-arm-clang_scrub freertos_m4f.ti-arm-clang_scrub freertos_a53.gcc-aarch64_scrub freertos_a53-smp.gcc-aarch64_scrub_scrub -BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_pru_ipc = pru_ipc_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_sdl = sdl_m4f.ti-arm-clang_scrub sdl_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang_scrub enet-cpsw_a53.gcc-aarch64_scrub_scrub +BUILD_COMBO_SCRUB_mathlib = mathlib_r5f.ti-arm-clang.nortos_scrub mathlib_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_pru_ipc = pru_ipc_r5f.ti-arm-clang.nortos_scrub pru_ipc_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_sdl = sdl_m4f.ti-arm-clang.nortos_scrub sdl_m4f.ti-arm-clang.freertos_scrub sdl_r5f.ti-arm-clang.nortos_scrub sdl_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_security = security_r5f.ti-arm-clang.nortos_scrub security_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_cdn_nortos = usbd_cdn_nortos_r5f.ti-arm-clang.nortos_scrub usbd_cdn_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_cdn_freertos = usbd_cdn_freertos_r5f.ti-arm-clang.nortos_scrub usbd_cdn_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_cdc_nortos = usbd_tusb_cdc_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_cdc_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_cdc_freertos = usbd_tusb_cdc_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_cdc_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_dfu_nortos = usbd_tusb_dfu_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_dfu_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_dfu_freertos = usbd_tusb_dfu_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_dfu_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_ncm_nortos = usbd_tusb_ncm_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_ncm_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_ncm_freertos = usbd_tusb_ncm_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_ncm_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_rndis_nortos = usbd_tusb_rndis_nortos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_rndis_nortos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_usbd_tusb_rndis_freertos = usbd_tusb_rndis_freertos_r5f.ti-arm-clang.nortos_scrub usbd_tusb_rndis_freertos_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_enet-cpsw = enet-cpsw_r5f.ti-arm-clang.nortos_scrub enet-cpsw_r5f.ti-arm-clang.freertos_scrub enet-cpsw_a53.gcc-aarch64.nortos_scrub enet-cpsw_a53.gcc-aarch64.freertos_scrub enet-cpsw_a53.gcc-aarch64.freertos-smp_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-freertos = lwipif-cpsw-freertos_r5f.ti-arm-clang_scrub lwipif-cpsw-freertos_a53.gcc-aarch64_scrub_scrub BUILD_COMBO_SCRUB_lwipif-cpsw-nortos = lwipif-cpsw-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_enet-icssg = enet-icssg_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_enet-icssg = enet-icssg_r5f.ti-arm-clang.nortos_scrub enet-icssg_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwipif-icssg-freertos = lwipif-icssg-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-ic-freertos = lwipif-ic-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwipif-icssg-nortos = lwipif-icssg-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac = icss_emac_r5f.ti-arm-clang.nortos_scrub icss_emac_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_emac_lwip_if = icss_emac_lwip_if_r5f.ti-arm-clang.nortos_scrub icss_emac_lwip_if_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_icss_timesync = icss_timesync_r5f.ti-arm-clang.nortos_scrub icss_timesync_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_lwip-freertos = lwip-freertos_r5f.ti-arm-clang_scrub lwip-freertos_a53.gcc-aarch64_scrub_scrub BUILD_COMBO_SCRUB_lwip-nortos = lwip-nortos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-freertos = lwip-contrib-freertos_r5f.ti-arm-clang_scrub lwip-contrib-freertos_a53.gcc-aarch64_scrub_scrub BUILD_COMBO_SCRUB_lwip-contrib-nortos = lwip-contrib-nortos_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang_scrub mbedtls_a53.gcc-aarch64_scrub_scrub +BUILD_COMBO_SCRUB_mbedtls = mbedtls_r5f.ti-arm-clang.nortos_scrub mbedtls_r5f.ti-arm-clang.freertos_scrub mbedtls_a53.gcc-aarch64.nortos_scrub mbedtls_a53.gcc-aarch64.freertos_scrub mbedtls_a53.gcc-aarch64.freertos-smp_scrub_scrub BUILD_COMBO_SCRUB_tsn_gptp-freertos = tsn_gptp-freertos_r5f.ti-arm-clang_scrub tsn_gptp-freertos_a53.gcc-aarch64_scrub_scrub BUILD_COMBO_SCRUB_tsn_icssg_gptp-freertos = tsn_icssg_gptp-freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_tsn_icssg_combase-freertos = tsn_icssg_combase-freertos_r5f.ti-arm-clang_scrub_scrub diff --git a/makefile.am65x b/makefile.am65x index a162e878a9e..0b7b790f2fb 100644 --- a/makefile.am65x +++ b/makefile.am65x @@ -31,19 +31,19 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am65x board_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am65x drivers_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am65x freertos_fat_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am65x middleware_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am65x board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am65x drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am65x freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am65x middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos @echo $(MAKE) -s -f makefile.am65x freertos_r5f.ti-arm-clang @echo $(MAKE) -s -f makefile.am65x nortos_r5f.ti-arm-clang @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am65x board_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am65x drivers_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am65x freertos_fat_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am65x middleware_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am65x board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am65x drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am65x freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am65x middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean @echo $(MAKE) -s -f makefile.am65x freertos_r5f.ti-arm-clang_clean @echo $(MAKE) -s -f makefile.am65x nortos_r5f.ti-arm-clang_clean @echo . @@ -98,10 +98,10 @@ help: @echo . # Various Component Targets -BUILD_COMBO_board = board_r5f.ti-arm-clang -BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang -BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang -BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang +BUILD_COMBO_board = board_r5f.ti-arm-clang.nortos board_r5f.ti-arm-clang.freertos +BUILD_COMBO_drivers = drivers_r5f.ti-arm-clang.nortos drivers_r5f.ti-arm-clang.freertos +BUILD_COMBO_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos freertos_fat_r5f.ti-arm-clang.freertos +BUILD_COMBO_middleware = middleware_r5f.ti-arm-clang.nortos middleware_r5f.ti-arm-clang.freertos BUILD_COMBO_freertos = freertos_r5f.ti-arm-clang BUILD_COMBO_nortos = nortos_r5f.ti-arm-clang @@ -145,10 +145,10 @@ $(BUILD_COMBO_nortos): # Various Component Clean Targets -BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_board = board_r5f.ti-arm-clang.nortos_clean board_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_drivers = drivers_r5f.ti-arm-clang.nortos_clean drivers_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_clean freertos_fat_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_middleware = middleware_r5f.ti-arm-clang.nortos_clean middleware_r5f.ti-arm-clang.freertos_clean BUILD_COMBO_CLEAN_freertos = freertos_r5f.ti-arm-clang_clean BUILD_COMBO_CLEAN_nortos = nortos_r5f.ti-arm-clang_clean @@ -186,10 +186,10 @@ $(BUILD_COMBO_CLEAN_nortos): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_board = board_r5f.ti-arm-clang.nortos_scrub board_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_drivers = drivers_r5f.ti-arm-clang.nortos_scrub drivers_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_freertos_fat = freertos_fat_r5f.ti-arm-clang.nortos_scrub freertos_fat_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_middleware = middleware_r5f.ti-arm-clang.nortos_scrub middleware_r5f.ti-arm-clang.freertos_scrub_scrub BUILD_COMBO_SCRUB_freertos = freertos_r5f.ti-arm-clang_scrub_scrub BUILD_COMBO_SCRUB_nortos = nortos_r5f.ti-arm-clang_scrub_scrub diff --git a/source/board/makefile.am243x.m4f.ti-arm-clang.freertos b/source/board/makefile.am243x.m4f.ti-arm-clang.freertos new file mode 100644 index 00000000000..c593e953f33 --- /dev/null +++ b/source/board/makefile.am243x.m4f.ti-arm-clang.freertos @@ -0,0 +1,142 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am243x.m4f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_at24c.c \ + flash.c \ + flash_nor_ospi.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + led_ioexp.c \ + ioexp_tca6424.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/gpmc \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/gpmc \ + led \ + ioexp \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CM4F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/m4f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-m4 \ + -mfloat-abi=hard \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/m4f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am243x.m4f.ti-arm-clang b/source/board/makefile.am243x.m4f.ti-arm-clang.nortos similarity index 97% rename from source/board/makefile.am243x.m4f.ti-arm-clang rename to source/board/makefile.am243x.m4f.ti-arm-clang.nortos index b98bf65c22f..15c315b735a 100644 --- a/source/board/makefile.am243x.m4f.ti-arm-clang +++ b/source/board/makefile.am243x.m4f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am243x.m4f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am243x.m4f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -45,6 +45,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/source/board/makefile.am243x.r5f.gcc-armv7.freertos b/source/board/makefile.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..10a7c60e013 --- /dev/null +++ b/source/board/makefile.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,153 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_at24c.c \ + ethphy.c \ + ethphy_dp83869.c \ + ethphy_dp83826e.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + flash.c \ + flash_nand_gpmc.c \ + flash_nor_ospi.c \ + ram.c \ + psram_gpmc.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + led_ioexp.c \ + ioexp_tca6424.c \ + nor_spi_sfdp.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/gpmc \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/gpmc \ + led \ + ioexp \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am243x.r5f.gcc-armv7 b/source/board/makefile.am243x.r5f.gcc-armv7.nortos similarity index 97% rename from source/board/makefile.am243x.r5f.gcc-armv7 rename to source/board/makefile.am243x.r5f.gcc-armv7.nortos index f0a09d00513..bd11594eecd 100644 --- a/source/board/makefile.am243x.r5f.gcc-armv7 +++ b/source/board/makefile.am243x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=board.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -61,6 +61,7 @@ DEFINES_common := \ -DSOC_AM243X \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/makefile.am243x.r5f.ti-arm-clang.freertos b/source/board/makefile.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..56f34872b91 --- /dev/null +++ b/source/board/makefile.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,159 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_at24c.c \ + ethphy.c \ + ethphy_dp83869.c \ + ethphy_dp83826e.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + flash.c \ + flash_nand_gpmc.c \ + flash_nor_ospi.c \ + ram.c \ + psram_gpmc.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + led_ioexp.c \ + ioexp_tca6424.c \ + nor_spi_sfdp.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/gpmc \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/gpmc \ + led \ + ioexp \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am243x.r5f.ti-arm-clang b/source/board/makefile.am243x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/makefile.am243x.r5f.ti-arm-clang rename to source/board/makefile.am243x.r5f.ti-arm-clang.nortos index 098afb6649c..a8434918a2b 100644 --- a/source/board/makefile.am243x.r5f.ti-arm-clang +++ b/source/board/makefile.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -61,6 +61,7 @@ DEFINES_common := \ -DSOC_AM243X \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/makefile.am261x.r5f.ti-arm-clang.freertos b/source/board/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..eaa83b7e7f5 --- /dev/null +++ b/source/board/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,164 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_cat24m.c \ + ethphy.c \ + ethphy_dp83869.c \ + ethphy_dp83826e.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + flash.c \ + flash_nor_ospi.c \ + flash_nand_ospi.c \ + ram.c \ + psram_ospi.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + nor_spi_sfdp.c \ + ioexp_tca6424.c \ + ioexp_tca6416.c \ + ioexp_tca6408.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/ospi \ + led \ + ioexp \ + pmic \ + pmic/pmic_lld/src \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -Ipmic \ + -Ipmic/pmic_lld/src \ + -Ipmic/pmic_lld/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am261x.r5f.ti-arm-clang b/source/board/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/makefile.am261x.r5f.ti-arm-clang rename to source/board/makefile.am261x.r5f.ti-arm-clang.nortos index 46bd0cde791..53c33cb895d 100644 --- a/source/board/makefile.am261x.r5f.ti-arm-clang +++ b/source/board/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -68,6 +68,7 @@ DEFINES_common := \ -DSOC_AM261X \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/makefile.am263px.r5f.ti-arm-clang.freertos b/source/board/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..7f04b5f16a0 --- /dev/null +++ b/source/board/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,154 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_cat24m.c \ + ethphy.c \ + ethphy_dp83869.c \ + ethphy_dp83826e.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + flash.c \ + flash_nor_ospi.c \ + flash_nand_ospi.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + nor_spi_sfdp.c \ + ioexp_tca6424.c \ + ioexp_tca6416.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/sfdp \ + flash/ospi \ + led \ + ioexp \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am263px.r5f.ti-arm-clang b/source/board/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/makefile.am263px.r5f.ti-arm-clang rename to source/board/makefile.am263px.r5f.ti-arm-clang.nortos index de6ba29cb8c..6d457989456 100644 --- a/source/board/makefile.am263px.r5f.ti-arm-clang +++ b/source/board/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -56,6 +56,7 @@ DEFINES_common := \ -DSOC_AM263PX \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/makefile.am263x.r5f.ti-arm-clang.freertos b/source/board/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..a246ceaafcf --- /dev/null +++ b/source/board/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,154 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_cat24m.c \ + ethphy.c \ + ethphy_dp83869.c \ + ethphy_dp83826e.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + flash.c \ + ram.c \ + psram_gpmc.c \ + flash_nor_qspi.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + nor_spi_sfdp.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/sfdp \ + ram \ + ram/gpmc \ + flash/qspi \ + led \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am263x.r5f.ti-arm-clang b/source/board/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/makefile.am263x.r5f.ti-arm-clang rename to source/board/makefile.am263x.r5f.ti-arm-clang.nortos index 858ff3c9c95..c2193ec7dd3 100644 --- a/source/board/makefile.am263x.r5f.ti-arm-clang +++ b/source/board/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -56,6 +56,7 @@ DEFINES_common := \ -DSOC_AM263X \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/makefile.awr294x.c66.ti-c6000 b/source/board/makefile.am273x.c66.ti-c6000.freertos similarity index 79% rename from source/board/makefile.awr294x.c66.ti-c6000 rename to source/board/makefile.am273x.c66.ti-c6000.freertos index 209856bee48..0ee356a9167 100644 --- a/source/board/makefile.awr294x.c66.ti-c6000 +++ b/source/board/makefile.am273x.c66.ti-c6000.freertos @@ -10,7 +10,7 @@ AR=$(CGT_TI_C6000_PATH)/bin/ar6x PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.awr294x.c66.ti-c6000.$(PROFILE).lib +LIBNAME:=board.am273x.c66.ti-c6000.freertos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -23,8 +23,8 @@ FILES_PATH_common = \ ethphy/enet/rtos_drivers/src \ ethphy/enet/rtos_drivers/include \ flash \ - flash/qspi \ flash/sfdp \ + flash/qspi \ led \ INCLUDES_common := \ @@ -32,24 +32,24 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ DEFINES_common := \ - -DSOC_AWR294X \ + -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ - --c99 \ + --abi=eabi \ -q \ + -mi10 \ -mo \ -pden \ + -pds=238 \ + -pds=880 \ + -pds1110 \ --emit_warnings_as_errors \ - --mem_model:const=data \ - --mem_model:data=far_aggregates \ - --remove_hooks_when_inlining \ - -on2 \ - --disable_push_pop \ - --fp_mode=relaxed \ - --assume_control_regs_read \ CFLAGS_debug := \ -D_DEBUG_=1 \ @@ -57,14 +57,13 @@ CFLAGS_debug := \ CFLAGS_release := \ --program_level_compile \ -o3 \ - -mf2 \ + -mf3 \ ARFLAGS_common := \ rq \ FILES := $(FILES_common) $(FILES_$(PROFILE)) ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) @@ -76,16 +75,14 @@ INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) LIBDIR := lib -OBJDIR := obj/awr294x/ti-c6000/$(PROFILE)/c66/board/ +OBJDIR := obj/am273x/ti-c6000/$(PROFILE)/c66/board/ OBJS := $(FILES:%.c=%.obj) OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) DEPS := $(FILES:%.c=%.d) vpath %.obj $(OBJDIR) vpath %.c $(FILES_PATH) vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) $(OBJDIR)/%.obj %.obj: %.c @echo Compiling: $(LIBNAME): $< @@ -95,10 +92,6 @@ $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - all: $(LIBDIR)/$(LIBNAME) $(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) diff --git a/source/board/makefile.am273x.c66.ti-c6000 b/source/board/makefile.am273x.c66.ti-c6000.nortos similarity index 97% rename from source/board/makefile.am273x.c66.ti-c6000 rename to source/board/makefile.am273x.c66.ti-c6000.nortos index b333c34856c..963a0a6851d 100644 --- a/source/board/makefile.am273x.c66.ti-c6000 +++ b/source/board/makefile.am273x.c66.ti-c6000.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_C6000_PATH)/bin/ar6x PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am273x.c66.ti-c6000.$(PROFILE).lib +LIBNAME:=board.am273x.c66.ti-c6000.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -35,6 +35,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ diff --git a/source/board/makefile.am273x.r5f.ti-arm-clang.freertos b/source/board/makefile.am273x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..3ee70cdaac3 --- /dev/null +++ b/source/board/makefile.am273x.r5f.ti-arm-clang.freertos @@ -0,0 +1,145 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am273x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_cav24c.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + led.c \ + led_gpio.c \ + flash.c \ + flash_nor_qspi.c \ + nor_spi_sfdp.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/sfdp \ + flash/qspi \ + led \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ + +DEFINES_common := \ + -DSOC_AM273X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am273x.r5f.ti-arm-clang b/source/board/makefile.am273x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/makefile.am273x.r5f.ti-arm-clang rename to source/board/makefile.am273x.r5f.ti-arm-clang.nortos index 8659c391b41..0b73ea591dc 100644 --- a/source/board/makefile.am273x.r5f.ti-arm-clang +++ b/source/board/makefile.am273x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am273x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am273x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -47,6 +47,7 @@ DEFINES_common := \ -DSOC_AM273X \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/makefile.am62x.m4f.ti-arm-clang b/source/board/makefile.am62x.m4f.ti-arm-clang deleted file mode 100644 index 9a231020c7d..00000000000 --- a/source/board/makefile.am62x.m4f.ti-arm-clang +++ /dev/null @@ -1,117 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=board.am62x.m4f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - null.c \ - -FILES_PATH_common = \ - null \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -DEFINES_common := \ - -DSOC_AM62X \ - -CFLAGS_common := \ - -mcpu=cortex-m4 \ - -mfloat-abi=hard \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/am62x/ti-arm-clang/$(PROFILE)/m4f/board/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am64x.a53.gcc-aarch64.freertos b/source/board/makefile.am64x.a53.gcc-aarch64.freertos new file mode 100644 index 00000000000..7740545ff37 --- /dev/null +++ b/source/board/makefile.am64x.a53.gcc-aarch64.freertos @@ -0,0 +1,148 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am64x.a53.gcc-aarch64.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_at24c.c \ + flash.c \ + flash_nand_gpmc.c \ + flash_nand_ospi.c \ + flash_nor_ospi.c \ + ram.c \ + psram_gpmc.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + led_ioexp.c \ + nor_spi_sfdp.c \ + ioexp_tca6424.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/gpmc \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/gpmc \ + led \ + ioexp \ + eeprom \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -Wno-unused-function \ + -Wno-uninitialized \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am64x.a53.gcc-aarch64.freertos-smp b/source/board/makefile.am64x.a53.gcc-aarch64.freertos-smp new file mode 100644 index 00000000000..22d20158465 --- /dev/null +++ b/source/board/makefile.am64x.a53.gcc-aarch64.freertos-smp @@ -0,0 +1,148 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am64x.a53.gcc-aarch64.freertos-smp.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_at24c.c \ + flash.c \ + flash_nand_gpmc.c \ + flash_nand_ospi.c \ + flash_nor_ospi.c \ + ram.c \ + psram_gpmc.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + led_ioexp.c \ + nor_spi_sfdp.c \ + ioexp_tca6424.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/gpmc \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/gpmc \ + led \ + ioexp \ + eeprom \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel-smp/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable_smp/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53-smp \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS_SMP \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -Wno-unused-function \ + -Wno-uninitialized \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am64x.a53.gcc-aarch64 b/source/board/makefile.am64x.a53.gcc-aarch64.nortos similarity index 97% rename from source/board/makefile.am64x.a53.gcc-aarch64 rename to source/board/makefile.am64x.a53.gcc-aarch64.nortos index 280a61f0d50..bf7363f4bed 100644 --- a/source/board/makefile.am64x.a53.gcc-aarch64 +++ b/source/board/makefile.am64x.a53.gcc-aarch64.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am64x.a53.gcc-aarch64.$(PROFILE).lib +LIBNAME:=board.am64x.a53.gcc-aarch64.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -59,6 +59,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ diff --git a/source/board/makefile.am64x.m4f.ti-arm-clang.freertos b/source/board/makefile.am64x.m4f.ti-arm-clang.freertos new file mode 100644 index 00000000000..282fe76a32f --- /dev/null +++ b/source/board/makefile.am64x.m4f.ti-arm-clang.freertos @@ -0,0 +1,144 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am64x.m4f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_at24c.c \ + flash.c \ + flash_nor_ospi.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + led_ioexp.c \ + ioexp_tca6424.c \ + nor_spi_sfdp.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/gpmc \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/gpmc \ + led \ + ioexp \ + eeprom \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CM4F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/m4f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-m4 \ + -mfloat-abi=hard \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/m4f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am64x.m4f.ti-arm-clang b/source/board/makefile.am64x.m4f.ti-arm-clang.nortos similarity index 97% rename from source/board/makefile.am64x.m4f.ti-arm-clang rename to source/board/makefile.am64x.m4f.ti-arm-clang.nortos index bb80c355c83..0e7c9630a19 100644 --- a/source/board/makefile.am64x.m4f.ti-arm-clang +++ b/source/board/makefile.am64x.m4f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am64x.m4f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am64x.m4f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -47,6 +47,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/source/board/makefile.am64x.r5f.gcc-armv7.freertos b/source/board/makefile.am64x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..e714d318ebc --- /dev/null +++ b/source/board/makefile.am64x.r5f.gcc-armv7.freertos @@ -0,0 +1,154 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am64x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_at24c.c \ + ethphy.c \ + ethphy_dp83869.c \ + ethphy_dp83826e.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + flash.c \ + flash_nand_gpmc.c \ + flash_nor_ospi.c \ + ram.c \ + psram_gpmc.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + led_ioexp.c \ + ioexp_tca6424.c \ + nor_spi_sfdp.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/gpmc \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/gpmc \ + led \ + ioexp \ + eeprom \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-armv7/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am64x.r5f.gcc-armv7 b/source/board/makefile.am64x.r5f.gcc-armv7.nortos similarity index 97% rename from source/board/makefile.am64x.r5f.gcc-armv7 rename to source/board/makefile.am64x.r5f.gcc-armv7.nortos index 12d8588c7c7..28ea9024db6 100644 --- a/source/board/makefile.am64x.r5f.gcc-armv7 +++ b/source/board/makefile.am64x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am64x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=board.am64x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -62,6 +62,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/makefile.am64x.r5f.ti-arm-clang.freertos b/source/board/makefile.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..d7bb6eb2911 --- /dev/null +++ b/source/board/makefile.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,160 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + eeprom.c \ + eeprom_at24c.c \ + ethphy.c \ + ethphy_dp83869.c \ + ethphy_dp83826e.c \ + phy_common_priv.c \ + dp83tc812.c \ + dp83tg720.c \ + dp83869.c \ + dp83867.c \ + dp83822.c \ + dp83826.c \ + flash.c \ + flash_nand_gpmc.c \ + flash_nor_ospi.c \ + ram.c \ + psram_gpmc.c \ + led.c \ + led_gpio.c \ + led_tpic2810.c \ + led_ioexp.c \ + ioexp_tca6424.c \ + nor_spi_sfdp.c \ + +FILES_PATH_common = \ + eeprom \ + ethphy/icss_emac \ + ethphy/enet/rtos_drivers/src \ + ethphy/enet/rtos_drivers/include \ + flash \ + flash/gpmc \ + flash/sfdp \ + flash/ospi \ + ram \ + ram/gpmc \ + led \ + ioexp \ + eeprom \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DMCU_SDK_BUILD \ + -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am64x.r5f.ti-arm-clang b/source/board/makefile.am64x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/makefile.am64x.r5f.ti-arm-clang rename to source/board/makefile.am64x.r5f.ti-arm-clang.nortos index 14cc7cd0aa0..4234d3306dc 100644 --- a/source/board/makefile.am64x.r5f.ti-arm-clang +++ b/source/board/makefile.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ eeprom.c \ @@ -62,6 +62,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DMCU_SDK_BUILD \ -DPHY_CFG_TRACE_LEVEL=3 \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/makefile.am65x.r5f.ti-arm-clang.freertos b/source/board/makefile.am65x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..e89b106139f --- /dev/null +++ b/source/board/makefile.am65x.r5f.ti-arm-clang.freertos @@ -0,0 +1,129 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=board.am65x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + flash.c \ + flash_nor_ospi.c \ + led.c \ + led_tpic2810.c \ + nor_spi_sfdp.c \ + +FILES_PATH_common = \ + flash \ + flash/sfdp \ + flash/ospi \ + led \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am65x/r5f \ + +DEFINES_common := \ + -DSOC_AM65X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am65x/ti-arm-clang/$(PROFILE)/r5f/board/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/makefile.am65x.r5f.ti-arm-clang b/source/board/makefile.am65x.r5f.ti-arm-clang.nortos similarity index 94% rename from source/board/makefile.am65x.r5f.ti-arm-clang rename to source/board/makefile.am65x.r5f.ti-arm-clang.nortos index 92a401531e1..b351c0cc61e 100644 --- a/source/board/makefile.am65x.r5f.ti-arm-clang +++ b/source/board/makefile.am65x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=board.am65x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=board.am65x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ flash.c \ @@ -31,6 +31,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,7 +97,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/source/board/makefile.awr294x.r5f.ti-arm-clang b/source/board/makefile.awr294x.r5f.ti-arm-clang deleted file mode 100644 index 8618d362623..00000000000 --- a/source/board/makefile.awr294x.r5f.ti-arm-clang +++ /dev/null @@ -1,148 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=board.awr294x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - eeprom.c \ - eeprom_cav24c.c \ - phy_common_priv.c \ - dp83tc812.c \ - dp83tg720.c \ - dp83869.c \ - dp83867.c \ - dp83822.c \ - dp83826.c \ - led.c \ - led_gpio.c \ - flash.c \ - flash_nor_qspi.c \ - nor_spi_sfdp.c \ - -FILES_PATH_common = \ - eeprom \ - ethphy/enet/rtos_drivers/src \ - ethphy/enet/rtos_drivers/include \ - flash \ - flash/qspi \ - flash/sfdp \ - led \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ - -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/port \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -DMCU_SDK_BUILD \ - -DPHY_CFG_TRACE_LEVEL=3 \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/board/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/pmic/makefile.am263px.r5f.ti-arm-clang.freertos b/source/board/pmic/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..1aec4a120c8 --- /dev/null +++ b/source/board/pmic/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,138 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + pmic_tps653860xx.c \ + pmic.c \ + pmic_common.c \ + pmic_core.c \ + pmic_io.c \ + pmic_power.c \ + pmic_wdg.c \ + pmic_lld.c \ + pmic_irq.c \ + pmic_gpio.c \ + pmic_timer.c \ + pmic_fsm.c \ + pmic_esm.c \ + +FILES_PATH_common = \ + pmic_lld/blackbird/src \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I../ \ + -Ipmic_lld/blackbird/src \ + -Ipmic_lld/blackbird/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DBLACKBIRD \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/pmic_blackbird/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/pmic/makefile.am263px.r5f.ti-arm-clang b/source/board/pmic/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/pmic/makefile.am263px.r5f.ti-arm-clang rename to source/board/pmic/makefile.am263px.r5f.ti-arm-clang.nortos index 02098aade80..cf956b4ea3a 100644 --- a/source/board/pmic/makefile.am263px.r5f.ti-arm-clang +++ b/source/board/pmic/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=pmic_blackbird.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ pmic_tps653860xx.c \ @@ -40,6 +40,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DBLACKBIRD \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang.freertos b/source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..8b9a0f340fd --- /dev/null +++ b/source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,138 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=pmic_blackbird.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + pmic_tps653860xx.c \ + pmic.c \ + pmic_common.c \ + pmic_core.c \ + pmic_io.c \ + pmic_power.c \ + pmic_wdg.c \ + pmic_lld.c \ + pmic_irq.c \ + pmic_gpio.c \ + pmic_timer.c \ + pmic_fsm.c \ + pmic_esm.c \ + +FILES_PATH_common = \ + pmic_lld/blackbird/src \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I../ \ + -Ipmic_lld/blackbird/src \ + -Ipmic_lld/blackbird/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DBLACKBIRD \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/pmic_blackbird/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang b/source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang rename to source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang.nortos index 47449ee0a54..dd66b9c0a49 100644 --- a/source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang +++ b/source/board/pmic/makefile.blackbird.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=pmic_blackbird.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ pmic_tps653860xx.c \ @@ -40,6 +40,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DBLACKBIRD \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang.freertos b/source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..59ddd1a176c --- /dev/null +++ b/source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,134 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=pmic_derby.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + pmic_core.c \ + pmic_esm.c \ + pmic_io.c \ + pmic_irq.c \ + pmic_power.c \ + pmic_wdg.c \ + pmic.c \ + pmic_lld.c \ + pmic_tps65036xx.c \ + pmic_gpio.c \ + +FILES_PATH_common = \ + pmic_lld/derby/src \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I../ \ + -Ipmic_lld/derby/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DDERBY \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/pmic_derby/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang b/source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang rename to source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang.nortos index df44f8479a1..d9aa1c0d81d 100644 --- a/source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang +++ b/source/board/pmic/makefile.derby.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=pmic_derby.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=pmic_derby.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ pmic_core.c \ @@ -36,6 +36,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DDERBY \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/calibration/makefile.am261x.r5f.ti-arm-clang.freertos b/source/calibration/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..e2cdc4973a1 --- /dev/null +++ b/source/calibration/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=sfo.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + sfo.c \ + +FILES_PATH_common = \ + sfo \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/sfo/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/calibration/makefile.am261x.r5f.ti-arm-clang b/source/calibration/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/calibration/makefile.am261x.r5f.ti-arm-clang rename to source/calibration/makefile.am261x.r5f.ti-arm-clang.nortos index 6824661da71..5568c5e820b 100644 --- a/source/calibration/makefile.am261x.r5f.ti-arm-clang +++ b/source/calibration/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=sfo.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=sfo.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ sfo.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/calibration/makefile.am263px.r5f.ti-arm-clang.freertos b/source/calibration/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..38aa0b0efce --- /dev/null +++ b/source/calibration/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=sfo.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + sfo.c \ + +FILES_PATH_common = \ + sfo \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/sfo/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/calibration/makefile.am263px.r5f.ti-arm-clang b/source/calibration/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 97% rename from source/calibration/makefile.am263px.r5f.ti-arm-clang rename to source/calibration/makefile.am263px.r5f.ti-arm-clang.nortos index 72032d9cad3..d017055799d 100644 --- a/source/calibration/makefile.am263px.r5f.ti-arm-clang +++ b/source/calibration/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=sfo.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=sfo.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ sfo.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/calibration/makefile.am263x.r5f.ti-arm-clang.freertos b/source/calibration/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..2ab1b6f2656 --- /dev/null +++ b/source/calibration/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=sfo.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + sfo.c \ + +FILES_PATH_common = \ + sfo \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/sfo/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/calibration/makefile.am263x.r5f.ti-arm-clang b/source/calibration/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/calibration/makefile.am263x.r5f.ti-arm-clang rename to source/calibration/makefile.am263x.r5f.ti-arm-clang.nortos index 949fd127b2f..36e99c7aefb 100644 --- a/source/calibration/makefile.am263x.r5f.ti-arm-clang +++ b/source/calibration/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=sfo.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=sfo.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ sfo.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.freertos b/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.freertos new file mode 100644 index 00000000000..8e4f8b9034c --- /dev/null +++ b/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.freertos @@ -0,0 +1,117 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=dhrystone_benchmark.am64x.a53.gcc-aarch64.freertos.$(PROFILE).lib + +FILES_common := \ + dhry.c \ + +FILES_PATH_common = \ + src/ \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/include/private \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/include/FreeRTOS_POSIX \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -O3 \ + -march=armv8-a \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/dhrystone_benchmark/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.freertos-smp b/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.freertos-smp new file mode 100644 index 00000000000..933af6874d7 --- /dev/null +++ b/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.freertos-smp @@ -0,0 +1,117 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=dhrystone_benchmark.am64x.a53.gcc-aarch64.freertos-smp.$(PROFILE).lib + +FILES_common := \ + dhry.c \ + +FILES_PATH_common = \ + src/ \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/include/private \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/include/FreeRTOS_POSIX \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel-smp/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable_smp/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53-smp \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -O3 \ + -march=armv8-a \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/dhrystone_benchmark/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64 b/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.nortos similarity index 96% rename from source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64 rename to source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.nortos index fafa48494fe..c1c6df5c29b 100644 --- a/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64 +++ b/source/dhrystone_benchmark/makefile.am64x.a53.gcc-aarch64.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=dhrystone_benchmark.am64x.a53.gcc-aarch64.$(PROFILE).lib +LIBNAME:=dhrystone_benchmark.am64x.a53.gcc-aarch64.nortos.$(PROFILE).lib FILES_common := \ dhry.c \ @@ -28,6 +28,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ diff --git a/source/drivers/makefile.am243x.m4f.ti-arm-clang.freertos b/source/drivers/makefile.am243x.m4f.ti-arm-clang.freertos new file mode 100644 index 00000000000..096dae50099 --- /dev/null +++ b/source/drivers/makefile.am243x.m4f.ti-arm-clang.freertos @@ -0,0 +1,253 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +DEVICE_TYPE?=GP +LIBNAME:=drivers.am243x.m4f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_udma.c \ + crc.c \ + csl_sec_proxy.c \ + ecap.c \ + epwm.c \ + eqep.c \ + fsi_rx.c \ + fsi_tx.c \ + gpio.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + mcan.c \ + mcspi_v0.c \ + mcspi_v0_lld.c \ + mcspi_dma_dummy.c \ + ospi_v0.c \ + pinmux.c \ + spinlock.c \ + sciclient.c \ + sciclient_pm.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_procboot.c \ + sciclient_firewall.c \ + sciclient_irq_rm.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_boardcfg.c \ + sciclient_soc_priv.c \ + soc.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_dummy.c \ + watchdog_rti.c \ + watchdog_soc.c \ + +FILES_PATH_common = \ + adc/v0 \ + bootloader \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + bootloader/soc/am64x_am243x \ + crc/v0 \ + ddr/v0 \ + ddr/v0/cdn_drv/ \ + ddr/v0/cdn_drv/priv \ + ddr/v0/cdn_drv/include \ + ddr/v0/cdn_drv/include/16bit \ + ddr/v0/cdn_drv/include/32bit \ + ddr/v0/cdn_drv/include/common \ + ddr/v0/cdn_drv/src \ + ddr/v0/soc/am64x_am243x \ + epwm/v0 \ + ecap/v0 \ + eqep/v0 \ + esm/v1 \ + elm/v0 \ + firewall/v0 \ + fsi/v0 \ + gpio/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + gpmc/v0/dma/udma \ + gtc/v0 \ + hw_include/ringacc/V0/priv \ + hw_include/serdes_cd/V1 \ + hw_include/serdes_cd/V1/V1_1 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc \ + ipc_notify/v0/soc/am243x \ + ipc_rpmsg/ \ + mcan/v0 \ + mcan/v0/soc/am64x_am243x \ + mcan/v0/dma/udma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc/am64x_am243x \ + mcspi/v0/lld/dma/udma \ + mcspi/v0/lld/dma/dummy \ + mdio/v0 \ + mmcsd \ + mmcsd/v0 \ + mmcsd/v0/lld \ + mmcsd/v0/lld/internal \ + ospi \ + ospi/v0 \ + ospi/v0/dma/soc/am64x_am243x \ + ospi/v0/soc/am64x_am243x \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + pcie \ + pcie/v0 \ + pcie/v0/soc/am64x_am243x \ + pinmux/am64x_am243x \ + pruicss/g_v0 \ + pruicss/soc/am64x_am243x \ + qos \ + qos/v0 \ + sciclient \ + sciclient/soc/am64x_am243x \ + soc/am64x_am243x \ + spinlock/v0 \ + timer_mgr/v0/priv \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + uart/v0/lld/dma/dummy \ + uart/v0/lld/dma/soc/am64x_am243x \ + udma/v0 \ + udma/hw_include \ + udma/soc \ + udma/soc/am64x_am243x \ + watchdog/v1 \ + watchdog/v1/soc/am64x_am243x \ + gp_timer/v0 \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CM4F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/m4f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +# Remove later with combined boot +ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) +DEFINES_common += -DBUILD_HS +endif + +CFLAGS_common := \ + -mcpu=cortex-m4 \ + -mfloat-abi=hard \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/m4f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am243x.m4f.ti-arm-clang b/source/drivers/makefile.am243x.m4f.ti-arm-clang.nortos similarity index 98% rename from source/drivers/makefile.am243x.m4f.ti-arm-clang rename to source/drivers/makefile.am243x.m4f.ti-arm-clang.nortos index aedbf15b643..15ddc0ae8d0 100644 --- a/source/drivers/makefile.am243x.m4f.ti-arm-clang +++ b/source/drivers/makefile.am243x.m4f.ti-arm-clang.nortos @@ -11,7 +11,7 @@ PROFILE?=release ConfigName:=$(PROFILE) DEVICE_TYPE?=GP -LIBNAME:=drivers.am243x.m4f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am243x.m4f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -151,6 +151,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ # Remove later with combined boot ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) diff --git a/source/drivers/makefile.am243x.r5f.gcc-armv7.freertos b/source/drivers/makefile.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..440b4e99a75 --- /dev/null +++ b/source/drivers/makefile.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,331 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +DEVICE_TYPE?=GP +LIBNAME:=drivers.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + bootloader.c \ + bootloader_buf_io.c \ + bootloader_flash.c \ + bootloader_mem.c \ + bootloader_mmcsd_raw.c \ + bootloader_soc.c \ + bootloader_xmodem.c \ + bootloader_uniflash_common.c \ + bootloader_uniflash.c \ + bootloader_uniflash_rprc.c \ + bootloader_uniflash_mcelf.c \ + bootloader_profile.c \ + xmodem.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_udma.c \ + crc16.c \ + crc.c \ + csl_bcdma.c \ + csl_emif.c \ + csl_intaggr.c \ + csl_lcdma_ringacc.c \ + csl_pktdma.c \ + csl_ringacc.c \ + csl_sec_proxy.c \ + csl_serdes3.c \ + csl_serdes3_pcie.c \ + csl_wiz16m_ct2_refclk100MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk19p2MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk20MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk24MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk25MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk26MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk27MHz_32b_PCIe.c \ + ecap.c \ + epwm.c \ + eqep.c \ + esm_v1.c \ + elm_v0.c \ + firewall.c \ + fsi_rx.c \ + fsi_tx.c \ + gpio.c \ + gpmc_v0.c \ + gpmc_priv_v0.c \ + gpmc_nandlike_v0.c \ + gpmc_norlike_v0.c \ + gpmc_dma.c \ + gpmc_dma_udma.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + lpddr4_16bit_ctl_regs_rw_masks.c \ + lpddr4_obj_if.c \ + lpddr4.c \ + lpddr4_16bit.c \ + ddr.c \ + ddr_soc.c \ + mcan.c \ + mcspi_v0.c \ + mcspi_v0_lld.c \ + mcspi_dma_soc.c \ + mcspi_dma_udma.c \ + mdio_v0.c \ + mmcsd_v0.c \ + mmcsd_v0_lld.c \ + mmcsd_parse.c \ + ospi_v0.c \ + ospi_nor_flash.c \ + ospi_phy_dqs.c \ + ospi_v0_lld.c \ + ospi_phy_dqs_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_udma_lld.c \ + pcie.c \ + pcie_v0.c \ + pcie_serdes.c \ + pcie_soc.c \ + pinmux.c \ + pmu.c \ + pruicss_g_v0.c \ + pruicss_g_v0_cfg.c \ + qos.c \ + sciclient.c \ + sciclient_pm.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_procboot.c \ + sciclient_firewall.c \ + sciclient_irq_rm.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_boardcfg.c \ + sciclient_soc_priv.c \ + soc.c \ + spinlock.c \ + csl_timer_mgr.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_udma.c \ + uart_dma_soc.c \ + udma.c \ + udma_ch.c \ + udma_event.c \ + udma_flow.c \ + udma_ring_common.c \ + udma_ring_lcdma.c \ + udma_rm.c \ + udma_rmcfg.c \ + udma_rmcfg_common.c \ + udma_soc.c \ + udma_utils.c \ + watchdog_rti.c \ + watchdog_soc.c \ + gp_timer.c \ + +ASMFILES_common := \ + csl_arm_r5_pmu.S \ + +FILES_PATH_common = \ + adc/v0 \ + bootloader \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + bootloader/soc/am64x_am243x \ + crc/v0 \ + ddr/v0 \ + ddr/v0/cdn_drv/ \ + ddr/v0/cdn_drv/priv \ + ddr/v0/cdn_drv/include \ + ddr/v0/cdn_drv/include/16bit \ + ddr/v0/cdn_drv/include/32bit \ + ddr/v0/cdn_drv/include/common \ + ddr/v0/cdn_drv/src \ + ddr/v0/soc/am64x_am243x \ + epwm/v0 \ + ecap/v0 \ + eqep/v0 \ + esm/v1 \ + elm/v0 \ + firewall/v0 \ + fsi/v0 \ + gpio/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + gpmc/v0/dma/udma \ + gtc/v0 \ + hw_include/ringacc/V0/priv \ + hw_include/serdes_cd/V1 \ + hw_include/serdes_cd/V1/V1_1 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc \ + ipc_notify/v0/soc/am243x \ + ipc_rpmsg/ \ + mcan/v0 \ + mcan/v0/soc/am64x_am243x \ + mcan/v0/dma/udma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc/am64x_am243x \ + mcspi/v0/lld/dma/udma \ + mcspi/v0/lld/dma/dummy \ + mdio/v0 \ + mmcsd \ + mmcsd/v0 \ + mmcsd/v0/lld \ + mmcsd/v0/lld/internal \ + ospi \ + ospi/v0 \ + ospi/v0/dma/soc/am64x_am243x \ + ospi/v0/soc/am64x_am243x \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + pcie \ + pcie/v0 \ + pcie/v0/soc/am64x_am243x \ + pinmux/am64x_am243x \ + pruicss/g_v0 \ + pruicss/soc/am64x_am243x \ + qos \ + qos/v0 \ + sciclient \ + sciclient/soc/am64x_am243x \ + soc/am64x_am243x \ + spinlock/v0 \ + timer_mgr/v0/priv \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + uart/v0/lld/dma/dummy \ + uart/v0/lld/dma/soc/am64x_am243x \ + udma/v0 \ + udma/hw_include \ + udma/soc \ + udma/soc/am64x_am243x \ + watchdog/v1 \ + watchdog/v1/soc/am64x_am243x \ + gp_timer/v0 \ + pmu \ + pmu/r5f \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +# Remove later with combined boot +ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) +DEFINES_common += -DBUILD_HS +endif + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am243x.r5f.gcc-armv7 b/source/drivers/makefile.am243x.r5f.gcc-armv7.nortos similarity index 98% rename from source/drivers/makefile.am243x.r5f.gcc-armv7 rename to source/drivers/makefile.am243x.r5f.gcc-armv7.nortos index eabe022fa47..d64ee5b7964 100644 --- a/source/drivers/makefile.am243x.r5f.gcc-armv7 +++ b/source/drivers/makefile.am243x.r5f.gcc-armv7.nortos @@ -11,7 +11,7 @@ PROFILE?=release ConfigName:=$(PROFILE) DEVICE_TYPE?=GP -LIBNAME:=drivers.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=drivers.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -234,6 +234,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ # Remove later with combined boot ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) diff --git a/source/drivers/makefile.am243x.r5f.ti-arm-clang.freertos b/source/drivers/makefile.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..8836060ca9b --- /dev/null +++ b/source/drivers/makefile.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,339 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +DEVICE_TYPE?=GP +LIBNAME:=drivers.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + bootloader.c \ + bootloader_buf_io.c \ + bootloader_flash.c \ + bootloader_mem.c \ + bootloader_mmcsd_raw.c \ + bootloader_soc.c \ + bootloader_xmodem.c \ + bootloader_uniflash_common.c \ + bootloader_uniflash.c \ + bootloader_uniflash_rprc.c \ + bootloader_uniflash_mcelf.c \ + bootloader_profile.c \ + xmodem.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_udma.c \ + crc16.c \ + crc.c \ + csl_bcdma.c \ + csl_emif.c \ + csl_intaggr.c \ + csl_lcdma_ringacc.c \ + csl_pktdma.c \ + csl_ringacc.c \ + csl_sec_proxy.c \ + csl_serdes3.c \ + csl_serdes3_pcie.c \ + csl_wiz16m_ct2_refclk100MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk19p2MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk20MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk24MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk25MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk26MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk27MHz_32b_PCIe.c \ + ecap.c \ + epwm.c \ + eqep.c \ + esm_v1.c \ + elm_v0.c \ + firewall.c \ + fsi_rx.c \ + fsi_tx.c \ + gpio.c \ + gpmc_v0.c \ + gpmc_priv_v0.c \ + gpmc_nandlike_v0.c \ + gpmc_norlike_v0.c \ + gpmc_dma.c \ + gpmc_dma_udma.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + lpddr4_16bit_ctl_regs_rw_masks.c \ + lpddr4_obj_if.c \ + lpddr4.c \ + lpddr4_16bit.c \ + ddr.c \ + ddr_soc.c \ + mcan.c \ + mcspi_v0.c \ + mcspi_v0_lld.c \ + mcspi_dma_soc.c \ + mcspi_dma_udma.c \ + mdio_v0.c \ + mmcsd_v0.c \ + mmcsd_v0_lld.c \ + mmcsd_parse.c \ + ospi_v0.c \ + ospi_nor_flash.c \ + ospi_phy_dqs.c \ + ospi_v0_lld.c \ + ospi_phy_dqs_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_udma_lld.c \ + pcie.c \ + pcie_v0.c \ + pcie_serdes.c \ + pcie_soc.c \ + pinmux.c \ + pmu.c \ + pruicss_g_v0.c \ + pruicss_g_v0_cfg.c \ + qos.c \ + sciclient.c \ + sciclient_pm.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_procboot.c \ + sciclient_firewall.c \ + sciclient_irq_rm.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_boardcfg.c \ + sciclient_soc_priv.c \ + soc.c \ + spinlock.c \ + csl_timer_mgr.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_udma.c \ + uart_dma_soc.c \ + udma.c \ + udma_ch.c \ + udma_event.c \ + udma_flow.c \ + udma_ring_common.c \ + udma_ring_lcdma.c \ + udma_rm.c \ + udma_rmcfg.c \ + udma_rmcfg_common.c \ + udma_soc.c \ + udma_utils.c \ + watchdog_rti.c \ + watchdog_soc.c \ + gp_timer.c \ + +ASMFILES_common := \ + csl_arm_r5_pmu.S \ + +FILES_PATH_common = \ + adc/v0 \ + bootloader \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + bootloader/soc/am64x_am243x \ + crc/v0 \ + ddr/v0 \ + ddr/v0/cdn_drv/ \ + ddr/v0/cdn_drv/priv \ + ddr/v0/cdn_drv/include \ + ddr/v0/cdn_drv/include/16bit \ + ddr/v0/cdn_drv/include/32bit \ + ddr/v0/cdn_drv/include/common \ + ddr/v0/cdn_drv/src \ + ddr/v0/soc/am64x_am243x \ + epwm/v0 \ + ecap/v0 \ + eqep/v0 \ + esm/v1 \ + elm/v0 \ + firewall/v0 \ + fsi/v0 \ + gpio/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + gpmc/v0/dma/udma \ + gtc/v0 \ + hw_include/ringacc/V0/priv \ + hw_include/serdes_cd/V1 \ + hw_include/serdes_cd/V1/V1_1 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc \ + ipc_notify/v0/soc/am243x \ + ipc_rpmsg/ \ + mcan/v0 \ + mcan/v0/soc/am64x_am243x \ + mcan/v0/dma/udma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc/am64x_am243x \ + mcspi/v0/lld/dma/udma \ + mcspi/v0/lld/dma/dummy \ + mdio/v0 \ + mmcsd \ + mmcsd/v0 \ + mmcsd/v0/lld \ + mmcsd/v0/lld/internal \ + ospi \ + ospi/v0 \ + ospi/v0/dma/soc/am64x_am243x \ + ospi/v0/soc/am64x_am243x \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + pcie \ + pcie/v0 \ + pcie/v0/soc/am64x_am243x \ + pinmux/am64x_am243x \ + pruicss/g_v0 \ + pruicss/soc/am64x_am243x \ + qos \ + qos/v0 \ + sciclient \ + sciclient/soc/am64x_am243x \ + soc/am64x_am243x \ + spinlock/v0 \ + timer_mgr/v0/priv \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + uart/v0/lld/dma/dummy \ + uart/v0/lld/dma/soc/am64x_am243x \ + udma/v0 \ + udma/hw_include \ + udma/soc \ + udma/soc/am64x_am243x \ + watchdog/v1 \ + watchdog/v1/soc/am64x_am243x \ + gp_timer/v0 \ + pmu \ + pmu/r5f \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +# Remove later with combined boot +ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) +DEFINES_common += -DBUILD_HS +endif + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am243x.r5f.ti-arm-clang b/source/drivers/makefile.am243x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/drivers/makefile.am243x.r5f.ti-arm-clang rename to source/drivers/makefile.am243x.r5f.ti-arm-clang.nortos index 88cb9cc206b..98d51534e4e 100644 --- a/source/drivers/makefile.am243x.r5f.ti-arm-clang +++ b/source/drivers/makefile.am243x.r5f.ti-arm-clang.nortos @@ -11,7 +11,7 @@ PROFILE?=release ConfigName:=$(PROFILE) DEVICE_TYPE?=GP -LIBNAME:=drivers.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -234,6 +234,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ # Remove later with combined boot ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) diff --git a/source/drivers/makefile.am261x.r5f.ti-arm-clang.freertos b/source/drivers/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..6d0fb2a289f --- /dev/null +++ b/source/drivers/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,267 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=drivers.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + bootloader.c \ + bootloader_buf_io.c \ + bootloader_can.c \ + bootloader_flash.c \ + bootloader_hsmRt_load.c \ + bootloader_mem.c \ + bootloader_profile.c \ + bootloader_soc.c \ + bootloader_uniflash_common.c \ + bootloader_uniflash.c \ + bootloader_uniflash_rprc.c \ + bootloader_uniflash_mcelf.c \ + bootloader_xmodem.c \ + crc16.c \ + cmpss.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_edma.c \ + dac.c \ + ecap.c \ + edma.c \ + eqep.c \ + etpwm.c \ + flc.c \ + flsopskd_v0.c \ + fota_fw_arr.c \ + FOTAAgent_BufferManager.c \ + fota_agent.c \ + fsi_rx.c \ + fsi_tx.c \ + fsi_rx_hld.c \ + fsi_tx_hld.c \ + fsi_dma_edma.c \ + fss_v0.c \ + gpio.c \ + i2c_v1.c \ + i2c_v1_lld.c \ + ipc_notify_v1.c \ + ipc_notify_v1_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + lin.c \ + sci_lin_internal.c \ + sci_lin.c \ + sci_lin_dma_edma.c \ + mcan.c \ + mcspi_dma_edma.c \ + mcspi_v0.c \ + mcspi_v0_lld.c \ + mdio_v0.c \ + mmcsd_v1.c \ + mpu_firewall.c \ + mpu_firewall_v0_cfg.c \ + ospi_nor_flash.c \ + ospi_phy_am26x.c \ + ospi_v0.c \ + ospi_v0_lld.c \ + ospi_phy_am26x_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_edma_lld.c \ + pinmux.c \ + pmu.c \ + pruicss_m_v0.c \ + pruicss_m_v0_cfg.c \ + rl2.c \ + rti.c \ + sdfm.c \ + soc.c \ + soc_rcm.c \ + spinlock.c \ + uart_dma_edma.c \ + uart_v0.c \ + uart_v0_lld.c \ + watchdog_rti.c \ + watchdog_soc.c \ + xmodem.c \ + fota_agent.c \ + +ASMFILES_common := \ + csl_arm_r5_pmu.S \ + +FILES_PATH_common = \ + pinmux/am261x \ + pruicss/m_v0 \ + pruicss/soc/am261x \ + watchdog/v0/soc/am261x \ + adc/v2 \ + bootloader \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + bootloader/soc/am261x \ + cmpss/v0 \ + csl_arm_r5_pmu.S \ + dac/v0 \ + ecap/v1 \ + edma/v0 \ + epwm/v1 \ + eqep/v1 \ + fsi/v1 \ + fsi/v1/dma/edma \ + gpio/v0 \ + i2c/v1 \ + i2c/v1/lld \ + ipc_notify/v1 \ + ipc_notify/v1/soc/am261x \ + ipc_rpmsg/ \ + lin/v0 \ + lin/v0/internal \ + lin/v0/dma/edma \ + mcan/v0 \ + mcan/v0/soc/am261x \ + mcan/v0/dma/edma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/edma \ + mdio/v0 \ + mmcsd/v1 \ + mpu_firewall/v0 \ + mpu_firewall/v0/soc/am261x \ + ospi \ + ospi/v0 \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/edma \ + pmu \ + pmu/r5f \ + rti/v0 \ + sdfm/v0 \ + soc/am261x \ + spinlock/v0 \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/edma \ + watchdog/v0 \ + optiflash/v0/flc \ + optiflash/v0/rl2 \ + flsopskd/v0 \ + fota_agent/v0 \ + fss/v0 \ + pmu \ + pmu/r5f \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DOS_FREERTOS \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am261x.r5f.ti-arm-clang b/source/drivers/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/drivers/makefile.am261x.r5f.ti-arm-clang rename to source/drivers/makefile.am261x.r5f.ti-arm-clang.nortos index 7f57c9eafa5..00b30ca7945 100644 --- a/source/drivers/makefile.am261x.r5f.ti-arm-clang +++ b/source/drivers/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -173,6 +173,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ diff --git a/source/drivers/makefile.am263px.r5f.ti-arm-clang.freertos b/source/drivers/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..9a45b0c8a06 --- /dev/null +++ b/source/drivers/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,275 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=drivers.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + bootloader.c \ + bootloader_buf_io.c \ + bootloader_can.c \ + bootloader_flash.c \ + bootloader_hsmRt_load.c \ + bootloader_mem.c \ + bootloader_profile.c \ + bootloader_soc.c \ + bootloader_uniflash_common.c \ + bootloader_uniflash.c \ + bootloader_uniflash_rprc.c \ + bootloader_uniflash_mcelf.c \ + bootloader_xmodem.c \ + xmodem.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_edma.c \ + crc16.c \ + cmpss.c \ + dac.c \ + ecap.c \ + edma.c \ + eqep.c \ + etpwm.c \ + flsopskd_v0.c \ + fota_fw_arr.c \ + fota_agent.c \ + fota_agent.c \ + FOTAAgent_BufferManager.c \ + fsi_rx.c \ + fsi_tx.c \ + fsi_rx_hld.c \ + fsi_tx_hld.c \ + fsi_dma_edma.c \ + fss_v0.c \ + gpio.c \ + i2c_v1.c \ + i2c_v1_lld.c \ + ipc_notify_v1.c \ + ipc_notify_v1_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + lin.c \ + sci_lin_internal.c \ + sci_lin.c \ + sci_lin_dma_edma.c \ + mcan.c \ + mcspi_v0_lld.c \ + mcspi_dma_edma.c \ + mcspi_v0.c \ + mdio_v0.c \ + mmcsd_v1.c \ + mmcsd_v1_lld.c \ + mmcsd_parse.c \ + mpu_firewall.c \ + mpu_firewall_v0_cfg.c \ + ospi_nor_flash.c \ + ospi_phy_am26x.c \ + ospi_v0.c \ + ospi_v0_lld.c \ + ospi_phy_am26x_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_edma_lld.c \ + pinmux.c \ + pmu.c \ + pruicss_m_v0.c \ + pruicss_m_v0_cfg.c \ + rti.c \ + resolver.c \ + sdfm.c \ + soc.c \ + soc_rcm.c \ + spinlock.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_edma.c \ + watchdog_rti.c \ + watchdog_soc.c \ + rl2.c \ + flc.c \ + +ASMFILES_common := \ + csl_arm_r5_pmu.S \ + +FILES_PATH_common = \ + pinmux/am263px \ + pruicss/m_v0 \ + pruicss/soc/am263px \ + watchdog/v0/soc/am263px \ + adc/v2 \ + bootloader \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + bootloader/soc/am263px \ + cmpss/v0 \ + csl_arm_r5_pmu.S \ + dac/v0 \ + ecap/v1 \ + edma/v0 \ + epwm/v1 \ + eqep/v1 \ + fota_agent/v0 \ + fsi/v1 \ + fsi/v1/dma/edma \ + fss/v0 \ + gpio/v0 \ + i2c/v1 \ + i2c/v1/lld \ + ipc_notify/v1 \ + ipc_notify/v1/soc/am263px \ + ipc_rpmsg/ \ + lin/v0 \ + lin/v0/internal \ + lin/v0/dma/edma \ + mcan/v0 \ + mcan/v0/soc/am263px \ + mcan/v0/dma/edma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/edma \ + mdio/v0 \ + mmcsd/v1 \ + mmcsd/v1/lld \ + mmcsd/v1/lld/internal \ + mpu_firewall/v0 \ + mpu_firewall/v0/soc/am263px \ + ospi \ + ospi/v0 \ + ospi/v0/soc/am263px \ + ospi/v0 \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/edma \ + pmu \ + pmu/r5f \ + resolver/v0 \ + rti/v0 \ + sdfm/v0 \ + soc/am263px \ + spinlock/v0 \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/edma \ + watchdog/v0 \ + optiflash/v0/flc \ + optiflash/v0/rl2 \ + flsopskd/v0 \ + pmu \ + pmu/r5f \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DOS_FREERTOS \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am263px.r5f.ti-arm-clang b/source/drivers/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 98% rename from source/drivers/makefile.am263px.r5f.ti-arm-clang rename to source/drivers/makefile.am263px.r5f.ti-arm-clang.nortos index 3020499febd..53cb0d00288 100644 --- a/source/drivers/makefile.am263px.r5f.ti-arm-clang +++ b/source/drivers/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -175,6 +175,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ diff --git a/source/drivers/makefile.am263x.r5f.ti-arm-clang.freertos b/source/drivers/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..6387158209b --- /dev/null +++ b/source/drivers/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,257 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=drivers.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + bootloader.c \ + bootloader_buf_io.c \ + bootloader_can.c \ + bootloader_flash.c \ + bootloader_mem.c \ + bootloader_soc.c \ + bootloader_hsmRt_load.c \ + bootloader_xmodem.c \ + bootloader_uniflash_common.c \ + bootloader_uniflash.c \ + bootloader_uniflash_rprc.c \ + bootloader_uniflash_mcelf.c \ + bootloader_profile.c \ + xmodem.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_edma.c \ + crc16.c \ + cmpss.c \ + dac.c \ + ecap.c \ + edma.c \ + eqep.c \ + etpwm.c \ + fsi_rx.c \ + fsi_tx.c \ + fsi_rx_hld.c \ + fsi_tx_hld.c \ + fsi_dma_edma.c \ + gpio.c \ + gpmc_v0.c \ + gpmc_priv_v0.c \ + gpmc_nandlike_v0.c \ + gpmc_norlike_v0.c \ + gpmc_dma.c \ + i2c_v1.c \ + i2c_v1_lld.c \ + ipc_notify_v1.c \ + ipc_notify_v1_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + lin.c \ + sci_lin_internal.c \ + sci_lin.c \ + sci_lin_dma_edma.c \ + mcan.c \ + mcspi_v0.c \ + mcspi_v0_lld.c \ + mcspi_dma_edma.c \ + mdio_v0.c \ + mmcsd_v1.c \ + mmcsd_v1_lld.c \ + mmcsd_parse.c \ + mpu_firewall.c \ + mpu_firewall_v0_cfg.c \ + pinmux.c \ + pmu.c \ + pruicss_m_v0.c \ + pruicss_m_v0_cfg.c \ + qspi.c \ + qspi_lld.c \ + qspi_edma_lld.c \ + rti.c \ + sdfm.c \ + spinlock.c \ + soc.c \ + soc_rcm.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_edma.c \ + watchdog_rti.c \ + watchdog_soc.c \ + +ASMFILES_common := \ + csl_arm_r5_pmu.S \ + +FILES_PATH_common = \ + adc/v1 \ + bootloader \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + bootloader/soc/am263x \ + cmpss/v0 \ + dac/v0 \ + ecap/v1 \ + edma/v0/ \ + eqep/v1 \ + epwm/v1 \ + fsi/v1 \ + fsi/v1/dma/edma \ + gpio/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + i2c/v1 \ + i2c/v1/lld \ + ipc_notify/v1 \ + ipc_notify/v1/soc/am263x \ + ipc_rpmsg/ \ + lin/v0 \ + lin/v0/internal \ + lin/v0/dma/edma \ + mcan/v0 \ + mcan/v0/soc/am263x \ + mcan/v0/dma/edma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/edma \ + mdio/v0 \ + mmcsd/v1 \ + mmcsd/v1/lld \ + mmcsd/v1/lld/internal \ + mpu_firewall/v0 \ + mpu_firewall/v0/soc/am263x \ + pinmux/am263x \ + pmu \ + pmu/r5f \ + pruicss/m_v0 \ + pruicss/soc/am263x \ + qspi/v0 \ + qspi/v0/lld \ + qspi/v0/lld/edma \ + rti/v0 \ + spinlock/v0 \ + sdfm/v0 \ + soc/am263x \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/edma \ + watchdog/v0 \ + watchdog/v0/soc/am263x \ + pmu \ + pmu/r5f \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DOS_FREERTOS \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am263x.r5f.ti-arm-clang b/source/drivers/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/drivers/makefile.am263x.r5f.ti-arm-clang rename to source/drivers/makefile.am263x.r5f.ti-arm-clang.nortos index 9179ff2ac4e..3ede238af2f 100644 --- a/source/drivers/makefile.am263x.r5f.ti-arm-clang +++ b/source/drivers/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -157,6 +157,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ diff --git a/source/drivers/makefile.awr294x.c66.ti-c6000 b/source/drivers/makefile.am273x.c66.ti-c6000.freertos similarity index 75% rename from source/drivers/makefile.awr294x.c66.ti-c6000 rename to source/drivers/makefile.am273x.c66.ti-c6000.freertos index c7bfd2b007e..446c24b3091 100644 --- a/source/drivers/makefile.awr294x.c66.ti-c6000 +++ b/source/drivers/makefile.am273x.c66.ti-c6000.freertos @@ -10,17 +10,20 @@ AR=$(CGT_TI_C6000_PATH)/bin/ar6x PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.awr294x.c66.ti-c6000.$(PROFILE).lib +LIBNAME:=drivers.am273x.c66.ti-c6000.freertos.$(PROFILE).lib FILES_common := \ - adcbuf.c \ cbuff.c \ cbuff_lvds.c \ cbuff_transfer.c \ cbuff_edma.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_edma.c \ crc.c \ csirx.c \ csirx_soc.c \ + ecap.c \ edma.c \ esm_v0.c \ gpio_v1.c \ @@ -31,9 +34,14 @@ FILES_common := \ ipc_notify_v1_cfg.c \ ipc_rpmsg.c \ ipc_rpmsg_vring.c \ - mailbox.c \ - mailbox_cfg.c \ + mcasp.c \ + mcasp_dma.c \ mcan.c \ + mibspi_v0.c \ + mibspi_edma.c \ + mibspi_soc.c \ + mpu_firewall.c \ + mpu_firewall_v0_cfg.c \ pinmux.c \ rti.c \ soc.c \ @@ -48,62 +56,65 @@ FILES_PATH_common = \ bootloader/bootloader_uniflash \ bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ - bootloader/soc/awr294x \ - adcbuf/v0 \ - cbuff/v0 \ + bootloader/soc/am273x \ + cbuff/v1 \ crc/v1 \ csirx/v0 \ - csirx/v0/soc/awr294x \ + csirx/v0/soc/am273x \ + ecap/v2 \ edma/v0 \ epwm/v2 \ esm/v0 \ gpadc/v0 \ - gpadc/v0/soc/awr294x \ + gpadc/v0/soc/am273x \ gpio/v1 \ hwa/v0 \ i2c/v1 \ i2c/v1/lld \ ipc_notify/v1 \ - ipc_notify/v1/soc/awr294x \ + ipc_notify/v1/soc/am273x \ ipc_rpmsg \ - mailbox/v0 \ - mailbox/v0/soc/awr294x \ + mcasp/v0 \ mcan/v0 \ + mcan/v0/soc/am273x \ + mcan/v0/dma/edma \ mibspi/v0 \ mibspi/v0/edma \ - mibspi/v0/soc/awr294x \ - pinmux/awr294x \ + mibspi/v0/soc/am273x \ + mpu_firewall/v0 \ + mpu_firewall/v0/soc/am273x \ + pinmux/am273x \ + rti/v0 \ qspi/v0 \ qspi/v0/lld \ qspi/v0/lld/edma \ - rti/v0 \ - soc/awr294x \ + soc/am273x \ uart/v1 \ watchdog/v0 \ - watchdog/v0/soc/awr294x \ + watchdog/v0/soc/am273x \ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ DEFINES_common := \ - -DSOC_AWR294X \ + -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ - --c99 \ + --abi=eabi \ -q \ + -mi10 \ -mo \ -pden \ + -pds=238 \ + -pds=880 \ + -pds1110 \ --emit_warnings_as_errors \ - --mem_model:const=data \ - --mem_model:data=far_aggregates \ - --remove_hooks_when_inlining \ - -on2 \ - --disable_push_pop \ - --fp_mode=relaxed \ - --assume_control_regs_read \ CFLAGS_debug := \ -D_DEBUG_=1 \ @@ -111,14 +122,13 @@ CFLAGS_debug := \ CFLAGS_release := \ --program_level_compile \ -o3 \ - -mf2 \ + -mf3 \ ARFLAGS_common := \ rq \ FILES := $(FILES_common) $(FILES_$(PROFILE)) ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) @@ -130,16 +140,14 @@ INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) LIBDIR := lib -OBJDIR := obj/awr294x/ti-c6000/$(PROFILE)/c66/drivers/ +OBJDIR := obj/am273x/ti-c6000/$(PROFILE)/c66/drivers/ OBJS := $(FILES:%.c=%.obj) OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) DEPS := $(FILES:%.c=%.d) vpath %.obj $(OBJDIR) vpath %.c $(FILES_PATH) vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) $(OBJDIR)/%.obj %.obj: %.c @echo Compiling: $(LIBNAME): $< @@ -149,10 +157,6 @@ $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - all: $(LIBDIR)/$(LIBNAME) $(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) diff --git a/source/drivers/makefile.am273x.c66.ti-c6000 b/source/drivers/makefile.am273x.c66.ti-c6000.nortos similarity index 98% rename from source/drivers/makefile.am273x.c66.ti-c6000 rename to source/drivers/makefile.am273x.c66.ti-c6000.nortos index 9b322815d11..85196b78874 100644 --- a/source/drivers/makefile.am273x.c66.ti-c6000 +++ b/source/drivers/makefile.am273x.c66.ti-c6000.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_C6000_PATH)/bin/ar6x PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.am273x.c66.ti-c6000.$(PROFILE).lib +LIBNAME:=drivers.am273x.c66.ti-c6000.nortos.$(PROFILE).lib FILES_common := \ cbuff.c \ @@ -100,6 +100,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ diff --git a/source/drivers/makefile.am273x.dss_m4f.ti-arm-clang.freertos b/source/drivers/makefile.am273x.dss_m4f.ti-arm-clang.freertos new file mode 100644 index 00000000000..ce2f31ec226 --- /dev/null +++ b/source/drivers/makefile.am273x.dss_m4f.ti-arm-clang.freertos @@ -0,0 +1,163 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=drivers.am273x.dss_m4f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + soc.c \ + soc_rcm.c \ + +FILES_PATH_common = \ + bootloader \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + bootloader/soc/am273x \ + cbuff/v1 \ + crc/v1 \ + csirx/v0 \ + csirx/v0/soc/am273x \ + ecap/v2 \ + edma/v0 \ + epwm/v2 \ + esm/v0 \ + gpadc/v0 \ + gpadc/v0/soc/am273x \ + gpio/v1 \ + hwa/v0 \ + i2c/v1 \ + i2c/v1/lld \ + ipc_notify/v1 \ + ipc_notify/v1/soc/am273x \ + ipc_rpmsg \ + mcasp/v0 \ + mcan/v0 \ + mcan/v0/soc/am273x \ + mcan/v0/dma/edma \ + mibspi/v0 \ + mibspi/v0/edma \ + mibspi/v0/soc/am273x \ + mpu_firewall/v0 \ + mpu_firewall/v0/soc/am273x \ + pinmux/am273x \ + rti/v0 \ + qspi/v0 \ + qspi/v0/lld \ + qspi/v0/lld/edma \ + soc/am273x \ + uart/v1 \ + watchdog/v0 \ + watchdog/v0/soc/am273x \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CM4F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/m4f \ + +DEFINES_common := \ + -DSOC_AM273X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-m4 \ + -mfloat-abi=hard \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -DCPU_DSS_CM4 \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/dss_m4f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am273x.dss_m4f.ti-arm-clang b/source/drivers/makefile.am273x.dss_m4f.ti-arm-clang.nortos similarity index 97% rename from source/drivers/makefile.am273x.dss_m4f.ti-arm-clang rename to source/drivers/makefile.am273x.dss_m4f.ti-arm-clang.nortos index 1cb256d5f27..be44840fadc 100644 --- a/source/drivers/makefile.am273x.dss_m4f.ti-arm-clang +++ b/source/drivers/makefile.am273x.dss_m4f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.am273x.dss_m4f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am273x.dss_m4f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ soc.c \ @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/source/drivers/makefile.awr294x.r5f.ti-arm-clang b/source/drivers/makefile.am273x.r5f.ti-arm-clang.freertos similarity index 81% rename from source/drivers/makefile.awr294x.r5f.ti-arm-clang rename to source/drivers/makefile.am273x.r5f.ti-arm-clang.freertos index 05d98065461..fd2ed1167a2 100644 --- a/source/drivers/makefile.awr294x.r5f.ti-arm-clang +++ b/source/drivers/makefile.am273x.r5f.ti-arm-clang.freertos @@ -10,11 +10,12 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.awr294x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am273x.r5f.ti-arm-clang.freertos.$(PROFILE).lib FILES_common := \ bootloader.c \ bootloader_buf_io.c \ + bootloader_can.c \ bootloader_flash.c \ bootloader_mem.c \ bootloader_soc.c \ @@ -27,15 +28,18 @@ FILES_common := \ bootloader_uniflash_mcelf.c \ bootloader_profile.c \ xmodem.c \ - adcbuf.c \ cbuff.c \ cbuff_lvds.c \ cbuff_transfer.c \ cbuff_edma.c \ - crc.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_edma.c \ crc16.c \ + crc.c \ csirx.c \ csirx_soc.c \ + ecap.c \ edma.c \ epwm.c \ esm_v0.c \ @@ -49,12 +53,12 @@ FILES_common := \ ipc_notify_v1_cfg.c \ ipc_rpmsg.c \ ipc_rpmsg_vring.c \ - mailbox.c \ - mailbox_cfg.c \ mcan.c \ mibspi_v0.c \ mibspi_edma.c \ mibspi_soc.c \ + mpu_firewall.c \ + mpu_firewall_v0_cfg.c \ pinmux.c \ pmu.c \ qspi.c \ @@ -76,39 +80,42 @@ FILES_PATH_common = \ bootloader/bootloader_uniflash \ bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ - bootloader/soc/awr294x \ - adcbuf/v0 \ - cbuff/v0 \ + bootloader/soc/am273x \ + cbuff/v1 \ crc/v1 \ csirx/v0 \ - csirx/v0/soc/awr294x \ + csirx/v0/soc/am273x \ + ecap/v2 \ edma/v0 \ epwm/v2 \ esm/v0 \ gpadc/v0 \ - gpadc/v0/soc/awr294x \ + gpadc/v0/soc/am273x \ gpio/v1 \ hwa/v0 \ i2c/v1 \ i2c/v1/lld \ ipc_notify/v1 \ - ipc_notify/v1/soc/awr294x \ + ipc_notify/v1/soc/am273x \ ipc_rpmsg \ - mailbox/v0 \ - mailbox/v0/soc/awr294x \ + mcasp/v0 \ mcan/v0 \ + mcan/v0/soc/am273x \ + mcan/v0/dma/edma \ mibspi/v0 \ mibspi/v0/edma \ - mibspi/v0/soc/awr294x \ - pinmux/awr294x \ + mibspi/v0/soc/am273x \ + mpu_firewall/v0 \ + mpu_firewall/v0/soc/am273x \ + pinmux/am273x \ + rti/v0 \ qspi/v0 \ qspi/v0/lld \ qspi/v0/lld/edma \ - rti/v0 \ - soc/awr294x \ + soc/am273x \ uart/v1 \ watchdog/v0 \ - watchdog/v0/soc/awr294x \ + watchdog/v0/soc/am273x \ pmu \ pmu/r5f \ @@ -116,9 +123,13 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ DEFINES_common := \ - -DSOC_AWR294X \ + -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_release := \ -Os \ @@ -157,7 +168,6 @@ ARFLAGS_common := \ FILES := $(FILES_common) $(FILES_$(PROFILE)) ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) @@ -172,16 +182,14 @@ INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/drivers/ +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/r5f/drivers/ OBJS := $(FILES:%.c=%.obj) OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) DEPS := $(FILES:%.c=%.d) vpath %.obj $(OBJDIR) vpath %.c $(FILES_PATH) vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) $(OBJDIR)/%.obj %.obj: %.c @echo Compiling: $(LIBNAME): $< @@ -189,11 +197,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/source/drivers/makefile.am273x.r5f.ti-arm-clang b/source/drivers/makefile.am273x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/drivers/makefile.am273x.r5f.ti-arm-clang rename to source/drivers/makefile.am273x.r5f.ti-arm-clang.nortos index cb2bdaf3388..279be8ad4dd 100644 --- a/source/drivers/makefile.am273x.r5f.ti-arm-clang +++ b/source/drivers/makefile.am273x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.am273x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am273x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ bootloader.c \ @@ -126,6 +126,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ diff --git a/source/drivers/makefile.am62x.m4f.ti-arm-clang b/source/drivers/makefile.am62x.m4f.ti-arm-clang deleted file mode 100644 index 209ecaeb6e9..00000000000 --- a/source/drivers/makefile.am62x.m4f.ti-arm-clang +++ /dev/null @@ -1,161 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=drivers.am62x.m4f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - csl_sec_proxy.c \ - i2c_v0.c \ - i2c_v0_lld.c \ - gpio.c \ - pinmux.c \ - mcspi_v0.c \ - mcspi_dma.c \ - mcspi_dma_soc.c \ - mcspi_dma_udma.c \ - ipc_notify_soc.c \ - ipc_notify_v0.c \ - ipc_notify_v0_cfg.c \ - ipc_rpmsg.c \ - ipc_rpmsg_vring.c \ - mcan.c \ - sciclient.c \ - sciclient_pm.c \ - sciclient_rm.c \ - sciclient_rm_irq.c \ - sciclient_procboot.c \ - sciclient_firewall.c \ - sciclient_irq_rm.c \ - sciclient_fmwSecureProxyMap.c \ - sciclient_boardcfg.c \ - sciclient_soc_priv.c \ - soc.c \ - uart_v0.c \ - uart_dma.c \ - -FILES_PATH_common = \ - i2c/v0 \ - i2c/v0/lld \ - pinmux/am62x \ - mcan/v0 \ - ipc_notify/v0 \ - gpio/v0 \ - mcspi/v0 \ - mcspi/v0/dma \ - mcspi/v0/dma/udma \ - mcspi/v0/lld/dma/soc/am62x \ - ipc_notify/v0/soc \ - ipc_notify/v0/soc/am62x \ - ipc_rpmsg/ \ - sciclient \ - sciclient/soc/am62x \ - soc/am62x \ - uart/v0 \ - uart/v0/dma \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -DEFINES_common := \ - -DSOC_AM62X \ - -CFLAGS_common := \ - -mcpu=cortex-m4 \ - -mfloat-abi=hard \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/am62x/ti-arm-clang/$(PROFILE)/m4f/drivers/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am64x.a53.gcc-aarch64.freertos b/source/drivers/makefile.am64x.a53.gcc-aarch64.freertos new file mode 100644 index 00000000000..e96f5ffb2f3 --- /dev/null +++ b/source/drivers/makefile.am64x.a53.gcc-aarch64.freertos @@ -0,0 +1,248 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +DEVICE_TYPE?=GP +LIBNAME:=drivers.am64x.a53.gcc-aarch64.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_udma.c \ + csl_bcdma.c \ + csl_intaggr.c \ + csl_lcdma_ringacc.c \ + csl_pktdma.c \ + csl_sec_proxy.c \ + elm_v0.c \ + ecap.c \ + epwm.c \ + eqep.c \ + gpio.c \ + gpmc_v0.c \ + gpmc_priv_v0.c \ + gpmc_nandlike_v0.c \ + gpmc_norlike_v0.c \ + gpmc_dma.c \ + gpmc_dma_udma.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + mcan.c \ + mcspi_v0.c \ + mcspi_dma_soc.c \ + mcspi_dma_udma.c \ + mcspi_v0_lld.c \ + ospi_v0.c \ + ospi_nor_flash.c \ + ospi_phy_dqs.c \ + mmcsd_v0.c \ + mmcsd_v0_lld.c \ + mmcsd_parse.c \ + ospi_v0_lld.c \ + ospi_phy_dqs_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_udma_lld.c \ + pinmux.c \ + sciclient.c \ + sciclient_pm.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_procboot.c \ + sciclient_firewall.c \ + sciclient_irq_rm.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_boardcfg.c \ + sciclient_soc_priv.c \ + qos.c \ + soc.c \ + spinlock.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_udma.c \ + uart_dma_soc.c \ + udma.c \ + udma_ch.c \ + udma_event.c \ + udma_flow.c \ + udma_ring_common.c \ + udma_ring_lcdma.c \ + udma_rm.c \ + udma_rmcfg.c \ + udma_rmcfg_common.c \ + udma_soc.c \ + udma_utils.c \ + watchdog_rti.c \ + watchdog_soc.c \ + +FILES_PATH_common = \ + adc/v0 \ + ecap/v0 \ + epwm/v0 \ + eqep/v0 \ + elm/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + gpmc/v0/dma/udma \ + gpio/v0 \ + gtc/v0 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc \ + ipc_notify/v0/soc/am64x \ + ipc_rpmsg/ \ + mcan/v0 \ + mcan/v0/soc/am64x_am243x \ + mcan/v0/dma/udma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc/am64x_am243x \ + mcspi/v0/lld/dma/udma \ + mcspi/v0/lld/dma/dummy \ + mmcsd/v0 \ + mmcsd/v0/lld \ + mmcsd/v0/lld/internal \ + ospi \ + ospi/v0 \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + qos \ + qos/v0 \ + pinmux/am64x_am243x \ + sciclient \ + sciclient/soc/am64x_am243x \ + soc/am64x_am243x \ + spinlock/v0 \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + udma/v0 \ + uart/v0/lld/dma/soc/am64x_am243x \ + udma/hw_include \ + udma/soc \ + udma/soc/am64x_am243x \ + watchdog/v1 \ + watchdog/v1/soc/am64x_am243x \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ + +# Remove later with combined boot +ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) +DEFINES_common += -DBUILD_HS +endif + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -mstrict-align \ + -Wno-extra \ + -Wno-address-of-packed-member \ + -Wno-unused-variable \ + -Wno-unused-function \ + -Wno-maybe-uninitialized \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am64x.a53.gcc-aarch64.freertos-smp b/source/drivers/makefile.am64x.a53.gcc-aarch64.freertos-smp new file mode 100644 index 00000000000..aeadd37f265 --- /dev/null +++ b/source/drivers/makefile.am64x.a53.gcc-aarch64.freertos-smp @@ -0,0 +1,248 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +DEVICE_TYPE?=GP +LIBNAME:=drivers.am64x.a53.gcc-aarch64.freertos-smp.$(PROFILE).lib + +FILES_common := \ + adc.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_udma.c \ + csl_bcdma.c \ + csl_intaggr.c \ + csl_lcdma_ringacc.c \ + csl_pktdma.c \ + csl_sec_proxy.c \ + elm_v0.c \ + ecap.c \ + epwm.c \ + eqep.c \ + gpio.c \ + gpmc_v0.c \ + gpmc_priv_v0.c \ + gpmc_nandlike_v0.c \ + gpmc_norlike_v0.c \ + gpmc_dma.c \ + gpmc_dma_udma.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + mcan.c \ + mcspi_v0.c \ + mcspi_dma_soc.c \ + mcspi_dma_udma.c \ + mcspi_v0_lld.c \ + ospi_v0.c \ + ospi_nor_flash.c \ + ospi_phy_dqs.c \ + mmcsd_v0.c \ + mmcsd_v0_lld.c \ + mmcsd_parse.c \ + ospi_v0_lld.c \ + ospi_phy_dqs_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_udma_lld.c \ + pinmux.c \ + sciclient.c \ + sciclient_pm.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_procboot.c \ + sciclient_firewall.c \ + sciclient_irq_rm.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_boardcfg.c \ + sciclient_soc_priv.c \ + qos.c \ + soc.c \ + spinlock.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_udma.c \ + uart_dma_soc.c \ + udma.c \ + udma_ch.c \ + udma_event.c \ + udma_flow.c \ + udma_ring_common.c \ + udma_ring_lcdma.c \ + udma_rm.c \ + udma_rmcfg.c \ + udma_rmcfg_common.c \ + udma_soc.c \ + udma_utils.c \ + watchdog_rti.c \ + watchdog_soc.c \ + +FILES_PATH_common = \ + adc/v0 \ + ecap/v0 \ + epwm/v0 \ + eqep/v0 \ + elm/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + gpmc/v0/dma/udma \ + gpio/v0 \ + gtc/v0 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc \ + ipc_notify/v0/soc/am64x \ + ipc_rpmsg/ \ + mcan/v0 \ + mcan/v0/soc/am64x_am243x \ + mcan/v0/dma/udma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc/am64x_am243x \ + mcspi/v0/lld/dma/udma \ + mcspi/v0/lld/dma/dummy \ + mmcsd/v0 \ + mmcsd/v0/lld \ + mmcsd/v0/lld/internal \ + ospi \ + ospi/v0 \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + qos \ + qos/v0 \ + pinmux/am64x_am243x \ + sciclient \ + sciclient/soc/am64x_am243x \ + soc/am64x_am243x \ + spinlock/v0 \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + udma/v0 \ + uart/v0/lld/dma/soc/am64x_am243x \ + udma/hw_include \ + udma/soc \ + udma/soc/am64x_am243x \ + watchdog/v1 \ + watchdog/v1/soc/am64x_am243x \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel-smp/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable_smp/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53-smp \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS_SMP \ + +# Remove later with combined boot +ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) +DEFINES_common += -DBUILD_HS +endif + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -mstrict-align \ + -Wno-extra \ + -Wno-address-of-packed-member \ + -Wno-unused-variable \ + -Wno-unused-function \ + -Wno-maybe-uninitialized \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am64x.a53.gcc-aarch64 b/source/drivers/makefile.am64x.a53.gcc-aarch64.nortos similarity index 98% rename from source/drivers/makefile.am64x.a53.gcc-aarch64 rename to source/drivers/makefile.am64x.a53.gcc-aarch64.nortos index 46b4384db2c..d5530cb99d4 100644 --- a/source/drivers/makefile.am64x.a53.gcc-aarch64 +++ b/source/drivers/makefile.am64x.a53.gcc-aarch64.nortos @@ -11,7 +11,7 @@ PROFILE?=release ConfigName:=$(PROFILE) DEVICE_TYPE?=GP -LIBNAME:=drivers.am64x.a53.gcc-aarch64.$(PROFILE).lib +LIBNAME:=drivers.am64x.a53.gcc-aarch64.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -150,6 +150,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_NORTOS \ # Remove later with combined boot ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) diff --git a/source/drivers/makefile.am64x.m4f.ti-arm-clang.freertos b/source/drivers/makefile.am64x.m4f.ti-arm-clang.freertos new file mode 100644 index 00000000000..ab1b3a1cc44 --- /dev/null +++ b/source/drivers/makefile.am64x.m4f.ti-arm-clang.freertos @@ -0,0 +1,258 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +DEVICE_TYPE?=GP +LIBNAME:=drivers.am64x.m4f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_udma.c \ + crc.c \ + csl_bcdma.c \ + csl_emif.c \ + csl_intaggr.c \ + csl_lcdma_ringacc.c \ + csl_pktdma.c \ + csl_ringacc.c \ + csl_sec_proxy.c \ + ecap.c \ + epwm.c \ + eqep.c \ + fsi_rx.c \ + fsi_tx.c \ + gpio.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + mcan.c \ + mcspi_v0.c \ + mcspi_v0_lld.c \ + mcspi_dma_dummy.c \ + ospi_v0.c \ + ospi_v0_lld.c \ + pinmux.c \ + spinlock.c \ + sciclient.c \ + sciclient_pm.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_procboot.c \ + sciclient_firewall.c \ + sciclient_irq_rm.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_boardcfg.c \ + sciclient_soc_priv.c \ + soc.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_dummy.c \ + +FILES_PATH_common = \ + adc/v0 \ + bootloader \ + bootloader/soc/am64x_am243x \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + crc/v0 \ + ddr/v0 \ + ddr/v0/cdn_drv/ \ + ddr/v0/cdn_drv/priv \ + ddr/v0/cdn_drv/include \ + ddr/v0/cdn_drv/include/16bit \ + ddr/v0/cdn_drv/include/32bit \ + ddr/v0/cdn_drv/include/common \ + ddr/v0/cdn_drv/src \ + ddr/v0/soc/am64x_am243x \ + epwm/v0 \ + ecap/v0 \ + eqep/v0 \ + esm/v1 \ + elm/v0 \ + firewall/v0 \ + fsi/v0 \ + gpio/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + gpmc/v0/dma/udma \ + gtc/v0 \ + hw_include/ringacc/V0/priv \ + hw_include/serdes_cd/V1 \ + hw_include/serdes_cd/V1/V1_1 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc \ + ipc_notify/v0/soc/am64x \ + ipc_rpmsg/ \ + mcan/v0 \ + mcan/v0/soc/am64x_am243x \ + mcan/v0/dma/udma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc/am64x_am243x \ + mcspi/v0/lld/dma/udma \ + mcspi/v0/lld/dma/dummy \ + mdio/v0 \ + mmcsd \ + mmcsd/v0 \ + mmcsd/v0/lld \ + mmcsd/v0/lld/internal \ + ospi \ + ospi/v0 \ + ospi/v0/lld/dma/soc/am64x_am243x \ + ospi/v0/soc/am64x_am243x \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + qos \ + qos/v0 \ + pcie \ + pcie/v0 \ + pcie/v0/soc/am64x_am243x \ + pinmux/am64x_am243x \ + pruicss/g_v0 \ + pruicss/soc/am64x_am243x \ + sciclient \ + sciclient/soc/am64x_am243x \ + soc/am64x_am243x \ + spinlock/v0 \ + timer_mgr/v0/priv \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + uart/v0/lld/dma/dummy \ + uart/v0/lld/dma/soc/am64x_am243x \ + udma/v0 \ + udma/hw_include \ + udma/soc \ + udma/soc/am64x_am243x \ + watchdog/v1 \ + watchdog/v1/soc/am64x_am243x \ + gp_timer/v0 \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CM4F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/m4f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +# Remove later with combined boot +ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) +DEFINES_common += -DBUILD_HS +endif + +CFLAGS_common := \ + -mcpu=cortex-m4 \ + -mfloat-abi=hard \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/m4f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am64x.m4f.ti-arm-clang b/source/drivers/makefile.am64x.m4f.ti-arm-clang.nortos similarity index 98% rename from source/drivers/makefile.am64x.m4f.ti-arm-clang rename to source/drivers/makefile.am64x.m4f.ti-arm-clang.nortos index 0cef136ace6..5bb67b3c0cf 100644 --- a/source/drivers/makefile.am64x.m4f.ti-arm-clang +++ b/source/drivers/makefile.am64x.m4f.ti-arm-clang.nortos @@ -11,7 +11,7 @@ PROFILE?=release ConfigName:=$(PROFILE) DEVICE_TYPE?=GP -LIBNAME:=drivers.am64x.m4f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am64x.m4f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -156,6 +156,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ # Remove later with combined boot ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) diff --git a/source/drivers/makefile.am64x.r5f.gcc-armv7.freertos b/source/drivers/makefile.am64x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..70cb5bb43d3 --- /dev/null +++ b/source/drivers/makefile.am64x.r5f.gcc-armv7.freertos @@ -0,0 +1,331 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +DEVICE_TYPE?=GP +LIBNAME:=drivers.am64x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + bootloader.c \ + bootloader_buf_io.c \ + bootloader_flash.c \ + bootloader_mem.c \ + bootloader_mmcsd_raw.c \ + bootloader_soc.c \ + bootloader_xmodem.c \ + bootloader_uniflash_common.c \ + bootloader_uniflash.c \ + bootloader_uniflash_rprc.c \ + bootloader_uniflash_mcelf.c \ + bootloader_profile.c \ + xmodem.c \ + crc16.c \ + crc.c \ + csl_bcdma.c \ + csl_emif.c \ + csl_intaggr.c \ + csl_lcdma_ringacc.c \ + csl_pktdma.c \ + csl_ringacc.c \ + csl_sec_proxy.c \ + csl_serdes3.c \ + csl_serdes3_pcie.c \ + csl_wiz16m_ct2_refclk100MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk19p2MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk20MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk24MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk25MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk26MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk27MHz_32b_PCIe.c \ + ecap.c \ + epwm.c \ + eqep.c \ + esm_v1.c \ + elm_v0.c \ + firewall.c \ + fsi_rx.c \ + fsi_tx.c \ + gpio.c \ + gpmc_v0.c \ + gpmc_priv_v0.c \ + gpmc_nandlike_v0.c \ + gpmc_norlike_v0.c \ + gpmc_dma.c \ + gpmc_dma_udma.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + lpddr4_16bit_ctl_regs_rw_masks.c \ + lpddr4_obj_if.c \ + lpddr4.c \ + lpddr4_16bit.c \ + ddr.c \ + ddr_soc.c \ + mcan.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_udma.c \ + mcspi_v0.c \ + mcspi_dma_soc.c \ + mcspi_dma_udma.c \ + mcspi_v0_lld.c \ + mdio_v0.c \ + mmcsd_v0.c \ + mmcsd_v0_lld.c \ + mmcsd_parse.c \ + ospi_v0.c \ + ospi_nor_flash.c \ + ospi_phy_dqs.c \ + ospi_v0_lld.c \ + ospi_phy_dqs_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_udma_lld.c \ + pcie.c \ + pcie_v0.c \ + pcie_serdes.c \ + pcie_soc.c \ + pinmux.c \ + pmu.c \ + pruicss_g_v0.c \ + pruicss_g_v0_cfg.c \ + sciclient.c \ + sciclient_pm.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_procboot.c \ + sciclient_firewall.c \ + sciclient_irq_rm.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_boardcfg.c \ + sciclient_soc_priv.c \ + qos.c \ + soc.c \ + spinlock.c \ + csl_timer_mgr.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_udma.c \ + uart_dma_soc.c \ + udma.c \ + udma_ch.c \ + udma_event.c \ + udma_flow.c \ + udma_ring_common.c \ + udma_ring_lcdma.c \ + udma_rm.c \ + udma_rmcfg.c \ + udma_rmcfg_common.c \ + udma_soc.c \ + udma_utils.c \ + watchdog_rti.c \ + watchdog_soc.c \ + gp_timer.c \ + +ASMFILES_common := \ + csl_arm_r5_pmu.S \ + +FILES_PATH_common = \ + adc/v0 \ + bootloader \ + bootloader/soc/am64x_am243x \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + crc/v0 \ + ddr/v0 \ + ddr/v0/cdn_drv/ \ + ddr/v0/cdn_drv/priv \ + ddr/v0/cdn_drv/include \ + ddr/v0/cdn_drv/include/16bit \ + ddr/v0/cdn_drv/include/32bit \ + ddr/v0/cdn_drv/include/common \ + ddr/v0/cdn_drv/src \ + ddr/v0/soc/am64x_am243x \ + epwm/v0 \ + ecap/v0 \ + eqep/v0 \ + esm/v1 \ + elm/v0 \ + firewall/v0 \ + fsi/v0 \ + gpio/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + gpmc/v0/dma/udma \ + gtc/v0 \ + hw_include/ringacc/V0/priv \ + hw_include/serdes_cd/V1 \ + hw_include/serdes_cd/V1/V1_1 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc \ + ipc_notify/v0/soc/am64x \ + ipc_rpmsg/ \ + mcan/v0 \ + mcan/v0/soc/am64x_am243x \ + mcan/v0/dma/udma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc/am64x_am243x \ + mcspi/v0/lld/dma/udma \ + mcspi/v0/lld/dma/dummy \ + mdio/v0 \ + mmcsd \ + mmcsd/v0 \ + mmcsd/v0/lld \ + mmcsd/v0/lld/internal \ + ospi \ + ospi/v0 \ + ospi/v0/lld/dma/soc/am64x_am243x \ + ospi/v0/soc/am64x_am243x \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + qos \ + qos/v0 \ + pcie \ + pcie/v0 \ + pcie/v0/soc/am64x_am243x \ + pinmux/am64x_am243x \ + pruicss/g_v0 \ + pruicss/soc/am64x_am243x \ + sciclient \ + sciclient/soc/am64x_am243x \ + soc/am64x_am243x \ + spinlock/v0 \ + timer_mgr/v0/priv \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + uart/v0/lld/dma/dummy \ + uart/v0/lld/dma/soc/am64x_am243x \ + udma/v0 \ + udma/hw_include \ + udma/soc \ + udma/soc/am64x_am243x \ + watchdog/v1 \ + watchdog/v1/soc/am64x_am243x \ + gp_timer/v0 \ + pmu \ + pmu/r5f \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +# Remove later with combined boot +ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) +DEFINES_common += -DBUILD_HS +endif + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-armv7/$(PROFILE)/r5f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am64x.r5f.gcc-armv7 b/source/drivers/makefile.am64x.r5f.gcc-armv7.nortos similarity index 98% rename from source/drivers/makefile.am64x.r5f.gcc-armv7 rename to source/drivers/makefile.am64x.r5f.gcc-armv7.nortos index b8a2526ccb8..2526f7fe13a 100644 --- a/source/drivers/makefile.am64x.r5f.gcc-armv7 +++ b/source/drivers/makefile.am64x.r5f.gcc-armv7.nortos @@ -11,7 +11,7 @@ PROFILE?=release ConfigName:=$(PROFILE) DEVICE_TYPE?=GP -LIBNAME:=drivers.am64x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=drivers.am64x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -234,6 +234,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ # Remove later with combined boot ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) diff --git a/source/drivers/makefile.am64x.r5f.ti-arm-clang.freertos b/source/drivers/makefile.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..894a33cd49f --- /dev/null +++ b/source/drivers/makefile.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,337 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +DEVICE_TYPE?=GP +LIBNAME:=drivers.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + adc.c \ + bootloader.c \ + bootloader_buf_io.c \ + bootloader_flash.c \ + bootloader_mem.c \ + bootloader_mmcsd_raw.c \ + bootloader_soc.c \ + bootloader_xmodem.c \ + bootloader_uniflash_common.c \ + bootloader_uniflash.c \ + bootloader_uniflash_rprc.c \ + bootloader_uniflash_mcelf.c \ + bootloader_profile.c \ + xmodem.c \ + crc16.c \ + crc.c \ + csl_bcdma.c \ + csl_emif.c \ + csl_intaggr.c \ + csl_lcdma_ringacc.c \ + csl_pktdma.c \ + csl_ringacc.c \ + csl_sec_proxy.c \ + csl_serdes3.c \ + csl_serdes3_pcie.c \ + csl_wiz16m_ct2_refclk100MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk19p2MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk20MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk24MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk25MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk26MHz_32b_PCIe.c \ + csl_wiz16m_ct2_refclk27MHz_32b_PCIe.c \ + ecap.c \ + epwm.c \ + eqep.c \ + esm_v1.c \ + elm_v0.c \ + firewall.c \ + fsi_rx.c \ + fsi_tx.c \ + gpio.c \ + gpmc_v0.c \ + gpmc_priv_v0.c \ + gpmc_nandlike_v0.c \ + gpmc_norlike_v0.c \ + gpmc_dma.c \ + gpmc_dma_udma.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + lpddr4_16bit_ctl_regs_rw_masks.c \ + lpddr4_obj_if.c \ + lpddr4.c \ + lpddr4_16bit.c \ + ddr.c \ + ddr_soc.c \ + mcan.c \ + canfd.c \ + canfd_soc.c \ + canfd_dma_udma.c \ + mcspi_v0.c \ + mcspi_dma_soc.c \ + mcspi_dma_udma.c \ + mcspi_v0_lld.c \ + mdio_v0.c \ + mmcsd_v0.c \ + mmcsd_v0_lld.c \ + mmcsd_parse.c \ + ospi_v0.c \ + ospi_nor_flash.c \ + ospi_phy_dqs.c \ + ospi_v0_lld.c \ + ospi_phy_dqs_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_udma_lld.c \ + pcie.c \ + pcie_v0.c \ + pcie_serdes.c \ + pcie_soc.c \ + pinmux.c \ + pmu.c \ + pruicss_g_v0.c \ + pruicss_g_v0_cfg.c \ + sciclient.c \ + sciclient_pm.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_procboot.c \ + sciclient_firewall.c \ + sciclient_irq_rm.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_boardcfg.c \ + sciclient_soc_priv.c \ + qos.c \ + soc.c \ + spinlock.c \ + csl_timer_mgr.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_udma.c \ + uart_dma_soc.c \ + udma.c \ + udma_ch.c \ + udma_event.c \ + udma_flow.c \ + udma_ring_common.c \ + udma_ring_lcdma.c \ + udma_rm.c \ + udma_rmcfg.c \ + udma_rmcfg_common.c \ + udma_soc.c \ + udma_utils.c \ + watchdog_rti.c \ + watchdog_soc.c \ + gp_timer.c \ + +ASMFILES_common := \ + csl_arm_r5_pmu.S \ + +FILES_PATH_common = \ + adc/v0 \ + bootloader \ + bootloader/soc/am64x_am243x \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + crc/v0 \ + ddr/v0 \ + ddr/v0/cdn_drv/ \ + ddr/v0/cdn_drv/priv \ + ddr/v0/cdn_drv/include \ + ddr/v0/cdn_drv/include/16bit \ + ddr/v0/cdn_drv/include/32bit \ + ddr/v0/cdn_drv/include/common \ + ddr/v0/cdn_drv/src \ + ddr/v0/soc/am64x_am243x \ + epwm/v0 \ + ecap/v0 \ + eqep/v0 \ + esm/v1 \ + elm/v0 \ + firewall/v0 \ + fsi/v0 \ + gpio/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ + gpmc/v0/dma/udma \ + gtc/v0 \ + hw_include/ringacc/V0/priv \ + hw_include/serdes_cd/V1 \ + hw_include/serdes_cd/V1/V1_1 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc \ + ipc_notify/v0/soc/am64x \ + ipc_rpmsg/ \ + mcan/v0 \ + mcan/v0/soc/am64x_am243x \ + mcan/v0/dma/udma \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc/am64x_am243x \ + mcspi/v0/lld/dma/udma \ + mcspi/v0/lld/dma/dummy \ + mdio/v0 \ + mmcsd \ + mmcsd/v0 \ + mmcsd/v0/lld \ + mmcsd/v0/lld/internal \ + ospi \ + ospi/v0 \ + ospi/v0/lld/dma/soc/am64x_am243x \ + ospi/v0/soc/am64x_am243x \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + qos \ + qos/v0 \ + pcie \ + pcie/v0 \ + pcie/v0/soc/am64x_am243x \ + pinmux/am64x_am243x \ + pruicss/g_v0 \ + pruicss/soc/am64x_am243x \ + sciclient \ + sciclient/soc/am64x_am243x \ + soc/am64x_am243x \ + spinlock/v0 \ + timer_mgr/v0/priv \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + uart/v0/lld/dma/dummy \ + uart/v0/lld/dma/soc/am64x_am243x \ + udma/v0 \ + udma/hw_include \ + udma/soc \ + udma/soc/am64x_am243x \ + watchdog/v1 \ + watchdog/v1/soc/am64x_am243x \ + gp_timer/v0 \ + pmu \ + pmu/r5f \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/security \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +# Remove later with combined boot +ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) +DEFINES_common += -DBUILD_HS +endif + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am64x.r5f.ti-arm-clang b/source/drivers/makefile.am64x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/drivers/makefile.am64x.r5f.ti-arm-clang rename to source/drivers/makefile.am64x.r5f.ti-arm-clang.nortos index 0f987808a48..27386819bf0 100644 --- a/source/drivers/makefile.am64x.r5f.ti-arm-clang +++ b/source/drivers/makefile.am64x.r5f.ti-arm-clang.nortos @@ -11,7 +11,7 @@ PROFILE?=release ConfigName:=$(PROFILE) DEVICE_TYPE?=GP -LIBNAME:=drivers.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ adc.c \ @@ -234,6 +234,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ # Remove later with combined boot ifeq ($(DEVICE_TYPE),$(filter $(DEVICE_TYPE), HS)) diff --git a/source/drivers/makefile.am65x.r5f.ti-arm-clang.freertos b/source/drivers/makefile.am65x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..73ef235fa99 --- /dev/null +++ b/source/drivers/makefile.am65x.r5f.ti-arm-clang.freertos @@ -0,0 +1,245 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=drivers.am65x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + bootloader.c \ + bootloader_buf_io.c \ + bootloader_flash.c \ + bootloader_mem.c \ + bootloader_profile.c \ + bootloader_soc.c \ + bootloader_uniflash.c \ + bootloader_uniflash_common.c \ + bootloader_uniflash_mcelf.c \ + bootloader_uniflash_rprc.c \ + bootloader_xmodem.c \ + crc16.c \ + csl_intaggr.c \ + csl_proxy.c \ + csl_ringacc.c \ + csl_serdes3_pcie.c \ + csl_wiz8m_sb_refclk100p0MHz_32b_8Gbps_PCIE_1l1c.c \ + csl_serdes3.c \ + csl_sec_proxy.c \ + csl_udmap.c \ + ddr.c \ + gpio.c \ + gtc.c \ + i2c_v0.c \ + i2c_v0_lld.c \ + ipc_notify_soc.c \ + ipc_notify_v0.c \ + ipc_notify_v0_cfg.c \ + ipc_rpmsg.c \ + ipc_rpmsg_vring.c \ + mcspi_dma_soc.c \ + mcspi_dma_udma.c \ + mcspi_v0.c \ + mcspi_v0_lld.c \ + mmcsd_priv.c \ + mmcsd_v2.c \ + ospi_v0.c \ + ospi_nor_flash.c \ + ospi_phy.c \ + ospi_v0_lld.c \ + ospi_phy_dqs_lld.c \ + ospi_nor_flash_lld.c \ + ospi_lld_dma.c \ + ospi_udma_lld.c \ + pinmux.c \ + pcie.c \ + pcie_v1.c \ + pcie_serdes.c \ + pcie_soc.c \ + sciclient.c \ + sciclient_boardcfg.c \ + sciclient_firewall.c \ + sciclient_fmwSecureProxyMap.c \ + sciclient_irq_rm.c \ + sciclient_pm.c \ + sciclient_procboot.c \ + sciclient_rm.c \ + sciclient_rm_irq.c \ + sciclient_soc_priv.c \ + soc.c \ + uart_v0.c \ + uart_v0_lld.c \ + uart_dma_udma.c \ + uart_dma_soc.c \ + udma.c \ + udma_ch.c \ + udma_event.c \ + udma_flow.c \ + udma_ring_common.c \ + udma_ring_normal.c \ + udma_rm.c \ + udma_rmcfg.c \ + udma_rmcfg_common.c \ + udma_soc.c \ + udma_utils.c \ + xmodem.c \ + +ASMFILES_common := \ + +FILES_PATH_common = \ + bootloader \ + bootloader/bootloader_uniflash \ + bootloader/bootloader_uniflash/bootloader_uniflash_rprc \ + bootloader/bootloader_uniflash/bootloader_uniflash_mcelf \ + bootloader/soc/am65x \ + ddr/v1 \ + gpio/v0 \ + gtc/v0 \ + hw_include/ringacc/V0/priv \ + hw_include/serdes_sb/V1 \ + i2c/v0 \ + i2c/v0/lld \ + ipc_notify/v0 \ + ipc_notify/v0/soc/ \ + ipc_notify/v0/soc/am65x \ + ipc_rpmsg/ \ + mcspi/v0 \ + mcspi/v0/lld \ + mcspi/v0/lld/dma \ + mcspi/v0/lld/dma/soc \ + mcspi/v0/lld/dma/soc/am65x \ + mcspi/v0/lld/dma/udma \ + mmcsd \ + mmcsd/v2 \ + ospi \ + ospi/v0 \ + ospi/v0/lld/dma/soc/am65x \ + ospi/v0/soc/am65x \ + ospi/v0/lld \ + ospi/v0/lld/dma \ + ospi/v0/lld/dma/udma \ + pcie \ + pcie/v1 \ + pcie/v1/soc/am65x \ + pinmux/am65x \ + sciclient \ + sciclient/soc/am65x \ + soc/am65x \ + uart/v0 \ + uart/v0/lld \ + uart/v0/lld/dma \ + uart/v0/lld/dma/udma \ + uart/v0/lld/dma/soc/am65x \ + udma/v1 \ + udma/hw_include \ + udma/soc \ + udma/soc/am65x \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am65x/r5f \ + +DEFINES_common := \ + -DSOC_AM65X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am65x/ti-arm-clang/$(PROFILE)/r5f/drivers/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/drivers/makefile.am65x.r5f.ti-arm-clang b/source/drivers/makefile.am65x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/drivers/makefile.am65x.r5f.ti-arm-clang rename to source/drivers/makefile.am65x.r5f.ti-arm-clang.nortos index 04fce05512e..03aaa8de9a7 100644 --- a/source/drivers/makefile.am65x.r5f.ti-arm-clang +++ b/source/drivers/makefile.am65x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=drivers.am65x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=drivers.am65x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ bootloader.c \ @@ -147,6 +147,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -212,7 +213,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7.freertos b/source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..09573043199 --- /dev/null +++ b/source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,134 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7 b/source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7.nortos similarity index 97% rename from source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7 rename to source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7.nortos index b1cd0ee95bb..9a64b5c5266 100644 --- a/source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7 +++ b/source/fs/freertos_fat/makefile.am243x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=freertos_fat.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=freertos_fat.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ ff_crc.c \ @@ -42,6 +42,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang.freertos b/source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..37a357476dd --- /dev/null +++ b/source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,143 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang b/source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang rename to source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang.nortos index e73bfbe8d94..76ec0403d53 100644 --- a/source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang +++ b/source/fs/freertos_fat/makefile.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=freertos_fat.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=freertos_fat.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ff_crc.c \ @@ -42,6 +42,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang.freertos b/source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..08206b4715a --- /dev/null +++ b/source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,143 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang b/source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang rename to source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang.nortos index b1a7768f8a8..7b173edb5af 100644 --- a/source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang +++ b/source/fs/freertos_fat/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=freertos_fat.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=freertos_fat.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ff_crc.c \ @@ -42,6 +42,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang.freertos b/source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..88a53626bc1 --- /dev/null +++ b/source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,143 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang b/source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang rename to source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang.nortos index ab8bb25b68f..55b081846fd 100644 --- a/source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang +++ b/source/fs/freertos_fat/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=freertos_fat.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=freertos_fat.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ff_crc.c \ @@ -42,6 +42,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang.freertos b/source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..bab8f48d4d5 --- /dev/null +++ b/source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,143 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang b/source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang rename to source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang.nortos index d914f408266..952fe47072d 100644 --- a/source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang +++ b/source/fs/freertos_fat/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=freertos_fat.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=freertos_fat.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ff_crc.c \ @@ -42,6 +42,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.freertos b/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.freertos new file mode 100644 index 00000000000..eb4613cc1d9 --- /dev/null +++ b/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.freertos @@ -0,0 +1,133 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am64x.a53.gcc-aarch64.freertos.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + -Wno-stringop-truncation \ + -Wno-overflow \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.freertos-smp b/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.freertos-smp new file mode 100644 index 00000000000..f1f5d1355cb --- /dev/null +++ b/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.freertos-smp @@ -0,0 +1,133 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am64x.a53.gcc-aarch64.freertos-smp.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel-smp/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable_smp/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53-smp \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + -Wno-stringop-truncation \ + -Wno-overflow \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64 b/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.nortos similarity index 97% rename from source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64 rename to source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.nortos index eefc9e606b3..3fd9f9cdf60 100644 --- a/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64 +++ b/source/fs/freertos_fat/makefile.am64x.a53.gcc-aarch64.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=freertos_fat.am64x.a53.gcc-aarch64.$(PROFILE).lib +LIBNAME:=freertos_fat.am64x.a53.gcc-aarch64.nortos.$(PROFILE).lib FILES_common := \ ff_crc.c \ @@ -41,6 +41,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ diff --git a/source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang.freertos b/source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..b1c26cf48f3 --- /dev/null +++ b/source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,143 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang b/source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang rename to source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang.nortos index db4e61c13a1..7123b1253e0 100644 --- a/source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang +++ b/source/fs/freertos_fat/makefile.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=freertos_fat.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=freertos_fat.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ff_crc.c \ @@ -42,6 +42,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang.freertos b/source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..7fc0ddcca42 --- /dev/null +++ b/source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang.freertos @@ -0,0 +1,143 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=freertos_fat.am65x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ff_crc.c \ + ff_dir.c \ + ff_error.c \ + ff_fat.c \ + ff_file.c \ + ff_ioman.c \ + ff_memory.c \ + ff_stdio.c \ + ff_string.c \ + ff_sys.c \ + ff_format.c \ + ff_mmcsd.c \ + portable.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + ${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/FreeRTOS-FAT/include \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ + -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am65x/r5f \ + +DEFINES_common := \ + -DSOC_AM65X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am65x/ti-arm-clang/$(PROFILE)/r5f/freertos_fat/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang b/source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang.nortos similarity index 95% rename from source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang rename to source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang.nortos index d1d6224943e..404c8dc088c 100644 --- a/source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang +++ b/source/fs/freertos_fat/makefile.am65x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=freertos_fat.am65x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=freertos_fat.am65x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ff_crc.c \ @@ -42,6 +42,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/source/fs/littlefs/makefile.am243x.r5f.gcc-armv7.freertos b/source/fs/littlefs/makefile.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..81116a617d8 --- /dev/null +++ b/source/fs/littlefs/makefile.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,125 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=littlefs.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + lfs.c \ + lfs_util.c \ + lfs_flash.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -O2 \ + -DLFS_NO_DEBUG \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/littlefs/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/littlefs/makefile.am243x.r5f.gcc-armv7 b/source/fs/littlefs/makefile.am243x.r5f.gcc-armv7.nortos similarity index 97% rename from source/fs/littlefs/makefile.am243x.r5f.gcc-armv7 rename to source/fs/littlefs/makefile.am243x.r5f.gcc-armv7.nortos index 13af2b685a2..593a89567a2 100644 --- a/source/fs/littlefs/makefile.am243x.r5f.gcc-armv7 +++ b/source/fs/littlefs/makefile.am243x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=littlefs.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=littlefs.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ lfs.c \ @@ -29,6 +29,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang.freertos b/source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..87f16720d22 --- /dev/null +++ b/source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,131 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=littlefs.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + lfs.c \ + lfs_util.c \ + lfs_flash.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -DLFS_NO_DEBUG \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/littlefs/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang b/source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang rename to source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang.nortos index a641d3c3eaa..47429d3f9b1 100644 --- a/source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang +++ b/source/fs/littlefs/makefile.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=littlefs.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=littlefs.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ lfs.c \ @@ -29,6 +29,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang.freertos b/source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..4b6b28ad1e9 --- /dev/null +++ b/source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,131 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=littlefs.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + lfs.c \ + lfs_util.c \ + lfs_flash.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -DLFS_NO_DEBUG \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/littlefs/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang b/source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang rename to source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang.nortos index 4fc2f020b9a..d37111421b3 100644 --- a/source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang +++ b/source/fs/littlefs/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=littlefs.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=littlefs.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ lfs.c \ @@ -29,6 +29,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang.freertos b/source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..20a35c1a084 --- /dev/null +++ b/source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,131 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=littlefs.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + lfs.c \ + lfs_util.c \ + lfs_flash.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -DLFS_NO_DEBUG \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/littlefs/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang b/source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang rename to source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang.nortos index fb4422455b5..55b443314d1 100644 --- a/source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang +++ b/source/fs/littlefs/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=littlefs.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=littlefs.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ lfs.c \ @@ -29,6 +29,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang.freertos b/source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..90e3884aab7 --- /dev/null +++ b/source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,131 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=littlefs.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + lfs.c \ + lfs_util.c \ + lfs_flash.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -DLFS_NO_DEBUG \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/littlefs/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang b/source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang rename to source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang.nortos index 8fa35f863bb..657307291e0 100644 --- a/source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang +++ b/source/fs/littlefs/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=littlefs.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=littlefs.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ lfs.c \ @@ -29,6 +29,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang.freertos b/source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..223a8227080 --- /dev/null +++ b/source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang.freertos @@ -0,0 +1,131 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=littlefs.am273x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + lfs.c \ + lfs_util.c \ + lfs_flash.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ + +DEFINES_common := \ + -DSOC_AM273X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -DLFS_NO_DEBUG \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/r5f/littlefs/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang b/source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang rename to source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang.nortos index 4c6f08cf3e1..f94d083d324 100644 --- a/source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang +++ b/source/fs/littlefs/makefile.am273x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=littlefs.am273x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=littlefs.am273x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ lfs.c \ @@ -29,6 +29,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang.freertos b/source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..0d804c39a5c --- /dev/null +++ b/source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,131 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=littlefs.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + lfs.c \ + lfs_util.c \ + lfs_flash.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + ${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/LittleFS \ + -I${MCU_PLUS_SDK_PATH}/source/fs/littlefs/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-uninitialized \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -DLFS_NO_DEBUG \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/littlefs/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang b/source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang rename to source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang.nortos index 658ed762532..b9d4a7417ae 100644 --- a/source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang +++ b/source/fs/littlefs/makefile.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=littlefs.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=littlefs.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ lfs.c \ @@ -29,6 +29,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am243x.m4f.ti-arm-clang b/source/kernel/freertos/makefile.am243x.m4f.ti-arm-clang index 164f486f473..36c48b1ca4f 100644 --- a/source/kernel/freertos/makefile.am243x.m4f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am243x.m4f.ti-arm-clang @@ -85,6 +85,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/source/kernel/freertos/makefile.am243x.r5f.gcc-armv7 b/source/kernel/freertos/makefile.am243x.r5f.gcc-armv7 index 5494e916108..18276671582 100644 --- a/source/kernel/freertos/makefile.am243x.r5f.gcc-armv7 +++ b/source/kernel/freertos/makefile.am243x.r5f.gcc-armv7 @@ -97,6 +97,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am243x.r5f.ti-arm-clang b/source/kernel/freertos/makefile.am243x.r5f.ti-arm-clang index ce13cfeec6a..9206ca2c637 100644 --- a/source/kernel/freertos/makefile.am243x.r5f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am243x.r5f.ti-arm-clang @@ -97,6 +97,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am261x.r5f.ti-arm-clang b/source/kernel/freertos/makefile.am261x.r5f.ti-arm-clang index 8dbb6a050e0..0e1a5338835 100644 --- a/source/kernel/freertos/makefile.am261x.r5f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am261x.r5f.ti-arm-clang @@ -96,6 +96,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am263px.r5f-mpu.ti-arm-clang b/source/kernel/freertos/makefile.am263px.r5f-mpu.ti-arm-clang index 4dca2cfb9ff..3b00069881b 100644 --- a/source/kernel/freertos/makefile.am263px.r5f-mpu.ti-arm-clang +++ b/source/kernel/freertos/makefile.am263px.r5f-mpu.ti-arm-clang @@ -100,6 +100,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DMPU_FREERTOS \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am263px.r5f.ti-arm-clang b/source/kernel/freertos/makefile.am263px.r5f.ti-arm-clang index a09e4f33fe9..b8dd2540762 100644 --- a/source/kernel/freertos/makefile.am263px.r5f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am263px.r5f.ti-arm-clang @@ -95,6 +95,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am263x.r5f.ti-arm-clang b/source/kernel/freertos/makefile.am263x.r5f.ti-arm-clang index bee2b443f78..6dde62583d2 100644 --- a/source/kernel/freertos/makefile.am263x.r5f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am263x.r5f.ti-arm-clang @@ -96,6 +96,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am273x.c66.ti-c6000 b/source/kernel/freertos/makefile.am273x.c66.ti-c6000 index 437f36e105b..4c6d0516c4c 100644 --- a/source/kernel/freertos/makefile.am273x.c66.ti-c6000 +++ b/source/kernel/freertos/makefile.am273x.c66.ti-c6000 @@ -88,6 +88,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ diff --git a/source/kernel/freertos/makefile.am273x.r5f.ti-arm-clang b/source/kernel/freertos/makefile.am273x.r5f.ti-arm-clang index f54c60332cc..f7771eb6fda 100644 --- a/source/kernel/freertos/makefile.am273x.r5f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am273x.r5f.ti-arm-clang @@ -95,6 +95,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am62x.m4f.ti-arm-clang b/source/kernel/freertos/makefile.am62x.m4f.ti-arm-clang deleted file mode 100644 index e5f62f68e69..00000000000 --- a/source/kernel/freertos/makefile.am62x.m4f.ti-arm-clang +++ /dev/null @@ -1,175 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=freertos.am62x.m4f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - boot_armv7m.c \ - DebugP_shmLogWriter.c \ - DebugP_shmLogReader.c \ - DebugP_uartLogWriter.c \ - DebugP_uartScanf.c \ - DebugP_memTraceLogWriter.c \ - DebugP_log.c \ - TimerP.c \ - MpuP_armv7m.c \ - CacheP_null.c \ - HeapP_internal.c \ - printf.c \ - AddrTranslateP.c \ - CycleCounterP_m4.c \ - HwiP_armv7m.c \ - SysTickTimerP.c \ - QueueP_nortos.c \ - ClockP_freertos.c \ - ClockP_freertos_m4.c \ - SemaphoreP_freertos.c \ - HwiP_armv7m_handlers_freertos.c \ - HeapP_freertos.c \ - DebugP_freertos.c \ - DebugP_shmLogReader_freertos.c \ - TaskP_freertos.c \ - EventP_freertos.c \ - MailboxP_freertos.c \ - event_groups.c \ - tasks.c \ - timers.c \ - queue.c \ - list.c \ - heap_3.c \ - FreeRTOS_POSIX_clock.c \ - FreeRTOS_POSIX_mqueue.c \ - FreeRTOS_POSIX_pthread_barrier.c \ - FreeRTOS_POSIX_pthread_cond.c \ - FreeRTOS_POSIX_pthread_mutex.c \ - FreeRTOS_POSIX_pthread.c \ - FreeRTOS_POSIX_sched.c \ - FreeRTOS_POSIX_semaphore.c \ - FreeRTOS_POSIX_timer.c \ - FreeRTOS_POSIX_unistd.c \ - FreeRTOS_POSIX_utils.c \ - port.c \ - -FILES_PATH_common = \ - ../nortos/dpl/m4 \ - ../nortos/dpl/common \ - dpl/common \ - dpl/m4 \ - FreeRTOS-Kernel/ \ - FreeRTOS-Kernel/portable/MemMang \ - FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/source/ \ - portable/TI_ARM_CLANG/ARM_CM4F \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -IFreeRTOS-Kernel/include \ - -Iportable/TI_ARM_CLANG/ARM_CM4F \ - -Iconfig/am62x/m4f \ - -IFreeRTOS-POSIX/include \ - -IFreeRTOS-POSIX/include/private \ - -IFreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include \ - -IFreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include/portable \ - -DEFINES_common := \ - -DSOC_AM62X \ - -CFLAGS_common := \ - -mcpu=cortex-m4 \ - -mfloat-abi=hard \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/am62x/ti-arm-clang/$(PROFILE)/m4f/freertos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/kernel/freertos/makefile.am64x.a53-smp.gcc-aarch64 b/source/kernel/freertos/makefile.am64x.a53-smp.gcc-aarch64 index 8e5c463ba8c..462761c0a98 100644 --- a/source/kernel/freertos/makefile.am64x.a53-smp.gcc-aarch64 +++ b/source/kernel/freertos/makefile.am64x.a53-smp.gcc-aarch64 @@ -91,6 +91,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DSMP_FREERTOS \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ diff --git a/source/kernel/freertos/makefile.am64x.a53.gcc-aarch64 b/source/kernel/freertos/makefile.am64x.a53.gcc-aarch64 index 16504d0eb6f..88699fd4e3f 100644 --- a/source/kernel/freertos/makefile.am64x.a53.gcc-aarch64 +++ b/source/kernel/freertos/makefile.am64x.a53.gcc-aarch64 @@ -91,6 +91,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ diff --git a/source/kernel/freertos/makefile.am64x.m4f.ti-arm-clang b/source/kernel/freertos/makefile.am64x.m4f.ti-arm-clang index 4f07209b1a6..bb48ca67143 100644 --- a/source/kernel/freertos/makefile.am64x.m4f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am64x.m4f.ti-arm-clang @@ -82,6 +82,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/source/kernel/freertos/makefile.am64x.r5f.gcc-armv7 b/source/kernel/freertos/makefile.am64x.r5f.gcc-armv7 index 16f9bd10d61..fa6d8988d91 100644 --- a/source/kernel/freertos/makefile.am64x.r5f.gcc-armv7 +++ b/source/kernel/freertos/makefile.am64x.r5f.gcc-armv7 @@ -94,6 +94,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am64x.r5f.ti-arm-clang b/source/kernel/freertos/makefile.am64x.r5f.ti-arm-clang index 2c6057f791c..9b090447a90 100644 --- a/source/kernel/freertos/makefile.am64x.r5f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am64x.r5f.ti-arm-clang @@ -94,6 +94,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/kernel/freertos/makefile.am65x.r5f.ti-arm-clang b/source/kernel/freertos/makefile.am65x.r5f.ti-arm-clang index 572b8f53dbd..081efabc295 100644 --- a/source/kernel/freertos/makefile.am65x.r5f.ti-arm-clang +++ b/source/kernel/freertos/makefile.am65x.r5f.ti-arm-clang @@ -92,6 +92,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -158,7 +159,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/source/kernel/freertos/makefile.awr294x.c66.ti-c6000 b/source/kernel/freertos/makefile.awr294x.c66.ti-c6000 deleted file mode 100644 index fcec29af410..00000000000 --- a/source/kernel/freertos/makefile.awr294x.c66.ti-c6000 +++ /dev/null @@ -1,178 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_C6000_PATH) - -CC=$(CGT_TI_C6000_PATH)/bin/cl6x -AR=$(CGT_TI_C6000_PATH)/bin/ar6x - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=freertos.awr294x.c66.ti-c6000.$(PROFILE).lib - -FILES_common := \ - AddrTranslateP_null.c \ - CacheP_c66.c \ - CycleCounterP_c66.c \ - DebugP_shmLogWriter.c \ - DebugP_shmLogReader.c \ - DebugP_uartLogWriter.c \ - DebugP_uartScanf.c \ - DebugP_memTraceLogWriter.c \ - DebugP_log.c \ - HeapP_internal.c \ - HwiP_c66.c \ - printf.c \ - QueueP_nortos.c \ - TimerP_rti.c \ - ClockP_freertos.c \ - ClockP_freertos_c66.c \ - DebugP_freertos.c \ - DebugP_shmLogReader_freertos.c \ - HeapP_freertos.c \ - HwiP_c66_handlers_freertos.c \ - SemaphoreP_freertos.c \ - TaskP_freertos.c \ - EventP_freertos.c \ - MailboxP_freertos.c \ - event_groups.c \ - tasks.c \ - timers.c \ - queue.c \ - list.c \ - heap_3.c \ - FreeRTOS_POSIX_clock.c \ - FreeRTOS_POSIX_mqueue.c \ - FreeRTOS_POSIX_pthread_barrier.c \ - FreeRTOS_POSIX_pthread_cond.c \ - FreeRTOS_POSIX_pthread_mutex.c \ - FreeRTOS_POSIX_pthread.c \ - FreeRTOS_POSIX_sched.c \ - FreeRTOS_POSIX_semaphore.c \ - FreeRTOS_POSIX_timer.c \ - FreeRTOS_POSIX_unistd.c \ - FreeRTOS_POSIX_utils.c \ - port.c \ - port_hwi.c \ - -ASMFILES_common := \ - HwiP_c66_asm.S \ - port_hwi_disp_always.S \ - port_hwi_switch.S \ - port_hwi_vectors_freertos_asm.S \ - port_tasksupport.S \ - -FILES_PATH_common = \ - ../nortos/dpl/c66 \ - ../nortos/dpl/common \ - dpl/common \ - dpl/c66 \ - FreeRTOS-Kernel/ \ - FreeRTOS-Kernel/portable/MemMang \ - FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/source/ \ - portable/TI_CGT/DSP_C66 \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include \ - -I${MCU_PLUS_SDK_PATH}/source \ - -IFreeRTOS-Kernel/include \ - -Iportable/TI_CGT/DSP_C66 \ - -Iconfig/awr294x/c66 \ - -IFreeRTOS-POSIX/include \ - -IFreeRTOS-POSIX/include/private \ - -IFreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include \ - -IFreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include/portable \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -CFLAGS_common := \ - -mv6600 \ - --c99 \ - -q \ - -mo \ - -pden \ - --emit_warnings_as_errors \ - --mem_model:const=data \ - --mem_model:data=far_aggregates \ - --remove_hooks_when_inlining \ - -on2 \ - --disable_push_pop \ - --fp_mode=relaxed \ - --assume_control_regs_read \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - --program_level_compile \ - -o3 \ - -mf2 \ - -ARFLAGS_common := \ - rq \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-c6000/$(PROFILE)/c66/freertos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fc=$< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/kernel/freertos/makefile.awr294x.r5f.ti-arm-clang b/source/kernel/freertos/makefile.awr294x.r5f.ti-arm-clang deleted file mode 100644 index 4821fd5faf8..00000000000 --- a/source/kernel/freertos/makefile.awr294x.r5f.ti-arm-clang +++ /dev/null @@ -1,198 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=freertos.awr294x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - boot_armv7r.c \ - AddrTranslateP_null.c \ - DebugP_shmLogWriter.c \ - DebugP_shmLogReader.c \ - DebugP_uartLogWriter.c \ - DebugP_uartScanf.c \ - DebugP_memTraceLogWriter.c \ - DebugP_log.c \ - TimerP_rti.c \ - HwiP_armv7r_vim.c \ - MpuP_armv7r.c \ - CacheP_armv7r.c \ - CpuId_armv7r.c \ - HeapP_internal.c \ - printf.c \ - PmuP_armv7r.c \ - QueueP_nortos.c \ - ClockP_freertos.c \ - ClockP_freertos_r5.c \ - DebugP_freertos.c \ - DebugP_shmLogReader_freertos.c \ - HeapP_freertos.c \ - HwiP_armv7r_handlers_freertos.c \ - SemaphoreP_freertos.c \ - TaskP_freertos.c \ - EventP_freertos.c \ - MailboxP_freertos.c \ - event_groups.c \ - tasks.c \ - timers.c \ - queue.c \ - list.c \ - heap_3.c \ - FreeRTOS_POSIX_clock.c \ - FreeRTOS_POSIX_mqueue.c \ - FreeRTOS_POSIX_pthread_barrier.c \ - FreeRTOS_POSIX_pthread_cond.c \ - FreeRTOS_POSIX_pthread_mutex.c \ - FreeRTOS_POSIX_pthread.c \ - FreeRTOS_POSIX_sched.c \ - FreeRTOS_POSIX_semaphore.c \ - FreeRTOS_POSIX_timer.c \ - FreeRTOS_POSIX_unistd.c \ - FreeRTOS_POSIX_utils.c \ - port.c \ - -ASMFILES_common := \ - boot_armv7r_asm.S \ - HwiP_armv7r_asm.S \ - MpuP_armv7r_asm.S \ - CacheP_armv7r_asm.S \ - CpuId_armv7r_asm.S \ - PmuP_armv7r_asm.S \ - Mutex_armv7r_asm.S \ - HwiP_armv7r_vectors_freertos_asm.S \ - HwiP_armv7r_handlers_freertos_asm.S \ - portASM.S \ - -FILES_PATH_common = \ - ../nortos/dpl/r5 \ - ../nortos/dpl/common \ - dpl/common \ - dpl/r5 \ - FreeRTOS-Kernel/ \ - FreeRTOS-Kernel/portable/MemMang \ - FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/source/ \ - portable/TI_ARM_CLANG/ARM_CR5F \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -IFreeRTOS-Kernel/include \ - -Iportable/TI_ARM_CLANG/ARM_CR5F \ - -Iconfig/awr294x/r5f \ - -IFreeRTOS-POSIX/include \ - -IFreeRTOS-POSIX/include/private \ - -IFreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include \ - -IFreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include/portable \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -Wno-extra \ - -CFLAGS_release := \ - -Os \ - -Oz \ - -flto \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/freertos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/kernel/nortos/makefile.am243x.m4f.ti-arm-clang b/source/kernel/nortos/makefile.am243x.m4f.ti-arm-clang index aaf625ed78b..47c283f7734 100644 --- a/source/kernel/nortos/makefile.am243x.m4f.ti-arm-clang +++ b/source/kernel/nortos/makefile.am243x.m4f.ti-arm-clang @@ -49,6 +49,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/source/kernel/nortos/makefile.am273x.c66.ti-c6000 b/source/kernel/nortos/makefile.am273x.c66.ti-c6000 index 97422a119cf..72cb364374e 100644 --- a/source/kernel/nortos/makefile.am273x.c66.ti-c6000 +++ b/source/kernel/nortos/makefile.am273x.c66.ti-c6000 @@ -50,6 +50,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ diff --git a/source/kernel/nortos/makefile.am273x.dss_m4f.ti-arm-clang b/source/kernel/nortos/makefile.am273x.dss_m4f.ti-arm-clang index 5c7d71b2dfe..74d4ea1b52d 100644 --- a/source/kernel/nortos/makefile.am273x.dss_m4f.ti-arm-clang +++ b/source/kernel/nortos/makefile.am273x.dss_m4f.ti-arm-clang @@ -49,6 +49,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/source/kernel/nortos/makefile.am62x.m4f.ti-arm-clang b/source/kernel/nortos/makefile.am62x.m4f.ti-arm-clang deleted file mode 100644 index e86912c874e..00000000000 --- a/source/kernel/nortos/makefile.am62x.m4f.ti-arm-clang +++ /dev/null @@ -1,143 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=nortos.am62x.m4f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - boot_armv7m.c \ - CacheP_null.c \ - DebugP_shmLogWriter.c \ - DebugP_shmLogReader.c \ - DebugP_uartLogWriter.c \ - DebugP_uartScanf.c \ - DebugP_memTraceLogWriter.c \ - DebugP_log.c \ - DebugP_nortos.c \ - SemaphoreP_nortos.c \ - ClockP_nortos.c \ - ClockP_nortos_m4.c \ - HeapP_nortos.c \ - HeapP_internal.c \ - printf.c \ - HwiP_armv7m.c \ - HwiP_armv7m_handlers_nortos.c \ - SysTickTimerP.c \ - TimerP.c \ - TaskP_nortos.c \ - MpuP_armv7m.c \ - AddrTranslateP.c \ - CycleCounterP_m4.c \ - QueueP_nortos.c \ - -ASMFILES_common := \ - -FILES_PATH_common = \ - dpl/common \ - dpl/m4 \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -DEFINES_common := \ - -DSOC_AM62X \ - -CFLAGS_common := \ - -mcpu=cortex-m4 \ - -mfloat-abi=hard \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/am62x/ti-arm-clang/$(PROFILE)/m4f/nortos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/kernel/nortos/makefile.am64x.m4f.ti-arm-clang b/source/kernel/nortos/makefile.am64x.m4f.ti-arm-clang index b3c00dabd4b..d48459f2fd3 100644 --- a/source/kernel/nortos/makefile.am64x.m4f.ti-arm-clang +++ b/source/kernel/nortos/makefile.am64x.m4f.ti-arm-clang @@ -49,6 +49,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/source/kernel/nortos/makefile.am65x.r5f.ti-arm-clang b/source/kernel/nortos/makefile.am65x.r5f.ti-arm-clang index 3cdd97343f1..f9558acb0a3 100644 --- a/source/kernel/nortos/makefile.am65x.r5f.ti-arm-clang +++ b/source/kernel/nortos/makefile.am65x.r5f.ti-arm-clang @@ -126,7 +126,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/source/kernel/nortos/makefile.awr294x.c66.ti-c6000 b/source/kernel/nortos/makefile.awr294x.c66.ti-c6000 deleted file mode 100644 index de3b93adff3..00000000000 --- a/source/kernel/nortos/makefile.awr294x.c66.ti-c6000 +++ /dev/null @@ -1,141 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_C6000_PATH) - -CC=$(CGT_TI_C6000_PATH)/bin/cl6x -AR=$(CGT_TI_C6000_PATH)/bin/ar6x - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=nortos.awr294x.c66.ti-c6000.$(PROFILE).lib - -FILES_common := \ - AddrTranslateP_null.c \ - CacheP_c66.c \ - ClockP_nortos.c \ - ClockP_nortos_c66.c \ - CycleCounterP_c66.c \ - DebugP_log.c \ - DebugP_nortos.c \ - DebugP_shmLogWriter.c \ - DebugP_shmLogReader.c \ - DebugP_uartLogWriter.c \ - DebugP_uartScanf.c \ - DebugP_memTraceLogWriter.c \ - HeapP_internal.c \ - HeapP_nortos.c \ - HwiP_c66.c \ - HwiP_c66_handlers_nortos.c \ - printf.c \ - QueueP_nortos.c \ - SemaphoreP_nortos.c \ - TaskP_nortos.c \ - TimerP_rti_priv.c -TimerP_rti.c \ - -ASMFILES_common := \ - HwiP_c66_asm.S \ - HwiP_c66_vectors_nortos_asm.S \ - -FILES_PATH_common = \ - dpl/common \ - dpl/c66 \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include \ - -I${MCU_PLUS_SDK_PATH}/source \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -CFLAGS_common := \ - -mv6600 \ - --c99 \ - -q \ - -mo \ - -pden \ - --emit_warnings_as_errors \ - --mem_model:const=data \ - --mem_model:data=far_aggregates \ - --remove_hooks_when_inlining \ - -on2 \ - --disable_push_pop \ - --fp_mode=relaxed \ - --assume_control_regs_read \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - --program_level_compile \ - -o3 \ - -mf2 \ - -ARFLAGS_common := \ - rq \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-c6000/$(PROFILE)/c66/nortos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fc=$< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/kernel/nortos/makefile.awr294x.r5f.ti-arm-clang b/source/kernel/nortos/makefile.awr294x.r5f.ti-arm-clang deleted file mode 100644 index 1d72143396d..00000000000 --- a/source/kernel/nortos/makefile.awr294x.r5f.ti-arm-clang +++ /dev/null @@ -1,165 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=nortos.awr294x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - boot_armv7r.c \ - AddrTranslateP_null.c \ - CacheP_armv7r.c \ - ClockP_nortos.c \ - ClockP_nortos_r5.c \ - EventP_nortos.c \ - DebugP_log.c \ - DebugP_nortos.c \ - DebugP_shmLogWriter.c \ - DebugP_shmLogReader.c \ - DebugP_uartLogWriter.c \ - DebugP_uartScanf.c \ - DebugP_memTraceLogWriter.c \ - HeapP_internal.c \ - CpuId_armv7r.c \ - HeapP_nortos.c \ - HwiP_armv7r_vim.c \ - HwiP_armv7r_handlers_nortos.c \ - MpuP_armv7r.c \ - PmuP_armv7r.c \ - printf.c \ - QueueP_nortos.c \ - SemaphoreP_nortos.c \ - TaskP_nortos.c \ - TimerP_rti_priv.c -TimerP_rti.c \ - -ASMFILES_common := \ - boot_armv7r_asm.S \ - CacheP_armv7r_asm.S \ - HwiP_armv7r_asm.S \ - HwiP_armv7r_handlers_nortos_asm.S \ - HwiP_armv7r_vectors_nortos_asm.S \ - HwiP_armv7r_vectors_nortos_sbl_asm.S \ - MpuP_armv7r_asm.S \ - CpuId_armv7r_asm.S \ - PmuP_armv7r_asm.S \ - Mutex_armv7r_asm.S \ - -FILES_PATH_common = \ - dpl/r5 \ - dpl/common \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -DOS_NORTOS \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -Wno-extra \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/nortos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/kernel/safertos/makefile.awr294x.c66.ti-c6000 b/source/kernel/safertos/makefile.awr294x.c66.ti-c6000 deleted file mode 100644 index d2edb63f6d6..00000000000 --- a/source/kernel/safertos/makefile.awr294x.c66.ti-c6000 +++ /dev/null @@ -1,176 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_C6000_PATH) - -CC=$(CGT_TI_C6000_PATH)/bin/cl6x -AR=$(CGT_TI_C6000_PATH)/bin/ar6x - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=safertos.awr294x.c66.ti-c6000.$(PROFILE).lib - -FILES_common := \ - AddrTranslateP_null.c \ - CacheP_c66.c \ - CycleCounterP_c66.c \ - DebugP_shmLogWriter.c \ - DebugP_shmLogReader.c \ - DebugP_uartLogWriter.c \ - DebugP_uartScanf.c \ - DebugP_memTraceLogWriter.c \ - DebugP_log.c \ - HeapP_internal.c \ - HwiP_c66.c \ - printf.c \ - TimerP_rti.c \ - QueueP_nortos.c \ - ClockP_safertos.c \ - ClockP_safertos_c66.c \ - DebugP_safertos.c \ - DebugP_shmLogReader_safertos.c \ - HeapP_safertos.c \ - HwiP_c66_handlers_safertos.c \ - SemaphoreP_safertos.c \ - TaskP_safertos.c \ - EventP_safertos.c \ - list.c \ - eventgroups.c \ - task.c \ - queue.c \ - evtmplx.c \ - timers.c \ - semaphore.c \ - mutex.c \ - streambuffer.c \ - portable.c \ - apiSemaphoreWrapper.c \ - apiEvtMplxWrapper.c \ - apiTimersWrapper.c \ - apiMutexWrapper.c \ - apiStreamBufferWrapper.c \ - apiWrapper.c \ - apiEventGroupsWrapper.c \ - -ASMFILES_common := \ - HwiP_c66_safertos_asm.S \ - -ASMEXTNFILES_common := \ - portasm.asm \ - -FILES_PATH_common = \ - ../nortos/dpl/c66 \ - ../nortos/dpl/common \ - dpl/c66 \ - dpl/common \ - safeRTOS/kernel \ - safeRTOS/portable/201_C66x \ - safeRTOS/portable/201_C66x/005_TI_CGT \ - safeRTOS/api/PrivWrapperStd \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include \ - -I${MCU_PLUS_SDK_PATH}/source \ - -IsafeRTOS/api/201_C66x \ - -IsafeRTOS/api/PrivWrapperStd \ - -IsafeRTOS/portable/201_C66x \ - -IsafeRTOS/portable/201_C66x/005_TI_CGT \ - -IsafeRTOS/kernel/include_api \ - -IsafeRTOS/kernel/include_prv \ - -IsafeRTOS/config \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -DOS_SAFERTOS \ - -CFLAGS_common := \ - -mv6600 \ - --c99 \ - -q \ - -mo \ - -pden \ - --emit_warnings_as_errors \ - --mem_model:const=data \ - --mem_model:data=far_aggregates \ - --remove_hooks_when_inlining \ - -on2 \ - --disable_push_pop \ - --fp_mode=relaxed \ - --assume_control_regs_read \ - --strip_coff_underscore \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - --program_level_compile \ - -o3 \ - -mf2 \ - -ARFLAGS_common := \ - rq \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-c6000/$(PROFILE)/c66/safertos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fc=$< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/mathlib/makefile.am243x.r5f.gcc-armv7.freertos b/source/mathlib/makefile.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..a42c1af182f --- /dev/null +++ b/source/mathlib/makefile.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,118 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=mathlib.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + ti_arm_trig.c \ + fastrts.c \ + +FILES_PATH_common = \ + trig \ + fastrts \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/mathlib/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/mathlib/makefile.am243x.r5f.gcc-armv7 b/source/mathlib/makefile.am243x.r5f.gcc-armv7.nortos similarity index 97% rename from source/mathlib/makefile.am243x.r5f.gcc-armv7 rename to source/mathlib/makefile.am243x.r5f.gcc-armv7.nortos index ce2f0e0a0f3..2cb02a13237 100644 --- a/source/mathlib/makefile.am243x.r5f.gcc-armv7 +++ b/source/mathlib/makefile.am243x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=mathlib.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=mathlib.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ ti_arm_trig.c \ @@ -26,6 +26,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/mathlib/makefile.am243x.r5f.ti-arm-clang.freertos b/source/mathlib/makefile.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..297f9741225 --- /dev/null +++ b/source/mathlib/makefile.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,124 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=mathlib.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ti_arm_trig.c \ + fastrts.c \ + +FILES_PATH_common = \ + trig \ + fastrts \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/mathlib/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/mathlib/makefile.am243x.r5f.ti-arm-clang b/source/mathlib/makefile.am243x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/mathlib/makefile.am243x.r5f.ti-arm-clang rename to source/mathlib/makefile.am243x.r5f.ti-arm-clang.nortos index 9faf2566a57..2bcae0b70dc 100644 --- a/source/mathlib/makefile.am243x.r5f.ti-arm-clang +++ b/source/mathlib/makefile.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=mathlib.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=mathlib.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ti_arm_trig.c \ @@ -26,6 +26,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/mathlib/makefile.am261x.r5f.ti-arm-clang.freertos b/source/mathlib/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..1333ee9ebda --- /dev/null +++ b/source/mathlib/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,124 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=mathlib.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ti_arm_trig.c \ + fastrts.c \ + +FILES_PATH_common = \ + trig \ + fastrts \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/mathlib/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/mathlib/makefile.am261x.r5f.ti-arm-clang b/source/mathlib/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/mathlib/makefile.am261x.r5f.ti-arm-clang rename to source/mathlib/makefile.am261x.r5f.ti-arm-clang.nortos index f86539db59f..335d56a114e 100644 --- a/source/mathlib/makefile.am261x.r5f.ti-arm-clang +++ b/source/mathlib/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=mathlib.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=mathlib.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ti_arm_trig.c \ @@ -26,6 +26,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/mathlib/makefile.am263px.r5f.ti-arm-clang.freertos b/source/mathlib/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..c5b6aa54add --- /dev/null +++ b/source/mathlib/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,124 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=mathlib.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ti_arm_trig.c \ + fastrts.c \ + +FILES_PATH_common = \ + trig \ + fastrts \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/mathlib/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/mathlib/makefile.am263px.r5f.ti-arm-clang b/source/mathlib/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 97% rename from source/mathlib/makefile.am263px.r5f.ti-arm-clang rename to source/mathlib/makefile.am263px.r5f.ti-arm-clang.nortos index ca9edcc29d4..092e6cf3ca7 100644 --- a/source/mathlib/makefile.am263px.r5f.ti-arm-clang +++ b/source/mathlib/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=mathlib.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=mathlib.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ti_arm_trig.c \ @@ -26,6 +26,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/mathlib/makefile.am263x.r5f.ti-arm-clang.freertos b/source/mathlib/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..724863b0e79 --- /dev/null +++ b/source/mathlib/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,124 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=mathlib.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ti_arm_trig.c \ + fastrts.c \ + +FILES_PATH_common = \ + trig \ + fastrts \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/mathlib/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/mathlib/makefile.am263x.r5f.ti-arm-clang b/source/mathlib/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/mathlib/makefile.am263x.r5f.ti-arm-clang rename to source/mathlib/makefile.am263x.r5f.ti-arm-clang.nortos index 8c2baccba02..6e54ef589c7 100644 --- a/source/mathlib/makefile.am263x.r5f.ti-arm-clang +++ b/source/mathlib/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=mathlib.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=mathlib.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ti_arm_trig.c \ @@ -26,6 +26,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/mathlib/makefile.am273x.r5f.ti-arm-clang.freertos b/source/mathlib/makefile.am273x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..9ae4731a0dc --- /dev/null +++ b/source/mathlib/makefile.am273x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=mathlib.am273x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ti_arm_trig.c \ + +FILES_PATH_common = \ + trig \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ + +DEFINES_common := \ + -DSOC_AM273X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/r5f/mathlib/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/mathlib/makefile.am273x.r5f.ti-arm-clang b/source/mathlib/makefile.am273x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/mathlib/makefile.am273x.r5f.ti-arm-clang rename to source/mathlib/makefile.am273x.r5f.ti-arm-clang.nortos index f60d88fd801..865802766ae 100644 --- a/source/mathlib/makefile.am273x.r5f.ti-arm-clang +++ b/source/mathlib/makefile.am273x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=mathlib.am273x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=mathlib.am273x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ti_arm_trig.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/mathlib/makefile.am64x.r5f.ti-arm-clang.freertos b/source/mathlib/makefile.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..f0a455799fb --- /dev/null +++ b/source/mathlib/makefile.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=mathlib.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + ti_arm_trig.c \ + +FILES_PATH_common = \ + trig \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/mathlib/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/mathlib/makefile.am64x.r5f.ti-arm-clang b/source/mathlib/makefile.am64x.r5f.ti-arm-clang.nortos similarity index 97% rename from source/mathlib/makefile.am64x.r5f.ti-arm-clang rename to source/mathlib/makefile.am64x.r5f.ti-arm-clang.nortos index 0aed07aaf60..b2363657be6 100644 --- a/source/mathlib/makefile.am64x.r5f.ti-arm-clang +++ b/source/mathlib/makefile.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=mathlib.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=mathlib.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ ti_arm_trig.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/middleware/makefile.am243x.r5f.gcc-armv7.freertos b/source/middleware/makefile.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..b4a66a3c5d6 --- /dev/null +++ b/source/middleware/makefile.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,117 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=middleware.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + tielfup32.c \ + +FILES_PATH_common = \ + tiELFuParser \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -ItiELFuParser \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/middleware/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am243x.r5f.gcc-armv7 b/source/middleware/makefile.am243x.r5f.gcc-armv7.nortos similarity index 96% rename from source/middleware/makefile.am243x.r5f.gcc-armv7 rename to source/middleware/makefile.am243x.r5f.gcc-armv7.nortos index 7e9bae24f7f..487da48bc5f 100644 --- a/source/middleware/makefile.am243x.r5f.gcc-armv7 +++ b/source/middleware/makefile.am243x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=middleware.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=middleware.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ tielfup32.c \ @@ -25,6 +25,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/middleware/makefile.am243x.r5f.ti-arm-clang.freertos b/source/middleware/makefile.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..4734f81ccfa --- /dev/null +++ b/source/middleware/makefile.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,123 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=middleware.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + tielfup32.c \ + +FILES_PATH_common = \ + tiELFuParser \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -ItiELFuParser \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/middleware/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am243x.r5f.ti-arm-clang b/source/middleware/makefile.am243x.r5f.ti-arm-clang.nortos similarity index 96% rename from source/middleware/makefile.am243x.r5f.ti-arm-clang rename to source/middleware/makefile.am243x.r5f.ti-arm-clang.nortos index 4a01fda43ad..7944c479b49 100644 --- a/source/middleware/makefile.am243x.r5f.ti-arm-clang +++ b/source/middleware/makefile.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=middleware.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=middleware.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ tielfup32.c \ @@ -25,6 +25,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/middleware/makefile.am261x.r5f.ti-arm-clang.freertos b/source/middleware/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..4ec5aef3c03 --- /dev/null +++ b/source/middleware/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,123 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=middleware.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + tielfup32.c \ + +FILES_PATH_common = \ + tiELFuParser \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -ItiELFuParser \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/middleware/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am261x.r5f.ti-arm-clang b/source/middleware/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 96% rename from source/middleware/makefile.am261x.r5f.ti-arm-clang rename to source/middleware/makefile.am261x.r5f.ti-arm-clang.nortos index a86cb517efd..86107ba1249 100644 --- a/source/middleware/makefile.am261x.r5f.ti-arm-clang +++ b/source/middleware/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=middleware.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=middleware.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ tielfup32.c \ @@ -25,6 +25,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/middleware/makefile.am263px.r5f.ti-arm-clang.freertos b/source/middleware/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..40b5fd77cfb --- /dev/null +++ b/source/middleware/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,123 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=middleware.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + tielfup32.c \ + +FILES_PATH_common = \ + tiELFuParser \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -ItiELFuParser \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/middleware/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am263px.r5f.ti-arm-clang b/source/middleware/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 96% rename from source/middleware/makefile.am263px.r5f.ti-arm-clang rename to source/middleware/makefile.am263px.r5f.ti-arm-clang.nortos index 0aaf8507447..335ad9081c3 100644 --- a/source/middleware/makefile.am263px.r5f.ti-arm-clang +++ b/source/middleware/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=middleware.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=middleware.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ tielfup32.c \ @@ -25,6 +25,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/middleware/makefile.am263x.r5f.ti-arm-clang.freertos b/source/middleware/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..dbeb61faaaa --- /dev/null +++ b/source/middleware/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,123 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=middleware.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + tielfup32.c \ + +FILES_PATH_common = \ + tiELFuParser \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -ItiELFuParser \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/middleware/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am263x.r5f.ti-arm-clang b/source/middleware/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 96% rename from source/middleware/makefile.am263x.r5f.ti-arm-clang rename to source/middleware/makefile.am263x.r5f.ti-arm-clang.nortos index d5139dfd8e5..08738775fe7 100644 --- a/source/middleware/makefile.am263x.r5f.ti-arm-clang +++ b/source/middleware/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=middleware.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=middleware.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ tielfup32.c \ @@ -25,6 +25,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/middleware/makefile.am273x.r5f.ti-arm-clang.freertos b/source/middleware/makefile.am273x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..976f725be2a --- /dev/null +++ b/source/middleware/makefile.am273x.r5f.ti-arm-clang.freertos @@ -0,0 +1,123 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=middleware.am273x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + tielfup32.c \ + +FILES_PATH_common = \ + tiELFuParser \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -ItiELFuParser \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ + +DEFINES_common := \ + -DSOC_AM273X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/r5f/middleware/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am273x.r5f.ti-arm-clang b/source/middleware/makefile.am273x.r5f.ti-arm-clang.nortos similarity index 96% rename from source/middleware/makefile.am273x.r5f.ti-arm-clang rename to source/middleware/makefile.am273x.r5f.ti-arm-clang.nortos index 589a8045e10..473bef7be03 100644 --- a/source/middleware/makefile.am273x.r5f.ti-arm-clang +++ b/source/middleware/makefile.am273x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=middleware.am273x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=middleware.am273x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ tielfup32.c \ @@ -25,6 +25,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/middleware/makefile.am62x.r5f.ti-arm-clang b/source/middleware/makefile.am62x.r5f.ti-arm-clang deleted file mode 100644 index 455e7cbddfc..00000000000 --- a/source/middleware/makefile.am62x.r5f.ti-arm-clang +++ /dev/null @@ -1,119 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=middleware.am62x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - tielfup32.c \ - -FILES_PATH_common = \ - tiELFuParser \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -ItiELFuParser \ - -DEFINES_common := \ - -DSOC_AM62X \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/am62x/ti-arm-clang/$(PROFILE)/r5f/middleware/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am64x.r5f.ti-arm-clang.freertos b/source/middleware/makefile.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..69c86c73c2e --- /dev/null +++ b/source/middleware/makefile.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,123 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=middleware.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + tielfup32.c \ + +FILES_PATH_common = \ + tiELFuParser \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -ItiELFuParser \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/middleware/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am64x.r5f.ti-arm-clang b/source/middleware/makefile.am64x.r5f.ti-arm-clang.nortos similarity index 96% rename from source/middleware/makefile.am64x.r5f.ti-arm-clang rename to source/middleware/makefile.am64x.r5f.ti-arm-clang.nortos index 1d59a0bee6e..2fe8802fe04 100644 --- a/source/middleware/makefile.am64x.r5f.ti-arm-clang +++ b/source/middleware/makefile.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=middleware.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=middleware.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ tielfup32.c \ @@ -25,6 +25,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/source/middleware/makefile.am65x.r5f.ti-arm-clang.freertos b/source/middleware/makefile.am65x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..479491b2f9f --- /dev/null +++ b/source/middleware/makefile.am65x.r5f.ti-arm-clang.freertos @@ -0,0 +1,123 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=middleware.am65x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + tielfup32.c \ + +FILES_PATH_common = \ + tiELFuParser \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -ItiELFuParser \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am65x/r5f \ + +DEFINES_common := \ + -DSOC_AM65X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am65x/ti-arm-clang/$(PROFILE)/r5f/middleware/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/middleware/makefile.am65x.r5f.ti-arm-clang b/source/middleware/makefile.am65x.r5f.ti-arm-clang.nortos similarity index 94% rename from source/middleware/makefile.am65x.r5f.ti-arm-clang rename to source/middleware/makefile.am65x.r5f.ti-arm-clang.nortos index b77cc18f118..793106a659c 100644 --- a/source/middleware/makefile.am65x.r5f.ti-arm-clang +++ b/source/middleware/makefile.am65x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=middleware.am65x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=middleware.am65x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ tielfup32.c \ @@ -25,6 +25,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -90,7 +91,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/source/middleware/makefile.awr294x.r5f.ti-arm-clang b/source/middleware/makefile.awr294x.r5f.ti-arm-clang deleted file mode 100644 index aec93f5de9a..00000000000 --- a/source/middleware/makefile.awr294x.r5f.ti-arm-clang +++ /dev/null @@ -1,126 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=middleware.awr294x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - tielfup32.c \ - -FILES_PATH_common = \ - tiELFuParser \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -ItiELFuParser \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/middleware/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7.freertos b/source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..911335c765d --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,227 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_udma.c \ + enet_udma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_9g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + k3_soc.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_udmautils.c \ + enet_ioctlutils.c \ + enet_apputils_k3.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V1 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/udma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7 b/source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7.nortos similarity index 98% rename from source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7 rename to source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7.nortos index c4ea58a8e3d..13052f158a0 100644 --- a/source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7 +++ b/source/networking/enet/makefile.cpsw.am243x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-cpsw.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=enet-cpsw.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -130,6 +130,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang.freertos b/source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..8955492f752 --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,238 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_udma.c \ + enet_udma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_9g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + k3_soc.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_udmautils.c \ + enet_ioctlutils.c \ + enet_apputils_k3.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V1 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/udma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang b/source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang rename to source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang.nortos index fdd56cff684..ae4fec33d80 100644 --- a/source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.cpsw.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-cpsw.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=enet-cpsw.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -130,6 +130,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang.freertos b/source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..88038f775ed --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,236 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_cpdma.c \ + enet_cpdma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_9g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + csl_cpdma.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_cpdmautils.c \ + enet_ioctlutils.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V2 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/cpdma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_2/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/am261x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am261x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V2 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_2 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/am261x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am261x \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-ti-macros \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang b/source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang rename to source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang.nortos index 28e2b349df1..bfe8ee3b8f9 100644 --- a/source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.cpsw.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-cpsw.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=enet-cpsw.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -127,6 +127,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang.freertos b/source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..6e36ef8715f --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,238 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_cpdma.c \ + enet_cpdma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_9g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + csl_cpdma.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_cpdmautils.c \ + enet_ioctlutils.c \ + ether_ring.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V2 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/cpdma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_2/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/am263px \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am263px \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V2 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/ether_ring/src \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_2 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/am263px \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am263px \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/ether_ring/inc \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-ti-macros \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang b/source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang.nortos similarity index 98% rename from source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang rename to source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang.nortos index 740573c96b1..3840a44a2e2 100644 --- a/source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.cpsw.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-cpsw.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=enet-cpsw.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -129,6 +129,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang.freertos b/source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..90b4bbe5336 --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,239 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_cpdma.c \ + enet_cpdma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_9g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + csl_cpdma.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_cpdmautils.c \ + enet_ioctlutils.c \ + ether_ring.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V2 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/cpdma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_2/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/am263x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am263x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V2 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/ether_ring/src \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_2 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/am263x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am263x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/ether_ring/inc \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-ti-macros \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang b/source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang rename to source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang.nortos index 1e64b7b3058..1c9880038f9 100644 --- a/source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.cpsw.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-cpsw.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=enet-cpsw.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -130,6 +130,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang.freertos b/source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..8001c279b64 --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang.freertos @@ -0,0 +1,237 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am273x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_cpdma.c \ + enet_cpdma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_4g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + csl_cpdma.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_cpdmautils.c \ + enet_ioctlutils.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V2 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/cpdma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_1/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/am273x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am273x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V2 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_1 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/am273x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am273x \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ + +DEFINES_common := \ + -DSOC_AM273X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-ti-macros \ + -fno-strict-aliasing \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/r5f/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang b/source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang rename to source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang.nortos index ce859ca63e5..f7fb529149b 100644 --- a/source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.cpsw.am273x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-cpsw.am273x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=enet-cpsw.am273x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -127,6 +127,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.freertos b/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.freertos new file mode 100644 index 00000000000..639e5fdce3f --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.freertos @@ -0,0 +1,226 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am64x.a53.gcc-aarch64.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_udma.c \ + enet_udma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_9g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + k3_soc.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_udmautils.c \ + enet_ioctlutils.c \ + enet_apputils_k3.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V1 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/udma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -Wno-extra \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + -Wno-unused-function \ + +CFLAGS_release := \ + -O2 \ + -flto \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.freertos-smp b/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.freertos-smp new file mode 100644 index 00000000000..502d0d718ee --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.freertos-smp @@ -0,0 +1,226 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am64x.a53.gcc-aarch64.freertos-smp.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_udma.c \ + enet_udma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_9g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + k3_soc.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_udmautils.c \ + enet_ioctlutils.c \ + enet_apputils_k3.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V1 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/udma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel-smp/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable_smp/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53-smp \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS_SMP \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + -Wno-extra \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + -Wno-unused-function \ + +CFLAGS_release := \ + -O2 \ + -flto \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64 b/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.nortos similarity index 98% rename from source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64 rename to source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.nortos index c48875e0ed5..0f9349afe61 100644 --- a/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64 +++ b/source/networking/enet/makefile.cpsw.am64x.a53.gcc-aarch64.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-cpsw.am64x.a53.gcc-aarch64.$(PROFILE).lib +LIBNAME:=enet-cpsw.am64x.a53.gcc-aarch64.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -129,6 +129,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang.freertos b/source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..a6268f3a00f --- /dev/null +++ b/source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,238 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-cpsw.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + enet_phymdio_dflt_ioctl.c \ + enet_phymdio_dflt_ioctl_register.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + cpsw_macport.c \ + cpsw_macport_ioctl.c \ + cpsw_macport_ioctl_register.c \ + cpsw_macport_intervlan.c \ + cpsw_macport_intervlan_ioctl.c \ + cpsw_macport_intervlan_ioctl_register.c \ + cpsw_macport_est.c \ + cpsw_macport_est_ioctl.c \ + cpsw_hostport.c \ + cpsw_hostport_ioctl.c \ + cpsw_hostport_ioctl_register.c \ + cpsw_ale.c \ + cpsw_ale_ioctl.c \ + cpsw_ale_ioctl_register.c \ + cpsw_stats.c \ + cpsw_stats_ioctl.c \ + cpsw_stats_ioctl_register.c \ + cpsw_cpts.c \ + cpsw_cpts_ioctl.c \ + cpsw_cpts_ioctl_register.c \ + per_null.c \ + cpsw_intervlan.c \ + cpsw.c \ + cpsw_ioctl.c \ + cpsw_ioctl_register.c \ + cpsw_est.c \ + cpsw_est_ioctl.c \ + cpsw_est_ioctl_register.c \ + enet_hostport.c \ + enet_udma.c \ + enet_udma_priv.c \ + csl_cpgmac_sl.c \ + csl_cpsw.c \ + csl_cpsw_ss.c \ + csl_cpsw_ale_9g_tblcfg.c \ + csl_cpts.c \ + csl_mdio.c \ + k3_soc.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_udmautils.c \ + enet_ioctlutils.c \ + enet_apputils_k3.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V1 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/udma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_0 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_CPSW=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -Wno-extra \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/enet-cpsw/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang b/source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang rename to source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang.nortos index 1117bd8a058..3bb777cb5b6 100644 --- a/source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.cpsw.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-cpsw.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=enet-cpsw.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -130,6 +130,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.cpsw.awr294x.r5f.ti-arm-clang b/source/networking/enet/makefile.cpsw.awr294x.r5f.ti-arm-clang deleted file mode 100644 index f337c3111e9..00000000000 --- a/source/networking/enet/makefile.cpsw.awr294x.r5f.ti-arm-clang +++ /dev/null @@ -1,235 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=enet-cpsw.awr294x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - enet.c \ - enet_trace.c \ - enet_utils.c \ - enet_osal.c \ - enet_queue.c \ - enet_rm.c \ - enet_rm_ioctl.c \ - enet_rm_ioctl_register.c \ - enet_osal_dflt.c \ - enet_utils_dflt.c \ - enet_phymdio_dflt.c \ - enet_phymdio_dflt_ioctl.c \ - enet_phymdio_dflt_ioctl_register.c \ - mod_null.c \ - mdio.c \ - mdio_manual_ioctl.c \ - mdio_ioctl.c \ - mdio_ioctl_register.c \ - cpsw_macport.c \ - cpsw_macport_ioctl.c \ - cpsw_macport_ioctl_register.c \ - cpsw_macport_intervlan.c \ - cpsw_macport_intervlan_ioctl.c \ - cpsw_macport_intervlan_ioctl_register.c \ - cpsw_hostport.c \ - cpsw_hostport_ioctl.c \ - cpsw_hostport_ioctl_register.c \ - cpsw_ale.c \ - cpsw_ale_ioctl.c \ - cpsw_ale_ioctl_register.c \ - cpsw_stats.c \ - cpsw_stats_ioctl.c \ - cpsw_stats_ioctl_register.c \ - cpsw_cpts.c \ - cpsw_cpts_ioctl.c \ - cpsw_cpts_ioctl_register.c \ - per_null.c \ - cpsw_intervlan.c \ - cpsw.c \ - cpsw_ioctl.c \ - cpsw_ioctl_register.c \ - enet_hostport.c \ - enet_cpdma.c \ - enet_cpdma_priv.c \ - csl_cpgmac_sl.c \ - csl_cpsw.c \ - csl_cpsw_ss.c \ - csl_cpsw_ale_4g_tblcfg.c \ - csl_cpts.c \ - csl_mdio.c \ - csl_cpdma.c \ - enetphy.c \ - generic_phy.c \ - enet_apputils.c \ - enet_appmemutils.c \ - enet_appethpatterns.c \ - enet_cpdmautils.c \ - enet_ioctlutils.c \ - -FILES_PATH_common = \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V2 \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/cpdma \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5/priv \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_1/priv \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/priv \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/awr294x \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/awr294x \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V2 \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/emac/V5 \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5 \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpsw/V5/V5_1 \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpdma \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/awr294x \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/awr294x \ - -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -DMAKEFILE_BUILD \ - -DENET_CFG_ASSERT=1 \ - -DENET_CFG_PRINT_ENABLE \ - -DENET_CFG_TRACE_LEVEL=3 \ - -DENET_ENABLE_PER_CPSW=1 \ - -DENABLE_ENET_LOG \ - -DEFINES_debug := \ - -DENET_CFG_DEV_ERROR=1 \ - -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ - -DENETDMA_INSTRUMENTATION_ENABLED=1 \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -Wno-extra \ - -Wno-ti-macros \ - -fno-strict-aliasing \ - -Wno-error=unused-but-set-variable \ - -Wno-unused-but-set-variable \ - -CFLAGS_release := \ - -Os \ - -Oz \ - -flto \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/enet-cpsw/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7.freertos b/source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..5d04e2ce13f --- /dev/null +++ b/source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,198 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-icssg.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + per_null.c \ + enet_hostport.c \ + enet_udma.c \ + enet_udma_priv.c \ + csl_cpts.c \ + csl_mdio.c \ + icssg.c \ + icssg_ioctl_register.c \ + icssg_utils.c \ + icssg_timesync.c \ + icssg_timesync_ioctl_register.c \ + icssg_tas.c \ + icssg_tas_ioctl_register.c \ + icssg_stats.c \ + icssg_stats_ioctl_register.c \ + k3_soc.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_udmautils.c \ + enet_ioctlutils.c \ + enet_apputils_k3.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V1 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/udma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_ICSSG=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/enet-icssg/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7 b/source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7.nortos similarity index 98% rename from source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7 rename to source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7.nortos index 1d9b8c24065..d355a3e6cef 100644 --- a/source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7 +++ b/source/networking/enet/makefile.icssg.am243x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-icssg.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=enet-icssg.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -101,6 +101,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang.freertos b/source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..c885d0ad9d5 --- /dev/null +++ b/source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,211 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-icssg.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + per_null.c \ + enet_hostport.c \ + enet_udma.c \ + enet_udma_priv.c \ + csl_cpts.c \ + csl_mdio.c \ + icssg.c \ + icssg_ioctl_register.c \ + icssg_utils.c \ + icssg_timesync.c \ + icssg_timesync_ioctl_register.c \ + icssg_tas.c \ + icssg_tas_ioctl_register.c \ + icssg_stats.c \ + icssg_stats_ioctl_register.c \ + k3_soc.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_udmautils.c \ + enet_ioctlutils.c \ + enet_apputils_k3.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V1 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/udma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_ICSSG=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -mno-unaligned-access \ + -Wno-extra \ + -fno-strict-aliasing \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/enet-icssg/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang b/source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang rename to source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang.nortos index 5ea64f6cb00..c571bf6ea96 100644 --- a/source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.icssg.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-icssg.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=enet-icssg.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -101,6 +101,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang.freertos b/source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..660021ee49f --- /dev/null +++ b/source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,210 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=enet-icssg.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + enet.c \ + enet_trace.c \ + enet_utils.c \ + enet_osal.c \ + enet_queue.c \ + enet_rm.c \ + enet_rm_ioctl.c \ + enet_rm_ioctl_register.c \ + enet_osal_dflt.c \ + enet_utils_dflt.c \ + enet_phymdio_dflt.c \ + mod_null.c \ + mdio.c \ + mdio_manual_ioctl.c \ + mdio_ioctl.c \ + mdio_ioctl_register.c \ + per_null.c \ + enet_hostport.c \ + enet_udma.c \ + enet_udma_priv.c \ + csl_cpts.c \ + csl_mdio.c \ + icssg.c \ + icssg_ioctl_register.c \ + icssg_utils.c \ + icssg_timesync.c \ + icssg_timesync_ioctl_register.c \ + icssg_tas.c \ + icssg_tas_ioctl_register.c \ + icssg_stats.c \ + icssg_stats_ioctl_register.c \ + k3_soc.c \ + enetphy.c \ + generic_phy.c \ + enet_apputils.c \ + enet_appmemutils.c \ + enet_appethpatterns.c \ + enet_udmautils.c \ + enet_ioctlutils.c \ + enet_apputils_k3.c \ + +FILES_PATH_common = \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/core \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/mod \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/per/V1 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/common \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/dma/udma \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/defcfg \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src \ + ${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/V3 \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/cpts \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/hw_include/mdio \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board \ + -I${MCU_PLUS_SDK_PATH}/source/networking/enet/board/src/am64x_am243x_evm/include \ + -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DMAKEFILE_BUILD \ + -DENET_CFG_ASSERT=1 \ + -DENET_CFG_PRINT_ENABLE \ + -DENET_CFG_TRACE_LEVEL=3 \ + -DENET_ENABLE_PER_ICSSG=1 \ + -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ + +DEFINES_debug := \ + -DENET_CFG_DEV_ERROR=1 \ + -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ + -DENETDMA_INSTRUMENTATION_ENABLED=1 \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + -mno-unaligned-access \ + -Wno-extra \ + -fno-strict-aliasing \ + -Wno-error=unused-but-set-variable \ + -Wno-unused-but-set-variable \ + +CFLAGS_release := \ + -Os \ + -Oz \ + -flto \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/enet-icssg/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang b/source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang.nortos similarity index 98% rename from source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang rename to source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang.nortos index f8fe737021d..8eb35231d04 100644 --- a/source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.icssg.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=enet-icssg.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=enet-icssg.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ enet.c \ @@ -100,6 +100,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.am243x.r5f.gcc-armv7 b/source/networking/enet/makefile.lwipif-cpsw-freertos.am243x.r5f.gcc-armv7 index 7bd654cdc12..9503da32f64 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.am243x.r5f.gcc-armv7 +++ b/source/networking/enet/makefile.lwipif-cpsw-freertos.am243x.r5f.gcc-armv7 @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am243x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ DEFINES_common := \ -DSOC_AM243X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.am243x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-freertos.am243x.r5f.ti-arm-clang index f0d8cea50de..793769bbf39 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.am243x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-freertos.am243x.r5f.ti-arm-clang @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am243x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ DEFINES_common := \ -DSOC_AM243X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.am261x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-freertos.am261x.r5f.ti-arm-clang index 4fbaaef40bb..7c60f484bf5 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.am261x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-freertos.am261x.r5f.ti-arm-clang @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am261x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am261x/enet \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ DEFINES_common := \ -DSOC_AM261X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.am263px.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-freertos.am263px.r5f.ti-arm-clang index 60cc5ba9080..3a49ddb2b26 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.am263px.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-freertos.am263px.r5f.ti-arm-clang @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am263px \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am263px/enet \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ DEFINES_common := \ -DSOC_AM263PX \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.am263x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-freertos.am263x.r5f.ti-arm-clang index ac53093a9f9..ef8baddbec2 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.am263x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-freertos.am263x.r5f.ti-arm-clang @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am263x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am263x/enet \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ DEFINES_common := \ -DSOC_AM263X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.am273x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-freertos.am273x.r5f.ti-arm-clang index d7b4c61ba40..5167771811c 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.am273x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-freertos.am273x.r5f.ti-arm-clang @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/am273x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am273x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ DEFINES_common := \ -DSOC_AM273X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.am64x.a53.gcc-aarch64 b/source/networking/enet/makefile.lwipif-cpsw-freertos.am64x.a53.gcc-aarch64 index aaebc4ba5a8..79a30a3ec08 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.am64x.a53.gcc-aarch64 +++ b/source/networking/enet/makefile.lwipif-cpsw-freertos.am64x.a53.gcc-aarch64 @@ -37,6 +37,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am64x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ DEFINES_common := \ -DSOC_AM64X \ @@ -46,6 +49,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.am64x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-freertos.am64x.r5f.ti-arm-clang index 5a82f891a3b..0a8486fe009 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.am64x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-freertos.am64x.r5f.ti-arm-clang @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am64x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ DEFINES_common := \ -DSOC_AM64X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-freertos.awr294x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-freertos.awr294x.r5f.ti-arm-clang deleted file mode 100644 index 07adc3cbfee..00000000000 --- a/source/networking/enet/makefile.lwipif-cpsw-freertos.awr294x.r5f.ti-arm-clang +++ /dev/null @@ -1,158 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=lwipif-cpsw-freertos.awr294x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - lwip2enet.c \ - lwip2lwipif.c \ - pbufQ.c \ - custom_pbuf.c \ - -FILES_PATH_common = \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/lwipif/src \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/lwipif/inc \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-port/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-port/freertos/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/awr294x \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/awr294x \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -DMAKEFILE_BUILD \ - -DENET_CFG_ASSERT=1 \ - -DENET_CFG_PRINT_ENABLE \ - -DENET_CFG_TRACE_LEVEL=3 \ - -DENET_ENABLE_PER_CPSW=1 \ - -DENABLE_ENET_LOG \ - -DEFINES_debug := \ - -DENET_CFG_DEV_ERROR=1 \ - -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ - -DENETDMA_INSTRUMENTATION_ENABLED=1 \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -Wno-extra \ - -Wno-ti-macros \ - -fno-strict-aliasing \ - -CFLAGS_release := \ - -Os \ - -Oz \ - -flto \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/lwipif-cpsw-freertos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.lwipif-cpsw-nortos.am243x.r5f.gcc-armv7 b/source/networking/enet/makefile.lwipif-cpsw-nortos.am243x.r5f.gcc-armv7 index 555693a9e74..9847fdc27ce 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-nortos.am243x.r5f.gcc-armv7 +++ b/source/networking/enet/makefile.lwipif-cpsw-nortos.am243x.r5f.gcc-armv7 @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-nortos.am243x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-nortos.am243x.r5f.ti-arm-clang index 83e5b88e1a6..a4ef0a3d251 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-nortos.am243x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-nortos.am243x.r5f.ti-arm-clang @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-nortos.am261x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-nortos.am261x.r5f.ti-arm-clang index 8c4f3748af0..25ec8901c6b 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-nortos.am261x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-nortos.am261x.r5f.ti-arm-clang @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-nortos.am263px.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-nortos.am263px.r5f.ti-arm-clang index a4f01905c18..8453344bab9 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-nortos.am263px.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-nortos.am263px.r5f.ti-arm-clang @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-nortos.am263x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-nortos.am263x.r5f.ti-arm-clang index 479b24af9a7..d70e69d7484 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-nortos.am263x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-nortos.am263x.r5f.ti-arm-clang @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-nortos.am273x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-nortos.am273x.r5f.ti-arm-clang index c8e1504271e..07b5c625552 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-nortos.am273x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-nortos.am273x.r5f.ti-arm-clang @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-nortos.am64x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-nortos.am64x.r5f.ti-arm-clang index cc9970e0323..7ef4684fc8f 100644 --- a/source/networking/enet/makefile.lwipif-cpsw-nortos.am64x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-cpsw-nortos.am64x.r5f.ti-arm-clang @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_CPSW=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-cpsw-nortos.awr294x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-cpsw-nortos.awr294x.r5f.ti-arm-clang deleted file mode 100644 index 84426ed8a60..00000000000 --- a/source/networking/enet/makefile.lwipif-cpsw-nortos.awr294x.r5f.ti-arm-clang +++ /dev/null @@ -1,158 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=lwipif-cpsw-nortos.awr294x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - lwip2enet.c \ - lwip2lwipif.c \ - pbufQ.c \ - custom_pbuf.c \ - -FILES_PATH_common = \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/lwipif/src \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -I${MCU_PLUS_SDK_PATH}/source/board/ethphy/enet/rtos_drivers/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/utils/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/core \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/include/phy \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/src/phy \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/lwipif/inc \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-port/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-port/nortos/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/awr294x \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/awr294x \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -DMAKEFILE_BUILD \ - -DENET_CFG_ASSERT=1 \ - -DENET_CFG_PRINT_ENABLE \ - -DENET_CFG_TRACE_LEVEL=3 \ - -DENET_ENABLE_PER_CPSW=1 \ - -DENABLE_ENET_LOG \ - -DEFINES_debug := \ - -DENET_CFG_DEV_ERROR=1 \ - -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ - -DENETDMA_INSTRUMENTATION_ENABLED=1 \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -Wno-extra \ - -Wno-ti-macros \ - -fno-strict-aliasing \ - -CFLAGS_release := \ - -Os \ - -Oz \ - -flto \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/lwipif-cpsw-nortos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.lwipif-ic-freertos.am243x.r5f.gcc-armv7 b/source/networking/enet/makefile.lwipif-ic-freertos.am243x.r5f.gcc-armv7 index ef81301046a..40866861067 100644 --- a/source/networking/enet/makefile.lwipif-ic-freertos.am243x.r5f.gcc-armv7 +++ b/source/networking/enet/makefile.lwipif-ic-freertos.am243x.r5f.gcc-armv7 @@ -34,6 +34,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am243x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ DEFINES_common := \ -DSOC_AM243X \ @@ -42,6 +45,7 @@ DEFINES_common := \ -DENET_CFG_PRINT_ENABLE \ -DENET_CFG_TRACE_LEVEL=3 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-ic-freertos.am243x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-ic-freertos.am243x.r5f.ti-arm-clang index abf5f17f6da..7e74629a68f 100644 --- a/source/networking/enet/makefile.lwipif-ic-freertos.am243x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-ic-freertos.am243x.r5f.ti-arm-clang @@ -34,6 +34,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am243x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ DEFINES_common := \ -DSOC_AM243X \ @@ -42,6 +45,7 @@ DEFINES_common := \ -DENET_CFG_PRINT_ENABLE \ -DENET_CFG_TRACE_LEVEL=3 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-ic-freertos.am64x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-ic-freertos.am64x.r5f.ti-arm-clang index 4bc24e74aa3..5c30964e6cf 100644 --- a/source/networking/enet/makefile.lwipif-ic-freertos.am64x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-ic-freertos.am64x.r5f.ti-arm-clang @@ -34,6 +34,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am64x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ DEFINES_common := \ -DSOC_AM64X \ @@ -42,6 +45,7 @@ DEFINES_common := \ -DENET_CFG_PRINT_ENABLE \ -DENET_CFG_TRACE_LEVEL=3 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-ic-icssg-freertos.am64x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-ic-icssg-freertos.am64x.r5f.ti-arm-clang deleted file mode 100644 index e29e659ef58..00000000000 --- a/source/networking/enet/makefile.lwipif-ic-icssg-freertos.am64x.r5f.ti-arm-clang +++ /dev/null @@ -1,144 +0,0 @@ -# -# Auto generated makefile -# - -export MCU_PLUS_SDK_PATH?=$(abspath ../../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=lwipif-ic-icssg-freertos.am64x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - lwip_ic.c \ - lwip2lwipif_ic.c \ - netif_ic.c \ - ShdMemCircularBufferP_nortos.c \ - -FILES_PATH_common = \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/lwip_ic/lwipific/src \ - ${MCU_PLUS_SDK_PATH}/source/networking/enet/core/lwip_ic/intercore/src \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/lwip_ic/lwipific/inc \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/core/lwip_ic/intercore/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-port/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-port/freertos/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ - -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ - -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am64x \ - -DEFINES_common := \ - -DSOC_AM64X \ - -DMAKEFILE_BUILD \ - -DENET_CFG_ASSERT=1 \ - -DENET_CFG_PRINT_ENABLE \ - -DENET_CFG_TRACE_LEVEL=3 \ - -DENABLE_ENET_LOG \ - -DEFINES_debug := \ - -DENET_CFG_DEV_ERROR=1 \ - -DLWIPIF_INSTRUMENTATION_ENABLED=1 \ - -DENETDMA_INSTRUMENTATION_ENABLED=1 \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -Wno-extra \ - -CFLAGS_release := \ - -Os \ - -Oz \ - -flto \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-deprecated-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/lwipif-ic-icssg-freertos/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/source/networking/enet/makefile.lwipif-icssg-freertos.am243x.r5f.gcc-armv7 b/source/networking/enet/makefile.lwipif-icssg-freertos.am243x.r5f.gcc-armv7 index 0850d412b4d..4b92498989e 100644 --- a/source/networking/enet/makefile.lwipif-icssg-freertos.am243x.r5f.gcc-armv7 +++ b/source/networking/enet/makefile.lwipif-icssg-freertos.am243x.r5f.gcc-armv7 @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am243x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ DEFINES_common := \ -DSOC_AM243X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-icssg-freertos.am243x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-icssg-freertos.am243x.r5f.ti-arm-clang index a863c4cc68b..3e11259d74f 100644 --- a/source/networking/enet/makefile.lwipif-icssg-freertos.am243x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-icssg-freertos.am243x.r5f.ti-arm-clang @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am243x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ DEFINES_common := \ -DSOC_AM243X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-icssg-freertos.am64x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-icssg-freertos.am64x.r5f.ti-arm-clang index 484d2704904..ea8ed2ec84b 100644 --- a/source/networking/enet/makefile.lwipif-icssg-freertos.am64x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-icssg-freertos.am64x.r5f.ti-arm-clang @@ -38,6 +38,9 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-stack/src/include \ -I${MCU_PLUS_SDK_PATH}/source/networking/enet/soc/k3/am64x_am243x \ -I${MCU_PLUS_SDK_PATH}/source/networking/lwip/lwip-config/am64x \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ DEFINES_common := \ -DSOC_AM64X \ @@ -47,6 +50,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-icssg-nortos.am243x.r5f.gcc-armv7 b/source/networking/enet/makefile.lwipif-icssg-nortos.am243x.r5f.gcc-armv7 index 4a43f68a248..24afc305a16 100644 --- a/source/networking/enet/makefile.lwipif-icssg-nortos.am243x.r5f.gcc-armv7 +++ b/source/networking/enet/makefile.lwipif-icssg-nortos.am243x.r5f.gcc-armv7 @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-icssg-nortos.am243x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-icssg-nortos.am243x.r5f.ti-arm-clang index ec68c53e09a..100d33433bb 100644 --- a/source/networking/enet/makefile.lwipif-icssg-nortos.am243x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-icssg-nortos.am243x.r5f.ti-arm-clang @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet/makefile.lwipif-icssg-nortos.am64x.r5f.ti-arm-clang b/source/networking/enet/makefile.lwipif-icssg-nortos.am64x.r5f.ti-arm-clang index 62b7789fbdd..1c1ad1a5132 100644 --- a/source/networking/enet/makefile.lwipif-icssg-nortos.am64x.r5f.ti-arm-clang +++ b/source/networking/enet/makefile.lwipif-icssg-nortos.am64x.r5f.ti-arm-clang @@ -47,6 +47,7 @@ DEFINES_common := \ -DENET_CFG_TRACE_LEVEL=3 \ -DENET_ENABLE_PER_ICSSG=1 \ -DENABLE_ENET_LOG \ + -DOS_NORTOS \ DEFINES_debug := \ -DENET_CFG_DEV_ERROR=1 \ diff --git a/source/networking/enet_cli/makefile.enet_cli_freertos.am243x.r5f.ti-arm-clang b/source/networking/enet_cli/makefile.enet_cli_freertos.am243x.r5f.ti-arm-clang index e9f938750a3..d246e5509ec 100644 --- a/source/networking/enet_cli/makefile.enet_cli_freertos.am243x.r5f.ti-arm-clang +++ b/source/networking/enet_cli/makefile.enet_cli_freertos.am243x.r5f.ti-arm-clang @@ -54,6 +54,7 @@ DEFINES_common := \ -DPRINT_FORMAT_NO_WARNING \ -DUB_LOGCAT=3 \ -DUB_LOGTSTYPE=UB_CLOCK_REALTIME \ + -DOS_FREERTOS \ DEFINES_debug := \ -DENET_DEBUG_MODE \ diff --git a/source/networking/icss_emac/firmware/icss_dual_emac/mii/am261x-lp/icss_m0_pru0_fw/ti-pru-cgt/example.projectspec b/source/networking/icss_emac/firmware/icss_dual_emac/mii/am261x-lp/icss_m0_pru0_fw/ti-pru-cgt/example.projectspec index eac8ffb355d..503db3d1613 100644 --- a/source/networking/icss_emac/firmware/icss_dual_emac/mii/am261x-lp/icss_m0_pru0_fw/ti-pru-cgt/example.projectspec +++ b/source/networking/icss_emac/firmware/icss_dual_emac/mii/am261x-lp/icss_m0_pru0_fw/ti-pru-cgt/example.projectspec @@ -63,6 +63,7 @@ -DICSS_DUAL_EMAC_BUILD -DPTP -DSOC_AM261X + -DOS_FW " linkerBuildOptions=" -m=dual_emac.${ConfigName}.map diff --git a/source/networking/icss_emac/firmware/icss_dual_emac/mii/am261x-lp/icss_m0_pru0_fw/ti-pru-cgt/makefile b/source/networking/icss_emac/firmware/icss_dual_emac/mii/am261x-lp/icss_m0_pru0_fw/ti-pru-cgt/makefile index 441a4841e0a..11c664bd86a 100644 --- a/source/networking/icss_emac/firmware/icss_dual_emac/mii/am261x-lp/icss_m0_pru0_fw/ti-pru-cgt/makefile +++ b/source/networking/icss_emac/firmware/icss_dual_emac/mii/am261x-lp/icss_m0_pru0_fw/ti-pru-cgt/makefile @@ -72,7 +72,7 @@ all: $(OBJS) $(CMD_SRCS) $(OBJDIR)/%.obj %.obj: %.asm @echo 'Building file: "$^"' @echo 'Invoking: PRU Compiler' - "$(CGT_TI_PRU_PATH)/bin/clpru" -DPRU0 -DSLICE0 -v4 -al -ax --silicon_version=4 --diag_suppress=10063 --display_error_number --code_address_listing_unit=word -DTX_L2_ENABLED -DMII_TX_PIN_SWAP -v3 -g --diag_wrap=off --diag_warning=225 --hardware_mac=on --preproc_with_compile -DICSS_REV2 -DPRU -DTTS -DHALF_DUPLEX_ENABLED -DICSS_DUAL_EMAC_BUILD -DPTP --define=SOC_AM261X --include_path="$(SYSCFG_DIR)" --include_path="${CG_TOOL_ROOT}/include" --include_path="${MCU_PLUS_SDK_PATH}/source" --include_path="${MCU_PLUS_SDK_PATH}/source/pru_io/firmware/common" --include_path="${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include" --include_path="${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" --include_path="${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f" --include_path="${MCU_PLUS_SDK_PATH}/source/networking/icss_emac/firmware/icss_dual_emac" --include_path="${MCU_PLUS_SDK_PATH}/source/networking/icss_emac/firmware/icss_switch" --include_path="${MCU_PLUS_SDK_PATH}/source/networking/icss_emac/firmware/source" --include_path="${MCU_PLUS_SDK_PATH}/test/unity/" --define=_DEBUG_=1 -g --diag_warning=225 --diag_wrap=off --display_error_number --endian=little --preproc_with_compile --preproc_dependency="$(basename $( Date: Mon, 5 May 2025 10:39:23 +0530 Subject: [PATCH 5/5] all: makefile: regen all example makefiles - regenerate all the examples and test makefiles with OS macros defined Fixes: SITSW-7060 Signed-off-by: Venkatesan Krishnamoorthy --- .metadata/product.json | 7 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../gcc-armv7/example.projectspec | 21 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../gcc-armv7/example.projectspec | 21 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 25 ++-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 25 ++-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 15 ++- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 25 ++-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 25 ++-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 15 ++- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../ti-arm-clang/example.projectspec | 21 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 15 ++- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 12 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 10 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 10 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 10 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 10 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 12 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 12 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 12 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 12 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 10 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 10 +- .../ti-arm-clang/example.projectspec | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 10 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 18 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 18 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 18 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 18 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 14 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 14 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 14 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 14 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-aarch64/example.projectspec | 10 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 10 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 10 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-1_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-1_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss1-1_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-1_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-0_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-1_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-1_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-0_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-1_freertos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 5 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-c6000/example.projectspec | 6 +- .../c66ss0_freertos/ti-c6000/makefile | 6 +- .../ti-c6000/example.projectspec | 5 +- .../c66ss0_nortos/ti-c6000/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 10 +- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 5 +- .../m4fss0-1_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 10 +- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../ti-c6000/example.projectspec | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 5 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 5 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 13 +- .../gcc-aarch64/makefile | 13 +- .../gcc-aarch64/example.projectspec | 13 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 13 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 10 +- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-aarch64/example.projectspec | 9 +- .../gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 10 +- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-armv7/example.projectspec | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 7 +- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 9 +- .../ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../gcc-armv7/example.projectspec | 4 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 4 +- .../ti-arm-clang/example.projectspec | 4 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 4 +- .../gcc-armv7/example.projectspec | 4 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 4 +- .../ti-arm-clang/example.projectspec | 4 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 4 +- .../ti-arm-clang/example.projectspec | 12 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 12 +- .../ti-arm-clang/example.projectspec | 12 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 12 +- .../ti-arm-clang/example.projectspec | 4 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 4 +- .../ti-arm-clang/example.projectspec | 4 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 4 +- .../ti-arm-clang/example.projectspec | 4 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 4 +- .../ti-arm-clang/example.projectspec | 4 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 4 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_rtu_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_rtu_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_tx_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_tx_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_rtu_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_rtu_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_tx_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_tx_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_rtu_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_rtu_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_tx_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_g0_tx_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru1_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 5 +- .../ti-pru-cgt/example.projectspec | 1 + .../icss_m0_pru0_fw/ti-pru-cgt/makefile | 4 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-c6000/example.projectspec | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_freertos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-1_freertos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-1_freertos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-1_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-1_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_freertos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-1_freertos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-1_freertos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-1_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-1_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-1_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-1_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../gcc-armv7/example.projectspec | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../ti-arm-clang/example.projectspec | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../makefile.am261x.r5f.ti-arm-clang.freertos | 2 + .../makefile.am261x.r5f.ti-arm-clang.freertos | 6 + .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../ti-arm-clang/example.projectspec | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 12 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 12 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 24 ++-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 24 ++-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 21 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 12 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../r5fss0-1_nortos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/gcc-armv7/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/gcc-armv7/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../r5fss0-1_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../r5fss0-1_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss1-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../r5fss0-1_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss1-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../r5fss0-1_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss1-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../r5fss0-1_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss1-0_nortos/ti-arm-clang/makefile | 17 +-- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 17 +-- .../r5fss0-1_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/gcc-armv7/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../ti-c6000/example.projectspec | 10 +- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 5 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 5 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 14 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 15 ++- .../ti-arm-clang/makefile.defs | 11 ++ .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 15 ++- .../ti-arm-clang/makefile.defs | 11 ++ .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/gcc-armv7/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/gcc-armv7/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss1-1_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../gcc-aarch64/makefile | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 8 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 8 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../gcc-aarch64/makefile | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 8 +- .../a53ss0-0_nortos/gcc-aarch64/makefile | 8 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 10 +- .../ti-arm-clang/makefile.defs | 11 ++ .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../c66ss0_freertos/ti-c6000/makefile | 9 +- .../c66ss0_nortos/ti-c6000/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 8 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 8 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/gcc-armv7/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../a53ss0-1_freertos/gcc-aarch64/makefile | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 11 +- .../ti-arm-clang/makefile.defs | 11 ++ .../gcc-aarch64/makefile | 9 +- .../ti-c6000/example.projectspec | 10 +- .../c66ss0_freertos/ti-c6000/makefile | 10 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/example.projectspec | 9 +- .../a53ss0-0_freertos/gcc-aarch64/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../m4fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../gcc-aarch64/makefile | 9 +- test/makefile.am243x | 20 +-- test/makefile.am261x | 20 +-- test/makefile.am263px | 20 +-- test/makefile.am263x | 20 +-- test/makefile.am273x | 20 +-- test/makefile.am64x | 20 +-- test/makefile.am65x | 20 +-- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 9 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 9 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 16 ++- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../c66ss0_nortos/ti-c6000/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 9 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/ti-arm-clang/makefile | 17 +-- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/gcc-armv7/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss1-1_nortos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 13 +- .../m4fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../r5fss0-0_freertos/ti-arm-clang/makefile | 13 +- .../r5fss0-1_freertos/ti-arm-clang/makefile | 13 +- .../makefile.am243x.m4f.ti-arm-clang.freertos | 121 +++++++++++++++++ ...> makefile.am243x.m4f.ti-arm-clang.nortos} | 3 +- .../makefile.am243x.r5f.gcc-armv7.freertos | 116 ++++++++++++++++ ...7 => makefile.am243x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am243x.r5f.ti-arm-clang.freertos | 122 +++++++++++++++++ ...> makefile.am243x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am261x.r5f.ti-arm-clang.freertos | 122 +++++++++++++++++ ...> makefile.am261x.r5f.ti-arm-clang.nortos} | 3 +- ...makefile.am263px.r5f.ti-arm-clang.freertos | 122 +++++++++++++++++ ... makefile.am263px.r5f.ti-arm-clang.nortos} | 3 +- test/unity/makefile.am263x.m4f.ti-arm-clang | 97 -------------- .../makefile.am263x.r5f.ti-arm-clang.freertos | 122 +++++++++++++++++ ...> makefile.am263x.r5f.ti-arm-clang.nortos} | 3 +- ... => makefile.am273x.c66.ti-c6000.freertos} | 31 ++--- ...00 => makefile.am273x.c66.ti-c6000.nortos} | 3 +- .../makefile.am273x.r5f.ti-arm-clang.freertos | 122 +++++++++++++++++ ...> makefile.am273x.r5f.ti-arm-clang.nortos} | 3 +- test/unity/makefile.am62x.m4f.ti-arm-clang | 117 ---------------- .../makefile.am64x.a53.gcc-aarch64.freertos | 110 +++++++++++++++ ...akefile.am64x.a53.gcc-aarch64.freertos-smp | 110 +++++++++++++++ ... => makefile.am64x.a53.gcc-aarch64.nortos} | 3 +- .../makefile.am64x.m4f.ti-arm-clang.freertos | 121 +++++++++++++++++ ...=> makefile.am64x.m4f.ti-arm-clang.nortos} | 3 +- .../makefile.am64x.r5f.gcc-armv7.freertos | 116 ++++++++++++++++ ...v7 => makefile.am64x.r5f.gcc-armv7.nortos} | 3 +- .../makefile.am64x.r5f.ti-arm-clang.freertos | 122 +++++++++++++++++ ...=> makefile.am64x.r5f.ti-arm-clang.nortos} | 3 +- .../makefile.am65x.r5f.ti-arm-clang.freertos | 122 +++++++++++++++++ ...=> makefile.am65x.r5f.ti-arm-clang.nortos} | 5 +- test/unity/makefile.awr294x.r5f.ti-arm-clang | 125 ------------------ .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- .../ti-arm-clang/example.projectspec | 13 +- .../r5fss0-0_nortos/ti-arm-clang/makefile | 13 +- 8704 files changed, 49081 insertions(+), 38820 deletions(-) create mode 100644 examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/gpio/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/i2c/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/ipc_notify/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/ipc_notify/am65x-idk/r5fss0-1_nortos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/ipc_rpmsg/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/ipc_rpmsg/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/mcspi/mcspi/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/mmcsd/mmcsd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/sciclient/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/drivers/uart/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/kernel/dpl/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/kernel/freertos/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs create mode 100644 test/unity/makefile.am243x.m4f.ti-arm-clang.freertos rename test/unity/{makefile.am243x.m4f.ti-arm-clang => makefile.am243x.m4f.ti-arm-clang.nortos} (97%) create mode 100644 test/unity/makefile.am243x.r5f.gcc-armv7.freertos rename test/unity/{makefile.am243x.r5f.gcc-armv7 => makefile.am243x.r5f.gcc-armv7.nortos} (97%) create mode 100644 test/unity/makefile.am243x.r5f.ti-arm-clang.freertos rename test/unity/{makefile.am243x.r5f.ti-arm-clang => makefile.am243x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 test/unity/makefile.am261x.r5f.ti-arm-clang.freertos rename test/unity/{makefile.am261x.r5f.ti-arm-clang => makefile.am261x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 test/unity/makefile.am263px.r5f.ti-arm-clang.freertos rename test/unity/{makefile.am263px.r5f.ti-arm-clang => makefile.am263px.r5f.ti-arm-clang.nortos} (97%) delete mode 100644 test/unity/makefile.am263x.m4f.ti-arm-clang create mode 100644 test/unity/makefile.am263x.r5f.ti-arm-clang.freertos rename test/unity/{makefile.am263x.r5f.ti-arm-clang => makefile.am263x.r5f.ti-arm-clang.nortos} (97%) rename test/unity/{makefile.awr294x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.freertos} (76%) rename test/unity/{makefile.am273x.c66.ti-c6000 => makefile.am273x.c66.ti-c6000.nortos} (96%) create mode 100644 test/unity/makefile.am273x.r5f.ti-arm-clang.freertos rename test/unity/{makefile.am273x.r5f.ti-arm-clang => makefile.am273x.r5f.ti-arm-clang.nortos} (97%) delete mode 100644 test/unity/makefile.am62x.m4f.ti-arm-clang create mode 100644 test/unity/makefile.am64x.a53.gcc-aarch64.freertos create mode 100644 test/unity/makefile.am64x.a53.gcc-aarch64.freertos-smp rename test/unity/{makefile.am64x.a53.gcc-aarch64 => makefile.am64x.a53.gcc-aarch64.nortos} (96%) create mode 100644 test/unity/makefile.am64x.m4f.ti-arm-clang.freertos rename test/unity/{makefile.am64x.m4f.ti-arm-clang => makefile.am64x.m4f.ti-arm-clang.nortos} (97%) create mode 100644 test/unity/makefile.am64x.r5f.gcc-armv7.freertos rename test/unity/{makefile.am64x.r5f.gcc-armv7 => makefile.am64x.r5f.gcc-armv7.nortos} (97%) create mode 100644 test/unity/makefile.am64x.r5f.ti-arm-clang.freertos rename test/unity/{makefile.am64x.r5f.ti-arm-clang => makefile.am64x.r5f.ti-arm-clang.nortos} (97%) create mode 100644 test/unity/makefile.am65x.r5f.ti-arm-clang.freertos rename test/unity/{makefile.am65x.r5f.ti-arm-clang => makefile.am65x.r5f.ti-arm-clang.nortos} (94%) delete mode 100644 test/unity/makefile.awr294x.r5f.ti-arm-clang diff --git a/.metadata/product.json b/.metadata/product.json index ecebe477bf1..817182c4cb3 100644 --- a/.metadata/product.json +++ b/.metadata/product.json @@ -14,9 +14,10 @@ "/fs/fs", "/networking/networking", "/security/security", - "/usb/usb", - "/pru_io/pru_io", - "/memory_configurator/components" + "/xbar/xbar", + "/memory_configurator/components", + "/optiflash/optiflash", + "sdl/sdl" ], "devices": [ "AM64x", diff --git a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dfcc464d05b..452bd0e08ad 100644 --- a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -DSOC_AM243X -DAPP_MAIN_CORE -DAPP_ENABLE_INA_CURRENT_MONITOR + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,7 +75,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -86,7 +87,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c93c2390c35..86cffc19970 100644 --- a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ DEFINES_common := \ -DSOC_AM243X \ -DAPP_MAIN_CORE \ -DAPP_ENABLE_INA_CURRENT_MONITOR \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am243x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,7 +126,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am243x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index c7bbfc7bd3f..9bc103bbc3c 100644 --- a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -84,7 +85,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 2fd3b5152be..7dbde2f4a66 100644 --- a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,7 +110,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am243x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am243x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index aa3bf419187..9662c520afe 100644 --- a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -84,7 +85,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 0b967137a2e..3f8b0d557fb 100644 --- a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am243x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,7 +125,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am243x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 47b6fa12221..ace539f92e1 100644 --- a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index 4e43fb64bd1..6412a3582e7 100644 --- a/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,7 +114,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am243x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am243x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6a21e5364e9..fa1b90c78ab 100644 --- a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM243X -DAPP_MAIN_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a7e92921e3d..080a2a65915 100644 --- a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DAPP_MAIN_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am243x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,7 +125,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am243x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 7446d100acd..8d53e02b905 100644 --- a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -84,7 +85,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 4da99ff7c9c..36cb7540b0a 100644 --- a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,7 +110,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am243x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am243x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 680ce87d2af..9180317061c 100644 --- a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -84,7 +85,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index be0b31f2d87..fd4206d2c30 100644 --- a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am243x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,7 +125,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am243x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 605674a5d87..d77ad4b59c1 100644 --- a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am243x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 4ec1f759fb1..76a6bf2b32f 100644 --- a/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,7 +114,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am243x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am243x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 534281a7c9e..8a1818cc7cb 100644 --- a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -84,7 +85,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 442d50aa071..1e49fbb12d4 100644 --- a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,7 +109,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,7 +123,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index d015f83d66e..fa6f3a0ea55 100644 --- a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -84,7 +85,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index c9423bd0a73..a1b1ece591c 100644 --- a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,7 +125,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index c94c76348ab..a1422a28427 100644 --- a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -84,7 +85,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 32ebb61bf37..404e25a5012 100644 --- a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,7 +126,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index dbf3401301d..ad712c1bfe7 100644 --- a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index dd7e1a1024b..ac9ab6a6c9d 100644 --- a/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/benchmark_demo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,7 +129,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/coremark_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/coremark_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0fa7877e6f2..b5d8b4fa1fa 100644 --- a/examples/benchmarks/coremark_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/coremark_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/coremark_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/coremark_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8a04fe05b09..db629f57fd3 100644 --- a/examples/benchmarks/coremark_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/coremark_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/coremark_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/coremark_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 032563fc89d..d13e3da2971 100644 --- a/examples/benchmarks/coremark_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/coremark_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/coremark_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/coremark_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index da2f6190525..c2e005b1c09 100644 --- a/examples/benchmarks/coremark_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/coremark_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/coremark_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/coremark_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c065134785e..2502a76dc84 100644 --- a/examples/benchmarks/coremark_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/coremark_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/coremark_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/coremark_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index db59b44b7fd..c82ef41a4e2 100644 --- a/examples/benchmarks/coremark_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/coremark_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -134,8 +135,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/coremark_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/coremark_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ee3b8991803..c82f5910d4e 100644 --- a/examples/benchmarks/coremark_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/coremark_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/coremark_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/coremark_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b512f9b673d..674d5911153 100644 --- a/examples/benchmarks/coremark_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/coremark_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -134,8 +135,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/coremark_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/coremark_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 67bcfee312b..1dcf84be817 100644 --- a/examples/benchmarks/coremark_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/coremark_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/coremark_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/coremark_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 29d5e886c97..fbd2531404b 100644 --- a/examples/benchmarks/coremark_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/coremark_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -134,8 +135,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/coremark_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/coremark_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 24df11b11fe..4e2e07fd204 100644 --- a/examples/benchmarks/coremark_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/coremark_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/coremark_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/coremark_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 29d5e886c97..fbd2531404b 100644 --- a/examples/benchmarks/coremark_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/coremark_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -134,8 +135,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/coremark_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/coremark_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 500d14a9534..2dfe1ae9d0a 100644 --- a/examples/benchmarks/coremark_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/coremark_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/coremark_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/coremark_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1706dff1591..c8f3197f3b6 100644 --- a/examples/benchmarks/coremark_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/coremark_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/coremark_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/coremark_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eb64ee1620c..49b5ca13452 100644 --- a/examples/benchmarks/coremark_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/coremark_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/coremark_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/coremark_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b623db40091..23316578582 100644 --- a/examples/benchmarks/coremark_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/coremark_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/dhrystone_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/dhrystone_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 97317785084..ceba9f96e90 100644 --- a/examples/benchmarks/dhrystone_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/dhrystone_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/dhrystone_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/dhrystone_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ac8ff0e168f..b4f6b4af24a 100644 --- a/examples/benchmarks/dhrystone_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/dhrystone_benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/dhrystone_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/dhrystone_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1511eacb020..764f0999838 100644 --- a/examples/benchmarks/dhrystone_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/dhrystone_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/dhrystone_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/dhrystone_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a25c948c046..8a54c02bafa 100644 --- a/examples/benchmarks/dhrystone_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/dhrystone_benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/dhrystone_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/dhrystone_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d309b201231..5d84093119d 100644 --- a/examples/benchmarks/dhrystone_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/dhrystone_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/dhrystone_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/dhrystone_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 32b15e5ff31..682b73ad9d7 100644 --- a/examples/benchmarks/dhrystone_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/dhrystone_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/dhrystone_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/dhrystone_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 778c58ac13c..381ccfe91fe 100644 --- a/examples/benchmarks/dhrystone_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/dhrystone_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/dhrystone_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/dhrystone_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b7e0467d523..7e552ce4b91 100644 --- a/examples/benchmarks/dhrystone_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/dhrystone_benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/dhrystone_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/dhrystone_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2a8e0d2b6a2..e0e3317f6b3 100644 --- a/examples/benchmarks/dhrystone_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/dhrystone_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -90,7 +91,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/dhrystone_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/dhrystone_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9f96dd683a8..c89df362088 100644 --- a/examples/benchmarks/dhrystone_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/dhrystone_benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,7 +118,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -133,7 +134,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/dhrystone_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/dhrystone_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6432268dbc0..0fce5439cff 100644 --- a/examples/benchmarks/dhrystone_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/dhrystone_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -90,7 +91,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/dhrystone_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/dhrystone_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9f96dd683a8..c89df362088 100644 --- a/examples/benchmarks/dhrystone_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/dhrystone_benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,7 +118,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -133,7 +134,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/dhrystone_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/dhrystone_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 30b48f4b864..a83f48b1630 100644 --- a/examples/benchmarks/dhrystone_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/dhrystone_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/dhrystone_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/dhrystone_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index af30c2658ec..d21ef39ce9b 100644 --- a/examples/benchmarks/dhrystone_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/dhrystone_benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/dhrystone_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/dhrystone_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b7c03aa2d25..f32bb412370 100644 --- a/examples/benchmarks/dhrystone_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/dhrystone_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/dhrystone_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/dhrystone_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6d653092004..241530bcdd6 100644 --- a/examples/benchmarks/dhrystone_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/dhrystone_benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cd2daf28e38..8c6ed22cbf7 100644 --- a/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,8 +88,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b484b67aafb..dd83d9ea1e2 100644 --- a/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index b8eca3c5d30..5a285216d39 100644 --- a/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,8 +88,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 77b4015dd17..aa9143dcdd7 100644 --- a/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/flsopskd_benchmark/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 67bf4e94252..36febca0edc 100644 --- a/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,8 +88,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e256d36d31a..c41a8dc8c14 100644 --- a/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index f620644a63e..974f141abb1 100644 --- a/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,8 +88,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index d89ae411c3e..6fed6aac7ee 100644 --- a/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/benchmarks/flsopskd_benchmark/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d36661a7554..3f68b5ab70e 100644 --- a/examples/benchmarks/ocmc_benchmarking/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7794e59e3b9..5647713838f 100644 --- a/examples/benchmarks/ocmc_benchmarking/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4bb535f3b36..1959f751a5b 100644 --- a/examples/benchmarks/ocmc_benchmarking/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3165cbc1928..7817b273c4a 100644 --- a/examples/benchmarks/ocmc_benchmarking/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 754c8df7b2b..aeaf3b024fd 100644 --- a/examples/benchmarks/ocmc_benchmarking/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 51d97dc7e80..18b0304f898 100644 --- a/examples/benchmarks/ocmc_benchmarking/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f4c1770a208..c6a61828fa1 100644 --- a/examples/benchmarks/ocmc_benchmarking/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 5a66c19ede1..4f7b45fbe35 100644 --- a/examples/benchmarks/ocmc_benchmarking/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cf7802a8286..a614a58d306 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 33992117027..8c640054b9b 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec index d21397f1c92..013da9ef1f8 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile index 5d23581798c..11adee76bd0 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss1-0_freertos/ti-arm-clang/example.projectspec index fef152965ec..f0eb06ea607 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile index c7f77346e9e..26377a70af0 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 239a95654fa..7597e334ad9 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 30e84bbb977..2dcbc3370c7 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/ocmc_benchmarking/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/ocmc_benchmarking/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bb4530f090a..230f7132aa6 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/ocmc_benchmarking/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/ocmc_benchmarking/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/ocmc_benchmarking/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 30e84bbb977..2dcbc3370c7 100644 --- a/examples/benchmarks/ocmc_benchmarking/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/ocmc_benchmarking/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a6040f999d2..d2baec7d98e 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3bb48182066..612514c2705 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 95c618eba2f..5bc4ac45e82 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 97a3fc8cf79..d523950b637 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f72e5927ef0..3aa4aa46c31 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ec2fda10414..ab190f099cc 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7cd5efe599c..8470d605f40 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index cabc676c082..eb52a87648d 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_16k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f585a41ae82..bc0d512e5f0 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f0848070490..4060bfc5484 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fdfad63d29c..e503bdf7749 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 27f29962c5b..e4afbaa81fd 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_32k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 73c24688a64..f3c8c5e61a0 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 14dc197e6cd..d4d3a7c75b6 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d5f0472d287..b650c964431 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index e7274643906..4a65b39b1e4 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_64k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 41314f75cb1..9f0cf6b58eb 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index bb65f247dbc..78ef3339d60 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 44e2ac51a38..892d6cb6ba8 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 61348f40839..3803bd6bddf 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_l2_cache_8k/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7603078f062..883213b165e 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a0cc504ee0f..dfd9c93ba52 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9c78a68257e..2afa0aa6e82 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index e265003daec..83acb312169 100644 --- a/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/flash_xip_smart_placement/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/ocram/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/ocram/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7198e281e09..22d1cf511a0 100644 --- a/examples/benchmarks/optiflash_benchmark/ocram/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/ocram/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/ocram/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/ocram/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e1d3abf6720..56d897581e2 100644 --- a/examples/benchmarks/optiflash_benchmark/ocram/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/ocram/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/optiflash_benchmark/ocram/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/optiflash_benchmark/ocram/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ed2ea6573b1..0cda61c7d22 100644 --- a/examples/benchmarks/optiflash_benchmark/ocram/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/optiflash_benchmark/ocram/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -fno-common -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/optiflash_benchmark/ocram/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/optiflash_benchmark/ocram/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 5c765018d56..27e0bb38739 100644 --- a/examples/benchmarks/optiflash_benchmark/ocram/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/optiflash_benchmark/ocram/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/sram_overlay_benchmark/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/sram_overlay_benchmark/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 66e161a2eb6..80c780aaccd 100644 --- a/examples/benchmarks/sram_overlay_benchmark/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/sram_overlay_benchmark/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/sram_overlay_benchmark/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/sram_overlay_benchmark/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f388bb9c5f7..fcee7d9c68f 100644 --- a/examples/benchmarks/sram_overlay_benchmark/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/sram_overlay_benchmark/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/sram_overlay_benchmark/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/sram_overlay_benchmark/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 33d1f699832..62e09f26c08 100644 --- a/examples/benchmarks/sram_overlay_benchmark/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/sram_overlay_benchmark/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/sram_overlay_benchmark/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/sram_overlay_benchmark/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f11149e13f7..70297183ed2 100644 --- a/examples/benchmarks/sram_overlay_benchmark/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/sram_overlay_benchmark/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/benchmarks/sram_overlay_benchmark/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/benchmarks/sram_overlay_benchmark/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f5154827c8c..8d7ec210be1 100644 --- a/examples/benchmarks/sram_overlay_benchmark/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/benchmarks/sram_overlay_benchmark/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/benchmarks/sram_overlay_benchmark/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/benchmarks/sram_overlay_benchmark/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index bb87b374875..ba9de30ea9b 100644 --- a/examples/benchmarks/sram_overlay_benchmark/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/benchmarks/sram_overlay_benchmark/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,7 +128,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_alternate_dma_trigger/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_alternate_dma_trigger/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0f21e2d2532..6c4612f68f6 100644 --- a/examples/drivers/adc/adc_alternate_dma_trigger/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_alternate_dma_trigger/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_alternate_dma_trigger/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_alternate_dma_trigger/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 242a2a053f4..581beaf71d7 100644 --- a/examples/drivers/adc/adc_alternate_dma_trigger/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_alternate_dma_trigger/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_alternate_dma_trigger/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_alternate_dma_trigger/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d5f12a94cb0..4d4e02cadc2 100644 --- a/examples/drivers/adc/adc_alternate_dma_trigger/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_alternate_dma_trigger/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_alternate_dma_trigger/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_alternate_dma_trigger/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2f18c6c28de..95e649137d5 100644 --- a/examples/drivers/adc/adc_alternate_dma_trigger/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_alternate_dma_trigger/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_alternate_dma_trigger/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_alternate_dma_trigger/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f35f3e6be99..be0fe1be3df 100644 --- a/examples/drivers/adc/adc_alternate_dma_trigger/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_alternate_dma_trigger/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_alternate_dma_trigger/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_alternate_dma_trigger/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 91379c16e6c..b250cfe4850 100644 --- a/examples/drivers/adc/adc_alternate_dma_trigger/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_alternate_dma_trigger/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_alternate_dma_trigger/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_alternate_dma_trigger/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5108eccbd3c..77fa6250857 100644 --- a/examples/drivers/adc/adc_alternate_dma_trigger/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_alternate_dma_trigger/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_alternate_dma_trigger/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_alternate_dma_trigger/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 32d4ebea1c9..aa4d83f6b57 100644 --- a/examples/drivers/adc/adc_alternate_dma_trigger/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_alternate_dma_trigger/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7de4552aa76..cc7a3d0b45f 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c7a4bf3204c..229b5474b7a 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eaa7d9cfdd5..205cc320165 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4e773d95c38..f33899b1095 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index de42727f6ac..e8d68abd410 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index afed84f1252..e537377de58 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3c31e7407f9..2f74d66f49b 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d44e676c432..3ca7b6757ca 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3bdc55bccee..d16ea32ae3c 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1a1099f86d9..df562c2a976 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 08d22f0efcc..f5fc28448de 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1a1099f86d9..df562c2a976 100644 --- a/examples/drivers/adc/adc_burst_mode_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 30f050cc890..2e5806f01d9 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ac9a5796c65..e51298d76cb 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 99b9baae646..e8f31a667b0 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7ce0c09cd8d..8db6653a66a 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7103281e12c..d4062ea8e46 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 273da09640d..0ce51030259 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8fab0f2f473..e883aa30932 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f181b3d0a17..d286051c530 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 31cf0d2b0f7..ba422912c67 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3a61e127eca..0de41ec0b45 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_burst_mode_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 620f469506a..20bbb74d01b 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_burst_mode_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_burst_mode_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3a61e127eca..0de41ec0b45 100644 --- a/examples/drivers/adc/adc_burst_mode_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_burst_mode_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_dac_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_dac_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 25077164472..cd06e8605ed 100644 --- a/examples/drivers/adc/adc_dac_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_dac_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_dac_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_dac_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 876dfc9417a..ea258ac80ab 100644 --- a/examples/drivers/adc/adc_dac_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_dac_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_dac_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_dac_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 256e5453997..d99bbae34bb 100644 --- a/examples/drivers/adc/adc_dac_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_dac_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_dac_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_dac_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 0d40c180569..7c4f33b1c36 100644 --- a/examples/drivers/adc/adc_dac_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_dac_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_dac_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_dac_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1f2826b6cf7..dc45b925904 100644 --- a/examples/drivers/adc/adc_dac_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_dac_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_dac_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_dac_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5db29a7dc0c..db0d07a95f3 100644 --- a/examples/drivers/adc/adc_dac_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_dac_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_dac_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_dac_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fde155c3793..66948cab353 100644 --- a/examples/drivers/adc/adc_dac_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_dac_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_dac_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_dac_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b2e4d28a009..bf5999aedee 100644 --- a/examples/drivers/adc/adc_dac_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_dac_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_differential_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_differential_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e953c85b9f9..53495523a13 100644 --- a/examples/drivers/adc/adc_differential_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_differential_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_differential_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_differential_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3a087dac783..edf1a12c22b 100644 --- a/examples/drivers/adc/adc_differential_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_differential_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_differential_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_differential_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 860af7bfb9b..edc948fd23c 100644 --- a/examples/drivers/adc/adc_differential_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_differential_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_differential_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_differential_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a4e1291311f..6da1ddad2d3 100644 --- a/examples/drivers/adc/adc_differential_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_differential_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_differential_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_differential_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a95d7356c07..24bc66af576 100644 --- a/examples/drivers/adc/adc_differential_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_differential_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_differential_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_differential_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 79629c27e7e..78728eb5d1c 100644 --- a/examples/drivers/adc/adc_differential_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_differential_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_differential_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_differential_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 28da4e7bf63..267320194e9 100644 --- a/examples/drivers/adc/adc_differential_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_differential_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_differential_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_differential_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1a5aac09535..928683e0ee5 100644 --- a/examples/drivers/adc/adc_differential_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_differential_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_differential_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_differential_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7c61275954e..c2b603b3aab 100644 --- a/examples/drivers/adc/adc_differential_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_differential_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_differential_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_differential_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2d8529d201f..eb94eea47c0 100644 --- a/examples/drivers/adc/adc_differential_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_differential_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_differential_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_differential_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0da59757a64..2f76f85b8e0 100644 --- a/examples/drivers/adc/adc_differential_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_differential_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_differential_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_differential_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2d8529d201f..eb94eea47c0 100644 --- a/examples/drivers/adc/adc_differential_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_differential_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_early_interrupt_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 261f401b0d6..c33a46b93ae 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_early_interrupt_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_early_interrupt_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 32ab8ada37c..3e14f47dba3 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_early_interrupt_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_early_interrupt_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f2f7ffab6f7..7dc0cb820b9 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_early_interrupt_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_early_interrupt_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7361e8308fe..99ddae61e5a 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_early_interrupt_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_early_interrupt_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2fc01df12e9..c126d98d43b 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_early_interrupt_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_early_interrupt_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 91ae6a8d8b0..0dd520c4c40 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_early_interrupt_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_early_interrupt_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 01f6c1d6e05..deda0c0fd72 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_early_interrupt_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_early_interrupt_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cd49b7b5065..af80a4f79b1 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_early_interrupt_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_early_interrupt_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8f594edec89..6786f2c5145 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_early_interrupt_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_early_interrupt_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7234cd58217..df708f91ed4 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_early_interrupt_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_early_interrupt_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e860062f3f8..c2a7b72bcd9 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_early_interrupt_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_early_interrupt_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_early_interrupt_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7234cd58217..df708f91ed4 100644 --- a/examples/drivers/adc/adc_early_interrupt_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_early_interrupt_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_global_force/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_global_force/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 194eb0fe38b..3b7dc10e3d5 100644 --- a/examples/drivers/adc/adc_global_force/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_global_force/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_global_force/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_global_force/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 70669b3b3c5..a10a60134f9 100644 --- a/examples/drivers/adc/adc_global_force/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_global_force/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_global_force/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_global_force/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3df5fc59195..b8544f04d69 100644 --- a/examples/drivers/adc/adc_global_force/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_global_force/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_global_force/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_global_force/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e5fbf1e2555..af196772864 100644 --- a/examples/drivers/adc/adc_global_force/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_global_force/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_global_force/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_global_force/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fc351a3a5ed..79f1706462d 100644 --- a/examples/drivers/adc/adc_global_force/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_global_force/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_global_force/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_global_force/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6cadc7fc93c..69d9962cbf0 100644 --- a/examples/drivers/adc/adc_global_force/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_global_force/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_global_force/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_global_force/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c68191497f7..99f5b386f5f 100644 --- a/examples/drivers/adc/adc_global_force/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_global_force/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_global_force/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_global_force/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f80a2242779..295ede82139 100644 --- a/examples/drivers/adc/adc_global_force/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_global_force/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_high_priority_soc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_high_priority_soc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7245fe06af5..759655eaf96 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_high_priority_soc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_high_priority_soc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_high_priority_soc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0c1e568dc1b..4dfcbca8148 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_high_priority_soc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_high_priority_soc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_high_priority_soc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ca41ef54cec..4db8609d15b 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_high_priority_soc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_high_priority_soc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_high_priority_soc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9b169ad29c7..5114da3f5c1 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_high_priority_soc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_high_priority_soc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_high_priority_soc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b94b8dfe2f..a7658197593 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_high_priority_soc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_high_priority_soc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_high_priority_soc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ffc9add15ad..92de37d79ef 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_high_priority_soc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_high_priority_soc/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_high_priority_soc/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2d278c003ce..f3f6fde4957 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_high_priority_soc/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_high_priority_soc/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_high_priority_soc/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bff55f70a52..723e11f6563 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_high_priority_soc/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_high_priority_soc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_high_priority_soc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 266940abcb4..8d98abee116 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_high_priority_soc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_high_priority_soc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_high_priority_soc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a4ad188e9c5..283a945f409 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_high_priority_soc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_high_priority_soc/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_high_priority_soc/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f9c8f53c28d..fdfac140c34 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_high_priority_soc/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_high_priority_soc/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_high_priority_soc/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a4ad188e9c5..283a945f409 100644 --- a/examples/drivers/adc/adc_high_priority_soc/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_high_priority_soc/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_multiple_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8fb47417292..8d57d98940d 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_multiple_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d156d62cab3..c7d9ee6a303 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_multiple_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5905cf17f64..82e79927e62 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_multiple_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3b6678a034c..e73f23f09f4 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_multiple_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d10fb39ed14..170ee77af22 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_multiple_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 71896c39820..5c513fd4585 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_multiple_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fd85ace2240..9193b1f50ab 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_multiple_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a328a5e52b3..5d302d1171b 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_multiple_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 67e700a2d6f..73451d4a1f0 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_multiple_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1ad386ac605..c0000cae9b1 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_multiple_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1a679f33762..8ce8c47af2e 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_multiple_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_multiple_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1ad386ac605..c0000cae9b1 100644 --- a/examples/drivers/adc/adc_multiple_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_multiple_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_open_shorts_detection/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_open_shorts_detection/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b94e02a8d2e..2e58cb4275d 100644 --- a/examples/drivers/adc/adc_open_shorts_detection/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_open_shorts_detection/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_open_shorts_detection/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_open_shorts_detection/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b0adc3ed37e..35683120d64 100644 --- a/examples/drivers/adc/adc_open_shorts_detection/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_open_shorts_detection/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_open_shorts_detection/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_open_shorts_detection/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6b7141398df..e90f4fffc1d 100644 --- a/examples/drivers/adc/adc_open_shorts_detection/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_open_shorts_detection/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_open_shorts_detection/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_open_shorts_detection/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6114e5e54a6..a601b041b0a 100644 --- a/examples/drivers/adc/adc_open_shorts_detection/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_open_shorts_detection/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_open_shorts_detection/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_open_shorts_detection/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d9b195a8948..e65c5e52852 100644 --- a/examples/drivers/adc/adc_open_shorts_detection/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_open_shorts_detection/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_open_shorts_detection/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_open_shorts_detection/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 48fe33e4b2f..581b9803e03 100644 --- a/examples/drivers/adc/adc_open_shorts_detection/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_open_shorts_detection/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_open_shorts_detection/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_open_shorts_detection/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b433bc2e520..876f2ffbd2d 100644 --- a/examples/drivers/adc/adc_open_shorts_detection/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_open_shorts_detection/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_open_shorts_detection/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_open_shorts_detection/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3ce696f2764..fb4cf7d4dfc 100644 --- a/examples/drivers/adc/adc_open_shorts_detection/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_open_shorts_detection/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_delay/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_delay/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 275cd07aadb..f3786d05891 100644 --- a/examples/drivers/adc/adc_ppb_delay/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_delay/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_delay/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_delay/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e4bc213c982..8fd9ee38146 100644 --- a/examples/drivers/adc/adc_ppb_delay/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_delay/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_delay/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_delay/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a5ea160db52..3ca5e29515e 100644 --- a/examples/drivers/adc/adc_ppb_delay/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_delay/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_delay/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_delay/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5bdb11e87ee..1f3b630af10 100644 --- a/examples/drivers/adc/adc_ppb_delay/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_delay/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_delay/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_delay/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0b7ab6ea4ab..5adfa28d301 100644 --- a/examples/drivers/adc/adc_ppb_delay/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_delay/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_delay/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_delay/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fd87d817567..7c20f247271 100644 --- a/examples/drivers/adc/adc_ppb_delay/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_delay/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_delay/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_delay/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b4da4ba4acb..26058e6dd65 100644 --- a/examples/drivers/adc/adc_ppb_delay/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_delay/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_delay/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_delay/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7cef99fb064..8b8f6d1b678 100644 --- a/examples/drivers/adc/adc_ppb_delay/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_delay/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_delay/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_delay/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8e5eb8a189c..1df968b2f03 100644 --- a/examples/drivers/adc/adc_ppb_delay/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_delay/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_delay/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_delay/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c8f86d6b968..8deefd75e91 100644 --- a/examples/drivers/adc/adc_ppb_delay/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_delay/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_delay/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_delay/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2951bef1c43..cd43e1937c7 100644 --- a/examples/drivers/adc/adc_ppb_delay/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_delay/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_delay/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_delay/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c8f86d6b968..8deefd75e91 100644 --- a/examples/drivers/adc/adc_ppb_delay/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_delay/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_epwm_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3ea7424f9c2..dd96154d2e9 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_epwm_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 27d66335f91..e21f2845d96 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_epwm_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0535a0891f6..eb31cd0000d 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_epwm_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 64491340e05..7bf564d6db2 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_epwm_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b2513aac07b..f8203224f64 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_epwm_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7f49b775e0d..4a754512867 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_epwm_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 38b3b589597..e017d370d21 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_epwm_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9a12aa738a9..d690e23ef5d 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_epwm_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7e97e315ed8..7d604f31d8e 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_epwm_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6c874dc366a..58decdf9cd8 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_epwm_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6829e1ce350..fb679f82dc2 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_epwm_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_epwm_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6c874dc366a..58decdf9cd8 100644 --- a/examples/drivers/adc/adc_ppb_epwm_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_epwm_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_limits/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_limits/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e201a6ce396..b951dc46966 100644 --- a/examples/drivers/adc/adc_ppb_limits/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_limits/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_limits/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_limits/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 02e309a9ebc..b6f87357e6a 100644 --- a/examples/drivers/adc/adc_ppb_limits/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_limits/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_limits/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_limits/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e97c71f8275..3920072e579 100644 --- a/examples/drivers/adc/adc_ppb_limits/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_limits/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_limits/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_limits/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 63f895b7660..3d1c322b04e 100644 --- a/examples/drivers/adc/adc_ppb_limits/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_limits/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_limits/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_limits/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index be0de0a8923..6c5abfbc4c9 100644 --- a/examples/drivers/adc/adc_ppb_limits/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_limits/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_limits/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_limits/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1969d6dd78f..1f6f9b5cde7 100644 --- a/examples/drivers/adc/adc_ppb_limits/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_limits/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_limits/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_limits/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d9c7d56e176..e2ab2095201 100644 --- a/examples/drivers/adc/adc_ppb_limits/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_limits/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_limits/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_limits/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b2bde5bb2db..93ea1079ceb 100644 --- a/examples/drivers/adc/adc_ppb_limits/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_limits/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_limits/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_limits/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 35777c39474..c887921010c 100644 --- a/examples/drivers/adc/adc_ppb_limits/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_limits/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_limits/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_limits/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b8327d7d1ea..09eb699cb4f 100644 --- a/examples/drivers/adc/adc_ppb_limits/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_limits/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_limits/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_limits/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dea2617c876..b257ac311e8 100644 --- a/examples/drivers/adc/adc_ppb_limits/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_limits/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_limits/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_limits/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b8327d7d1ea..09eb699cb4f 100644 --- a/examples/drivers/adc/adc_ppb_limits/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_limits/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cc185cf8d87..78bb9e58bd5 100644 --- a/examples/drivers/adc/adc_ppb_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index aadda359a8c..f4626e4edc8 100644 --- a/examples/drivers/adc/adc_ppb_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_offset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cb331c7d713..852f42a8aaf 100644 --- a/examples/drivers/adc/adc_ppb_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 15b06887d39..5aacc61502e 100644 --- a/examples/drivers/adc/adc_ppb_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_offset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d8f13d8f7bd..77a41b3daed 100644 --- a/examples/drivers/adc/adc_ppb_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e1d8634c655..624bc3304b6 100644 --- a/examples/drivers/adc/adc_ppb_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_offset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 018e0b398a7..26a7c03958d 100644 --- a/examples/drivers/adc/adc_ppb_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b9c241750fb..6aab1fd5663 100644 --- a/examples/drivers/adc/adc_ppb_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_offset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bc124436af1..8c60ffbc3ee 100644 --- a/examples/drivers/adc/adc_ppb_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c00c390c77d..d1a7a09bc85 100644 --- a/examples/drivers/adc/adc_ppb_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_offset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_ppb_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_ppb_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 846b96949cc..41bd9620551 100644 --- a/examples/drivers/adc/adc_ppb_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_ppb_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_ppb_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_ppb_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c00c390c77d..d1a7a09bc85 100644 --- a/examples/drivers/adc/adc_ppb_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_ppb_offset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_safety_checker/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_safety_checker/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 806e805c5df..035799c40a3 100644 --- a/examples/drivers/adc/adc_safety_checker/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_safety_checker/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_safety_checker/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_safety_checker/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b165a1b7c21..6165fe9bf62 100644 --- a/examples/drivers/adc/adc_safety_checker/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_safety_checker/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_safety_checker/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_safety_checker/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 485c1fb0817..109c5f3262a 100644 --- a/examples/drivers/adc/adc_safety_checker/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_safety_checker/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_safety_checker/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_safety_checker/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 08f2282b02a..1974904c0f0 100644 --- a/examples/drivers/adc/adc_safety_checker/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_safety_checker/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_safety_checker/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_safety_checker/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 627dc8874e6..9949c5bf28b 100644 --- a/examples/drivers/adc/adc_safety_checker/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_safety_checker/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_safety_checker/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_safety_checker/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7a0e5d82f0a..ff8e7b52ec0 100644 --- a/examples/drivers/adc/adc_safety_checker/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_safety_checker/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_safety_checker/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_safety_checker/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9e3c15781c4..e057b420aa5 100644 --- a/examples/drivers/adc/adc_safety_checker/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_safety_checker/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_safety_checker/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_safety_checker/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index db115e9044f..940c49d98e5 100644 --- a/examples/drivers/adc/adc_safety_checker/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_safety_checker/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index cfe495345a3..96071b0217b 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 2527c4745f0..21682e1dd92 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4a366b42a20..18b3a1e86b4 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1d374c783e2..c89334100b4 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 23f90ccad1a..41c161579fe 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index f8d9324a576..29bf6d55801 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ee3ae9dedab..400beec0952 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 5237dea103b..7e4feb1380e 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_singleshot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index fa91ad801e4..c8433fa4aa5 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 22cb3a13158..33efd1f463e 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 464c0ee6167..66a37d8d339 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2209374d1d5..c9e57d8bf02 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index ae5ecb2d158..68fb3f18dec 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index faabf92483d..b16ea2f2dab 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5030e7bb848..cffc598453b 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e194a2ea81e..ca971e0257b 100644 --- a/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_singleshot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 6473d0a0081..2bb65914c01 100644 --- a/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index c74329192d0..319369c1a8e 100644 --- a/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 93e2959c3e7..158c3965d13 100644 --- a/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 3cac9d68106..dba31bb41f9 100644 --- a/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/adc/adc_singleshot/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 31b6470166c..a9aa23c0cc2 100644 --- a/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a90e5174b75..3587d3c370d 100644 --- a/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dc36b4155a2..3dcefdd3428 100644 --- a/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 189d89dbcfc..1a8a7268e8b 100644 --- a/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_singleshot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 67a4841785e..cbd89fb9b48 100644 --- a/examples/drivers/adc/adc_soc_continuous/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 11938929713..14bfb06912e 100644 --- a/examples/drivers/adc/adc_soc_continuous/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 58a5798fead..e4de29c172c 100644 --- a/examples/drivers/adc/adc_soc_continuous/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1f64a18cba0..7c43cdafbdc 100644 --- a/examples/drivers/adc/adc_soc_continuous/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3c918134a82..d0af299f272 100644 --- a/examples/drivers/adc/adc_soc_continuous/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ad8896fd538..5f2cfef7c30 100644 --- a/examples/drivers/adc/adc_soc_continuous/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f1e6d350046..5732ed42c25 100644 --- a/examples/drivers/adc/adc_soc_continuous/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 33818580314..d471c27677d 100644 --- a/examples/drivers/adc/adc_soc_continuous/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 682767db302..c1a2dd380a7 100644 --- a/examples/drivers/adc/adc_soc_continuous/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 18900edbeec..3ce2497dc5d 100644 --- a/examples/drivers/adc/adc_soc_continuous/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a4554c16d38..5d58379ffcb 100644 --- a/examples/drivers/adc/adc_soc_continuous/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 18900edbeec..3ce2497dc5d 100644 --- a/examples/drivers/adc/adc_soc_continuous/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 94047b2a74f..bd345fbecc2 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4574cc303c0..01d841d82dc 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d1bec1d9a0a..18db21cdac0 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 51041c8388b..430be02d807 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7b47e027eac..a7e5d2dcb78 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b98c9464513..509efcb9074 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6109524bffb..f8c7addb282 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 80177173c04..53ebfceddf6 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a3c7c55568d..7b9c98b52e0 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6fbda13ed15..d3d69fa99eb 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_continuous_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 13ae7eeadd8..2df3a8098c2 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_continuous_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_continuous_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_continuous_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6fbda13ed15..d3d69fa99eb 100644 --- a/examples/drivers/adc/adc_soc_continuous_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_continuous_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_ecap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_ecap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e1e504b4973..e9541722537 100644 --- a/examples/drivers/adc/adc_soc_ecap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_ecap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_ecap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_ecap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d790a7e91a7..ebf52f8d926 100644 --- a/examples/drivers/adc/adc_soc_ecap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_ecap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_ecap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_ecap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 527cbdd92cf..73498d48f84 100644 --- a/examples/drivers/adc/adc_soc_ecap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_ecap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_ecap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_ecap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4383f0e544b..ee12b84ddd0 100644 --- a/examples/drivers/adc/adc_soc_ecap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_ecap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2ea1ecba1c0..7d9163a79df 100644 --- a/examples/drivers/adc/adc_soc_ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2f4be772f52..9da06ede7dc 100644 --- a/examples/drivers/adc/adc_soc_ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_ecap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_ecap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c0a737fcad7..8ed75b1390f 100644 --- a/examples/drivers/adc/adc_soc_ecap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_ecap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_ecap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_ecap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1d826fa779e..fb8ca1609e3 100644 --- a/examples/drivers/adc/adc_soc_ecap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_ecap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bcc63d79f41..e7244892685 100644 --- a/examples/drivers/adc/adc_soc_ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 944f8274787..d918f493bbc 100644 --- a/examples/drivers/adc/adc_soc_ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_ecap/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_ecap/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f771fd5db39..263a4237ac9 100644 --- a/examples/drivers/adc/adc_soc_ecap/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_ecap/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_ecap/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_ecap/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 944f8274787..d918f493bbc 100644 --- a/examples/drivers/adc/adc_soc_ecap/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_ecap/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8fe43ff52b2..03c3909ca50 100644 --- a/examples/drivers/adc/adc_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f4d894425e9..71e08b17d9f 100644 --- a/examples/drivers/adc/adc_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_epwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8b6ee07316c..4e8a405f5ec 100644 --- a/examples/drivers/adc/adc_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ceb04c23ae6..d291cde690b 100644 --- a/examples/drivers/adc/adc_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_epwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6365bfa88de..da7f4125681 100644 --- a/examples/drivers/adc/adc_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 34651334342..b071f52b155 100644 --- a/examples/drivers/adc/adc_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eea7c5d3c45..f85ec02d46d 100644 --- a/examples/drivers/adc/adc_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9d7405ca3d8..2d181aeaa0b 100644 --- a/examples/drivers/adc/adc_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_epwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 526db212901..6b59e710acf 100644 --- a/examples/drivers/adc/adc_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7c774c364a8..128e1e3940d 100644 --- a/examples/drivers/adc/adc_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8cc530783ea..e8c2b316ba7 100644 --- a/examples/drivers/adc/adc_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7c774c364a8..128e1e3940d 100644 --- a/examples/drivers/adc/adc_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_epwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85dbe27e6ab..b861cd5f5bb 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cd675eb33e4..9dd703a3207 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cf5affa0b14..e543846e128 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index dbade94a5a6..79673797f33 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cc6e0d1597a..5c3beaf46bb 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d4d3cda22cd..b614c7099d8 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ae7dd9d1b3b..c51f518b53d 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 54049c99684..d0f5be0ef2c 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2932e274694..81ad318d1ee 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 87e7f3985d8..b947e6e1f22 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_oversampling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7a716edb28f..b8987ab5297 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 87e7f3985d8..b947e6e1f22 100644 --- a/examples/drivers/adc/adc_soc_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_oversampling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ab1753e3a18..ec55b9cd846 100644 --- a/examples/drivers/adc/adc_soc_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ca19fe783f6..5c9a5509eea 100644 --- a/examples/drivers/adc/adc_soc_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 21c477ba16e..20b1ee10d70 100644 --- a/examples/drivers/adc/adc_soc_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a3a37c16274..023e6c79361 100644 --- a/examples/drivers/adc/adc_soc_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 41a62ec817e..28a19714573 100644 --- a/examples/drivers/adc/adc_soc_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2f72ab5b40b..1ea3a5a15eb 100644 --- a/examples/drivers/adc/adc_soc_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 624319ad9a3..7f9b5322be1 100644 --- a/examples/drivers/adc/adc_soc_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 684c39fc724..e66f753f271 100644 --- a/examples/drivers/adc/adc_soc_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0b013ca357c..2ddd5cf6083 100644 --- a/examples/drivers/adc/adc_soc_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 213874bce40..19033cc92f0 100644 --- a/examples/drivers/adc/adc_soc_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 889997fe0f5..404936032a6 100644 --- a/examples/drivers/adc/adc_soc_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 213874bce40..19033cc92f0 100644 --- a/examples/drivers/adc/adc_soc_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3ea610f72a1..a0cc58fadec 100644 --- a/examples/drivers/adc/adc_soc_software/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 17fa81916a9..c66f40cc1bf 100644 --- a/examples/drivers/adc/adc_soc_software/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4681e870b97..5971da16b11 100644 --- a/examples/drivers/adc/adc_soc_software/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 045e66ce397..1ed889f6121 100644 --- a/examples/drivers/adc/adc_soc_software/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bbd027bcfef..732dac2f8fb 100644 --- a/examples/drivers/adc/adc_soc_software/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e7b1d22357c..ae164d74df0 100644 --- a/examples/drivers/adc/adc_soc_software/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e812ee202d7..00db5f7672f 100644 --- a/examples/drivers/adc/adc_soc_software/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d4082c4b076..e08260039f8 100644 --- a/examples/drivers/adc/adc_soc_software/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 352ed8de923..3156b4045c8 100644 --- a/examples/drivers/adc/adc_soc_software/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2f717431fe0..32f4b74ab51 100644 --- a/examples/drivers/adc/adc_soc_software/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3b9aa3956b6..e8fd0c7babc 100644 --- a/examples/drivers/adc/adc_soc_software/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2f717431fe0..32f4b74ab51 100644 --- a/examples/drivers/adc/adc_soc_software/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1b6b530026b..01d29355b5d 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 55ef36e3397..b0c48c4f86c 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index edd85f951c6..169516b25a2 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e5eb1093686..4614e891065 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c63ccbcf595..868e8e7ef6b 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e42b7482e93..31364b6446f 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8d1dbb84e96..f83a9035aa0 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 55de0cb9e40..2da5a75b117 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85fcfaf7e51..d4a74760e6e 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b5d164698ad..e75fa589807 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_soc_software_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_soc_software_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 08c393e55b2..b3d010120d7 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_soc_software_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_soc_software_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_soc_software_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b5d164698ad..e75fa589807 100644 --- a/examples/drivers/adc/adc_soc_software_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_soc_software_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8de0849ef79..285fbc11d8b 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cec45069bcc..6facffb4005 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4f78395832f..5b6ae59ad27 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3b14cfbe4e9..ed95857d718 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3553c5045f..8e556f4ec08 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8df1e29d868..e304e106cc5 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 555d479c9e8..abd024e2855 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b5ebb1c5562..2610550def3 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f488ac6c9cc..b1a88e2ca46 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fc4c6c48dd0..1d3f29fa870 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d7653907cd0..a2e2be4a381 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fc4c6c48dd0..1d3f29fa870 100644 --- a/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_sw_interleaved_averaging/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e3664c2daf0..19e1ae41f98 100644 --- a/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a67216cfd93..61f4c90b985 100644 --- a/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 21c66289085..0c94ad286c5 100644 --- a/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 648eeb03221..49ff0bbc639 100644 --- a/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_trigger_repeater_oversampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1ac2a56b25a..d758f32ec78 100644 --- a/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f0d42ececc5..abdd08f9480 100644 --- a/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0ed73e7608f..a6769780d7a 100644 --- a/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 979cd422da5..03dd6957449 100644 --- a/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_trigger_repeater_oversampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 57a5969b377..9e86efdaa14 100644 --- a/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7db5533dd1e..694f5991bf9 100644 --- a/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2baab4c1729..591e3149f46 100644 --- a/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c863327ddf0..5fbc8a89ba6 100644 --- a/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_trigger_repeater_undersampling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d9028fae250..5b5171fed87 100644 --- a/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b5a5534aa79..ea23554ccec 100644 --- a/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e1b38576d5a..7cc734b599c 100644 --- a/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 696dd4bb47f..62e7bd80109 100644 --- a/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/adc/adc_trigger_repeater_undersampling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6ec251d3ed5..e794a178884 100644 --- a/examples/drivers/boot/sbl_can/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 74d8a17cbbf..7698360af73 100644 --- a/examples/drivers/boot/sbl_can/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 22b2b1cf8e3..899237bec94 100644 --- a/examples/drivers/boot/sbl_can/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 16d9b10f9b3..df5317c46dc 100644 --- a/examples/drivers/boot/sbl_can/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1e45c9bbe5f..8c1d21397eb 100644 --- a/examples/drivers/boot/sbl_can/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6d0209e5680..aac4e4fafcf 100644 --- a/examples/drivers/boot/sbl_can/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5f13a96985e..fa0be94da28 100644 --- a/examples/drivers/boot/sbl_can/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c976f3655ed..38354ead793 100644 --- a/examples/drivers/boot/sbl_can/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5f3b314cf26..55062fd58dd 100644 --- a/examples/drivers/boot/sbl_can/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 165f5ef38b9..c704bb1d4b3 100644 --- a/examples/drivers/boot/sbl_can/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,10 +106,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,10 +122,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9d97f25583e..cdc0302bf7f 100644 --- a/examples/drivers/boot/sbl_can/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ea2d27293cb..0b3624d8fad 100644 --- a/examples/drivers/boot/sbl_can/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,10 +106,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,10 +122,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 68293d04a9b..0e3515ddb6c 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 129d207fe48..d9312d25b09 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bb74d478950..abca4439d40 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4307010d790..059383b87df 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 22a942e933d..8eccc8be923 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 48d4d84f614..39308fec99e 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ed8bb2af054..c98188e79ee 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1ba7b84b308..dbbfc97b6b5 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5245071a67b..4fa68c225d2 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7f0feeb368b..a1bb2e3c358 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,10 +106,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,10 +122,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2cb02d83196..e6540bd4a28 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9ca63e6a11e..25fc90d1e7a 100644 --- a/examples/drivers/boot/sbl_can_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,10 +106,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,10 +122,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4b95e1f5aa4..a30177a932d 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 00c19bd15e7..90e00de9317 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3c085b77e3c..f3284d8844b 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 92b0cfe76ba..da304dd8f00 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 77b39826011..2f02fd17230 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,11 +74,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,11 +89,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1ec021e6253..60442f41150 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,11 +106,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,11 +123,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1aaacf6505a..57e75554671 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,11 +74,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,11 +89,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 10961d1ad01..5700ab7e17f 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,11 +106,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,11 +123,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d2557064e21..c3a74c5d549 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,11 +75,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,11 +90,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index daceec20016..1ef82edb049 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,11 +107,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,11 +124,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 266ec61dd34..0e60be1ddde 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,11 +75,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,11 +90,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 18b147a96c9..0b0d84164c4 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,11 +107,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,11 +124,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 17c42c81b1a..67d4169781a 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib - -lmiddleware.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 48f087c2384..a7342f2a09b 100644 --- a/examples/drivers/boot/sbl_can_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index de6239e6310..bffc3eac319 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 19c631ac77b..b5996b8840c 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 27e7abba1f2..fb67ee4d5d9 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e8f5e5f14b9..be867f313dd 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cab2c3c67fd..7ff79bdb703 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,11 +74,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,11 +89,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 633054bcab4..12349e5d8ba 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,11 +106,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,11 +123,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1bc394acd93..d7e870989a6 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,11 +74,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,11 +89,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b3df9b748de..d97b4642b64 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,11 +106,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,11 +123,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1b80bd7502d..655dc45c5bb 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,11 +75,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,11 +90,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 993ffa4a6e9..1d95b5f17b0 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,11 +107,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,11 +124,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 28c0b69a8ef..6888116cefb 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,11 +75,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,11 +90,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 69e1102facd..412df2833a9 100644 --- a/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_can_uniflash_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,11 +107,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,11 +124,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 67d4b188d8f..1a5e306f1ea 100644 --- a/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 7abf8ca1e52..7dbffd2d422 100644 --- a/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,10 +102,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,10 +123,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 46823a5087a..08eebee89bf 100644 --- a/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7143f09ef99..b4fb0baf8a9 100644 --- a/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 8ba0b951767..e08b397851f 100644 --- a/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index aad41df5c3e..fb28dfa4673 100644 --- a/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,10 +102,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,10 +123,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b2ef26ddee1..2a69507e0d2 100644 --- a/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6da1fabe73a..4d50ac6dcd2 100644 --- a/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bf8deaa1281..d453073cd9f 100644 --- a/examples/drivers/boot/sbl_dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-unused-function -DSOC_AM261X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,11 +78,11 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -93,11 +94,11 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f13be6e4f51..cd62c51756a 100644 --- a/examples/drivers/boot/sbl_dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ @@ -110,11 +111,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,11 +128,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e89fce3d0a7..6714c79de5d 100644 --- a/examples/drivers/boot/sbl_dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e70d57b2f0e..0662394407c 100644 --- a/examples/drivers/boot/sbl_dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b29457cda58..54c2822f655 100644 --- a/examples/drivers/boot/sbl_dfu_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-unused-function -DSOC_AM261X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,11 +78,11 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -93,11 +94,11 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ad370cb71df..1aedda39e34 100644 --- a/examples/drivers/boot/sbl_dfu_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ @@ -110,11 +111,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,11 +128,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 4dbf6cd4629..9619c02c036 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -92,11 +93,11 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lmiddleware.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lmiddleware.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index abc2c0ea77a..3c765ca02a9 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,11 +102,11 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -123,11 +124,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7e94c7f76b7..4d38c69882b 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,11 +76,11 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -90,11 +91,11 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmiddleware.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0981fad77e5..663134754fe 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,11 +108,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,11 +125,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index ebf2f0f40f9..e587e01a7af 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -92,11 +93,11 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lmiddleware.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lmiddleware.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index fa828340ed1..db436332e13 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,11 +102,11 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -123,11 +124,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d0b3d105aaf..1654083727e 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,11 +76,11 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -90,11 +91,11 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmiddleware.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8599dbe0345..fd11a0cf665 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,11 +108,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,11 +125,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 023c01f26b9..40f00586c21 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-unused-function -DSOC_AM261X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -78,12 +79,12 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -95,12 +96,12 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ea7b6993cb4..e70b8a14c43 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ @@ -111,12 +112,12 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,12 +130,12 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_dfu_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2a13718a9ee..e4663c0ee29 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_dfu_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,11 +76,11 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -90,11 +91,11 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lmiddleware.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_dfu_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_dfu_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c09711a31c5..e720682e5f8 100644 --- a/examples/drivers/boot/sbl_dfu_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_dfu_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,11 +108,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,11 +125,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 36b06822952..2d6ebcdcb32 100644 --- a/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -ffunction-sections -DSOC_AM243X -DDISABLE_WARM_REST_WA + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,7 +87,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 3c887014518..20133a705e4 100644 --- a/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DDISABLE_WARM_REST_WA \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ddc5c95e62d..9796abdafa1 100644 --- a/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM243X -DDISABLE_WARM_REST_WA + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2ba39f0a77d..e5a60c8bb54 100644 --- a/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_emmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DDISABLE_WARM_REST_WA \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_emmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_emmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ed368da0f3c..75fc284000e 100644 --- a/examples/drivers/boot/sbl_emmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_emmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM64X -DDISABLE_WARM_REST_WA + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_emmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_emmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f0871542b1d..6a359e9b890 100644 --- a/examples/drivers/boot/sbl_emmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_emmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DDISABLE_WARM_REST_WA \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_emmc_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_emmc_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a1a7d46d60c..849854d4d38 100644 --- a/examples/drivers/boot/sbl_emmc_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_emmc_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM64X -DDISABLE_WARM_REST_WA + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_emmc_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_emmc_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 89c0d508620..799e8985b17 100644 --- a/examples/drivers/boot/sbl_emmc_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_emmc_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DDISABLE_WARM_REST_WA \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 6711839e471..b86b805d8ea 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lmiddleware.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lmiddleware.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 8e6b19382e9..a3062c11686 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,9 +96,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 128e7737dba..03f9d0ce99f 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmiddleware.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 08998ee6a9c..092840c3283 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 3cb97013720..68cc2ea509a 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lmiddleware.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lmiddleware.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 98fc42c389e..2206deeed37 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,9 +96,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index faea5744c45..1e315e0b198 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmiddleware.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2aa877ae6aa..91741ecf881 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6b3414ce5a1..ee927e3c4aa 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 30f1bce0f42..42318698c7c 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 27dc79d2d92..2c2d2159c09 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 8f67baf04cd..d113f7484dc 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ea6e4b76681..c1d69e5fa7b 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3299b101af1..7cdee178074 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 06ce12b16ad..5e29c6c54bb 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bbbaefaa5b1..b1ee95bf813 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1ad8adbb20d..f349eeeafaf 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1fa150060b1..61ab01264eb 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1c4fda0c2a3..1d7b423ceba 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cf4041e5eb1..6a7be80fcdc 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ec01c4ff062..b21b56dac11 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lmiddleware.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 26db8f3ff54..8e1d1e2d602 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_jtag_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 506dbf55b25..ccb7764e1b6 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_jtag_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lmiddleware.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_jtag_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_jtag_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e3dafa5569c..48baa3b551f 100644 --- a/examples/drivers/boot/sbl_jtag_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_jtag_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 7d1d097e431..d2a7a5c483b 100644 --- a/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 6e8ce12560c..a3412e365ac 100644 --- a/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8295405a939..b59d593a603 100644 --- a/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 11fd09fea8d..5a8403883e8 100644 --- a/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0bc2f24ab83..477439a39a8 100644 --- a/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 067a8b7e956..19706316851 100644 --- a/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c8d6a2aa599..2fa332ac803 100644 --- a/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 47f515e7663..364e78481a8 100644 --- a/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c0765eac5d2..6c2de9e0412 100644 --- a/examples/drivers/boot/sbl_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,11 +74,11 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,11 +89,11 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index da29e86ec13..d5bc616878d 100644 --- a/examples/drivers/boot/sbl_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,11 +105,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,11 +122,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 71feff797ca..bd40b2f8167 100644 --- a/examples/drivers/boot/sbl_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,11 +74,11 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,11 +89,11 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index b2eac39e811..19ea1d3ca9f 100644 --- a/examples/drivers/boot/sbl_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,11 +105,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,11 +122,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6d113a9b721..1f23217e072 100644 --- a/examples/drivers/boot/sbl_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index db213e1e21d..c3b146d026f 100644 --- a/examples/drivers/boot/sbl_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 977f51a9fcd..f8abe83df61 100644 --- a/examples/drivers/boot/sbl_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8bf04fed1f5..2e37a60d3a1 100644 --- a/examples/drivers/boot/sbl_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0b9edbf0f56..d2c7c5e9b8a 100644 --- a/examples/drivers/boot/sbl_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8b7b997f87c..0fa7aea2e09 100644 --- a/examples/drivers/boot/sbl_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3222937119..a89745c09b6 100644 --- a/examples/drivers/boot/sbl_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index dc12b2675fb..3b08a19f261 100644 --- a/examples/drivers/boot/sbl_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a9fd4616961..6069f7d6550 100644 --- a/examples/drivers/boot/sbl_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3603ea79479..a53e0f593d5 100644 --- a/examples/drivers/boot/sbl_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 37f80522261..bc9e4a48989 100644 --- a/examples/drivers/boot/sbl_null/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 483772bdf51..580a31451bb 100644 --- a/examples/drivers/boot/sbl_null/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 22973e2670c..35060bf10ff 100644 --- a/examples/drivers/boot/sbl_null/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_null/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 71d090afa52..103f50c31dd 100644 --- a/examples/drivers/boot/sbl_null/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f7ffc39889c..c1c5a23bd47 100644 --- a/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -101,5 +102,7 @@ + + diff --git a/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index bb891eaac27..5b418ae3a1f 100644 --- a/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -160,7 +161,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(BOOTIMAGE_NAME) diff --git a/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/boot/sbl_null/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 4aafe17d3a5..92e3b5ea187 100644 --- a/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d47a0a0f6df..3dc3e16a2ec 100644 --- a/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 80c1c2e25d3..389883422a2 100644 --- a/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 15faa0ca6d7..bdb010dbe54 100644 --- a/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index e9dbfb3400c..63d66c24c6c 100644 --- a/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 2b480610ba5..2acb22f3967 100644 --- a/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 88677dd516f..1e6bfc99008 100644 --- a/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 36562d6a993..f388850e4d5 100644 --- a/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3a661c9bb44..87f4a88309c 100644 --- a/examples/drivers/boot/sbl_ospi/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1392032978f..62d0780147d 100644 --- a/examples/drivers/boot/sbl_ospi/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2e63cb13d8c..29e2f2a9b60 100644 --- a/examples/drivers/boot/sbl_ospi/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ae3f261efc3..44803bc5959 100644 --- a/examples/drivers/boot/sbl_ospi/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 27d3ac8a277..0c1e9d3fc72 100644 --- a/examples/drivers/boot/sbl_ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 89ce8a3490f..61c2b0a7793 100644 --- a/examples/drivers/boot/sbl_ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b309ea5724c..bd8de6fa987 100644 --- a/examples/drivers/boot/sbl_ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f07555a9f1d..1e8c11a7099 100644 --- a/examples/drivers/boot/sbl_ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9269d42884e..9106454886f 100644 --- a/examples/drivers/boot/sbl_ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 17a5eaac3e9..3899d4c3ca6 100644 --- a/examples/drivers/boot/sbl_ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0276ae218d1..441830272cf 100644 --- a/examples/drivers/boot/sbl_ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 3e0f4715d7d..8abc7d336a9 100644 --- a/examples/drivers/boot/sbl_ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d2cbf1d8a38..40e03d6a5a0 100644 --- a/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -101,5 +102,7 @@ + + diff --git a/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index d32fcdd4c1a..f8b8106c43c 100644 --- a/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -160,7 +161,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(BOOTIMAGE_NAME) diff --git a/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/boot/sbl_ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/boot/sbl_ospi_fastboot/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_fastboot/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 69af29a2a6e..ed8b4dec98b 100644 --- a/examples/drivers/boot/sbl_ospi_fastboot/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_fastboot/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_fastboot/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_fastboot/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bbcab3258a4..5f9c3f54f19 100644 --- a/examples/drivers/boot/sbl_ospi_fastboot/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_fastboot/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_fastboot/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_fastboot/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 677c7207577..1748e1ac68d 100644 --- a/examples/drivers/boot/sbl_ospi_fastboot/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_fastboot/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_fastboot/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_fastboot/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index eb8654fbe7b..5a75b3ac76b 100644 --- a/examples/drivers/boot/sbl_ospi_fastboot/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_fastboot/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_fastboot/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_fastboot/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7e9dae2625f..f2d4ff7a132 100644 --- a/examples/drivers/boot/sbl_ospi_fastboot/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_fastboot/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_fastboot/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_fastboot/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8df25f2417c..82f8511c21d 100644 --- a/examples/drivers/boot/sbl_ospi_fastboot/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_fastboot/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_fastboot/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_fastboot/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1291c7546aa..c8a34afbad8 100644 --- a/examples/drivers/boot/sbl_ospi_fastboot/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_fastboot/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_fastboot/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_fastboot/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9197e5c694c..6f2fcfd16d6 100644 --- a/examples/drivers/boot/sbl_ospi_fastboot/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_fastboot/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 36cc6b0976f..a02ecd4e61c 100644 --- a/examples/drivers/boot/sbl_ospi_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1b5f1988e1b..2e024fc5f7f 100644 --- a/examples/drivers/boot/sbl_ospi_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_linux/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index db9a2f958cf..b0d43088893 100644 --- a/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -101,5 +102,7 @@ + + diff --git a/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index d007cc7a2d1..d5c80e03fe0 100644 --- a/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -160,7 +161,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(BOOTIMAGE_NAME) diff --git a/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/boot/sbl_ospi_linux/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 5b28f17b7ae..d4de64ac1a2 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index c405f78b60d..aac1f59508d 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 45d1cb374a4..0ec9ba035a6 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0a006bc76e7..94bff89bab3 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 9a623c1ea4a..efc65e802f6 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index fdf8e04ecd9..92648050532 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 19a83d95e68..57b3c087a34 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 98f7a024ff2..a04b02f6778 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_multi_partition/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8de98ca9c24..89a51e013d5 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_multi_partition/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index df4d666ffe5..397fec3cc82 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_multi_partition/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cb16736292b..ab689ce5519 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_multi_partition/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_multi_partition/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index e913d2ae40b..5678305b063 100644 --- a/examples/drivers/boot/sbl_ospi_multi_partition/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_multi_partition/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 640c7f9a6ff..3c92b26fe0f 100644 --- a/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7799897f2b7..bcfa905525f 100644 --- a/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cff554455c9..9b0b9677e13 100644 --- a/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1baa8dfd064..395a4e451d4 100644 --- a/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e8fa023eafc..b0514faaede 100644 --- a/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f90b621fe39..3f641504aa1 100644 --- a/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 586bfdeff92..f2c4668d500 100644 --- a/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index deda25ae6cf..735b5116248 100644 --- a/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 00c9a56dcf3..12791a64ab5 100644 --- a/examples/drivers/boot/sbl_ospi_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2a5df19f1a3..b4a868eae1a 100644 --- a/examples/drivers/boot/sbl_ospi_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_nand_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_nand_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bdd4285b735..e103d6898e3 100644 --- a/examples/drivers/boot/sbl_ospi_nand_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_nand_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_nand_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_nand_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 90a6752f438..51553ef40bf 100644 --- a/examples/drivers/boot/sbl_ospi_nand_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_nand_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_swap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_swap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e527a2fa5e8..ca1d189c48b 100644 --- a/examples/drivers/boot/sbl_ospi_swap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_swap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_swap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_swap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3cb87103bff..3d793dd7496 100644 --- a/examples/drivers/boot/sbl_ospi_swap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_swap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_swap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_swap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7de28773c54..85bed5941c9 100644 --- a/examples/drivers/boot/sbl_ospi_swap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_swap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_swap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_swap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 46f77a48112..2e1359700cf 100644 --- a/examples/drivers/boot/sbl_ospi_swap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_swap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_swap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_swap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a0c2a83df1e..afd2b135fb3 100644 --- a/examples/drivers/boot/sbl_ospi_swap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_swap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_swap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_swap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 34c599d77f6..ca9552ed082 100644 --- a/examples/drivers/boot/sbl_ospi_swap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_swap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_ospi_swap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_ospi_swap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6050c4bf271..cb921e22da0 100644 --- a/examples/drivers/boot/sbl_ospi_swap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_ospi_swap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_ospi_swap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_ospi_swap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 533c8cfb9a5..09b035425d7 100644 --- a/examples/drivers/boot/sbl_ospi_swap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_ospi_swap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_pcie/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_pcie/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f0471d9891f..b889e982dc1 100644 --- a/examples/drivers/boot/sbl_pcie/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_pcie/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM243X -DDISABLE_WARM_REST_WA + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_pcie/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_pcie/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1d0e5dfac1f..13261513a67 100644 --- a/examples/drivers/boot/sbl_pcie/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_pcie/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DDISABLE_WARM_REST_WA \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_pcie/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_pcie/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6380cdc5235..52287f02d87 100644 --- a/examples/drivers/boot/sbl_pcie/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_pcie/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM64X -DDISABLE_WARM_REST_WA + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_pcie/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_pcie/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4a7eae23fe9..fc2a8fe64da 100644 --- a/examples/drivers/boot/sbl_pcie/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_pcie/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DDISABLE_WARM_REST_WA \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5e84bc69283..6aeda989f87 100644 --- a/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM65X -DDISABLE_WARM_REST_WA + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -102,5 +103,7 @@ + + diff --git a/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index c84ee1c4803..f65431938ec 100644 --- a/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ -DDISABLE_WARM_REST_WA \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -161,7 +162,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(BOOTIMAGE_NAME) diff --git a/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/boot/sbl_pcie/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index d6eab2c03ce..3f5b9f52881 100644 --- a/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -91,9 +92,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lfreertos_fat.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lfreertos_fat.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 9e1da2c4b37..b8b880c7d57 100644 --- a/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:freertos_fat.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fde53a89ad8..f78b1faa19a 100644 --- a/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7820cd739cd..5bf637a2e36 100644 --- a/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_pcie_host/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_pcie_host/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_pcie_host/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1802cfafc63..94102ffdbc2 100644 --- a/examples/drivers/boot/sbl_pcie_host/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_pcie_host/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_pcie_host/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_pcie_host/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 051007fe935..0b36990567d 100644 --- a/examples/drivers/boot/sbl_pcie_host/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_pcie_host/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 666d58ede09..5aad1496f37 100644 --- a/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -108,5 +109,7 @@ + + diff --git a/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index a895e53a0b7..96a460b0e3a 100644 --- a/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -171,7 +172,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/boot/sbl_pcie_host/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/boot/sbl_qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e9dab10ab38..25c416a8363 100644 --- a/examples/drivers/boot/sbl_qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b9eaaa6d105..12f0f073440 100644 --- a/examples/drivers/boot/sbl_qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6a57643421d..1c4042a7222 100644 --- a/examples/drivers/boot/sbl_qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 13b9cf9f43a..b40614e6de6 100644 --- a/examples/drivers/boot/sbl_qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3f142f55d01..3f284e16660 100644 --- a/examples/drivers/boot/sbl_qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e83f82b8de8..5dcc816ee0a 100644 --- a/examples/drivers/boot/sbl_qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_qspi_enet/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_qspi_enet/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2293bd6d0dd..c8c383ef69a 100644 --- a/examples/drivers/boot/sbl_qspi_enet/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_qspi_enet/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -59,6 +59,7 @@ -flto -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -94,12 +95,12 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lenet-cpsw.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lenet-cpsw.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -110,12 +111,12 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lenet-cpsw.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lenet-cpsw.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_qspi_enet/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_qspi_enet/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0ad3ca3e824..bb333a46465 100644 --- a/examples/drivers/boot/sbl_qspi_enet/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_qspi_enet/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -79,6 +79,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -127,12 +128,12 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lenet-cpsw.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lenet-cpsw.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -155,12 +156,12 @@ LNKOPTFLAGS_release = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - enet-cpsw.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + enet-cpsw.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_qspi_fastboot/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_qspi_fastboot/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3c22b6f3c93..d1f7d3c0a5c 100644 --- a/examples/drivers/boot/sbl_qspi_fastboot/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_qspi_fastboot/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_qspi_fastboot/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_qspi_fastboot/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7b61a255ed6..85813d00720 100644 --- a/examples/drivers/boot/sbl_qspi_fastboot/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_qspi_fastboot/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_qspi_fastboot/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_qspi_fastboot/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8338569e785..f8701b6f580 100644 --- a/examples/drivers/boot/sbl_qspi_fastboot/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_qspi_fastboot/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_qspi_fastboot/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_qspi_fastboot/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6142252e26e..2e68c9f956b 100644 --- a/examples/drivers/boot/sbl_qspi_fastboot/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_qspi_fastboot/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f6020cc30a9..a4683dce598 100644 --- a/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 02e8e817af9..ce4789124b2 100644 --- a/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c9bf6f32e43..44f0531a894 100644 --- a/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fb4ccae0b42..6ad71b94f23 100644 --- a/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_qspi_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 37654541b45..203996d4f18 100644 --- a/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -91,9 +92,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lfreertos_fat.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lfreertos_fat.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 101da5d5f96..12d89ad1e23 100644 --- a/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:freertos_fat.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e132bba3e91..10a2e405c95 100644 --- a/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3dc330e2f6a..41b81f43e05 100644 --- a/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ecc192ffe26..7b1a38919d4 100644 --- a/examples/drivers/boot/sbl_sd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,11 +78,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -92,11 +93,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dee22f78ba6..4ccf154ec15 100644 --- a/examples/drivers/boot/sbl_sd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,11 +109,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,11 +126,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f588aa96848..361b827fba1 100644 --- a/examples/drivers/boot/sbl_sd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,11 +78,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -92,11 +93,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d5f661d219c..42e0f9abf94 100644 --- a/examples/drivers/boot/sbl_sd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,11 +109,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,11 +126,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 595f37bd9cd..d919d64ccc1 100644 --- a/examples/drivers/boot/sbl_sd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -78,11 +79,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -93,11 +94,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 370e6842cae..7de8aed35bb 100644 --- a/examples/drivers/boot/sbl_sd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,11 +110,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,11 +127,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index df7fc62f37b..ec162570771 100644 --- a/examples/drivers/boot/sbl_sd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -78,11 +79,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -93,11 +94,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 12bc248f11d..28038f6b092 100644 --- a/examples/drivers/boot/sbl_sd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,11 +110,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,11 +127,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f022862ac15..75fc31b9347 100644 --- a/examples/drivers/boot/sbl_sd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 620bf2e5ff9..b49740af5a6 100644 --- a/examples/drivers/boot/sbl_sd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cf51b1e0e5b..dc9cdc5b140 100644 --- a/examples/drivers/boot/sbl_sd/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index bda2a2e3535..810fb9987f3 100644 --- a/examples/drivers/boot/sbl_sd/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3774ab32a5f..2f0ed096d82 100644 --- a/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -108,5 +109,7 @@ + + diff --git a/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index b129ae7f71b..a345bbc98b6 100644 --- a/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(BOOTIMAGE_NAME) diff --git a/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/boot/sbl_sd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/boot/sbl_sd_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d56576683cb..57be9016dbc 100644 --- a/examples/drivers/boot/sbl_sd_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,11 +78,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -92,11 +93,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 63ff0b11241..b1a215618bb 100644 --- a/examples/drivers/boot/sbl_sd_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,11 +109,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,11 +126,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a892b7e8dc3..8dd270e9f7a 100644 --- a/examples/drivers/boot/sbl_sd_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,11 +78,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -92,11 +93,11 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9fe3f8c6863..f69b848c9af 100644 --- a/examples/drivers/boot/sbl_sd_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,11 +109,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,11 +126,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 408e5f14804..0881133355d 100644 --- a/examples/drivers/boot/sbl_sd_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -78,11 +79,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -93,11 +94,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 555e28a21a4..fc963a511d0 100644 --- a/examples/drivers/boot/sbl_sd_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,11 +110,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,11 +127,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_sd_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_sd_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 411ffd5fb11..14bb6b0d4f3 100644 --- a/examples/drivers/boot/sbl_sd_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_sd_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -78,11 +79,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -93,11 +94,11 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_sd_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_sd_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 16d2f560469..8e86c8eeba8 100644 --- a/examples/drivers/boot/sbl_sd_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_sd_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,11 +110,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,11 +127,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 54a7ef4f784..afc6e7c3c4c 100644 --- a/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index ac39ccc3d06..0aacfd26a7d 100644 --- a/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4c29c03dd71..bc78d1c88c1 100644 --- a/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 47577414560..6590b239c9e 100644 --- a/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index a85a4b4b5d6..af9802892b4 100644 --- a/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index fbe2e155265..b59cc717d78 100644 --- a/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0914fed093a..c46a55615a5 100644 --- a/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e4f6acb5e3b..8c3e5021173 100644 --- a/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0878774e83c..49f6ba53be8 100644 --- a/examples/drivers/boot/sbl_uart/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a3d4919f4ac..f7586981448 100644 --- a/examples/drivers/boot/sbl_uart/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 332a397680c..f711b7e6385 100644 --- a/examples/drivers/boot/sbl_uart/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 80ade4f9c47..56b8dcb87a9 100644 --- a/examples/drivers/boot/sbl_uart/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7500730670d..4ae45c36318 100644 --- a/examples/drivers/boot/sbl_uart/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cb36c203033..1180b4fbca5 100644 --- a/examples/drivers/boot/sbl_uart/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 32904f0b2dc..3f6801c2997 100644 --- a/examples/drivers/boot/sbl_uart/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 988b2e533c7..124f68ffb16 100644 --- a/examples/drivers/boot/sbl_uart/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 167801bebd4..d772efd69d7 100644 --- a/examples/drivers/boot/sbl_uart/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 55a6e438657..07db03c86aa 100644 --- a/examples/drivers/boot/sbl_uart/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b2330c26028..a7b239e8ba6 100644 --- a/examples/drivers/boot/sbl_uart/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8cd89a3ce59..9ede2ffd7fd 100644 --- a/examples/drivers/boot/sbl_uart/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index adda8a12301..2bbc5416b4d 100644 --- a/examples/drivers/boot/sbl_uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 79bc9c06ada..6c509cb227b 100644 --- a/examples/drivers/boot/sbl_uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b51ae3f4e2e..55e2fd7ff76 100644 --- a/examples/drivers/boot/sbl_uart/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 41cb1f022f8..554c36f59cc 100644 --- a/examples/drivers/boot/sbl_uart/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d86af21dd8f..d0a047645e7 100644 --- a/examples/drivers/boot/sbl_uart/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index edb2fac330f..a31ec34ce49 100644 --- a/examples/drivers/boot/sbl_uart/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1325c0191c0..6a404377fc8 100644 --- a/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -101,5 +102,7 @@ + + diff --git a/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index a0ee22942d1..d854794d6a5 100644 --- a/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -160,7 +161,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(BOOTIMAGE_NAME) diff --git a/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/boot/sbl_uart/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 11351a15ebe..53b2813d163 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f878dc44ada..392b4583141 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 12713639d1c..b3b10ad8836 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a48358cd7e6..e6a99357b23 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f753a70de66..925c4a1a6ea 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e1d06ac3716..7bf0be580bd 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f2af6c47b6c..d367193a02f 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b024b8eb284..dd1ebf73182 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 10d11d602db..8f673362c07 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9fae88edc78..3c69766fabe 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f17118f9039..d930c7fce3e 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,10 +73,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,10 +87,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 056037a6d8a..0555dc60afe 100644 --- a/examples/drivers/boot/sbl_uart_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_multicore_elf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,10 +104,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,10 +120,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0e6199d5f91..6886f418f7d 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lmiddleware.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lmiddleware.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 39bccdb3e3c..83cf528b0f9 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,9 +96,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2395ec9eaf6..7cbb5fef3bd 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmiddleware.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7d882864b77..91b3449c063 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index df54dffb06f..a65894ae207 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lmiddleware.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lmiddleware.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 9304a13618a..ce635443aa8 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,9 +96,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - middleware.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 87cb0978beb..6b97137a798 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmiddleware.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2168cfd63df..bd681adedf3 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c6e613cda2e..cb1b47fbc43 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 06b8b0cc7c0..21bdbb33cff 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aae307f0f10..221ddf38427 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 49128257c64..3715ff496af 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index edc6fa3265a..aaaf0138bdc 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ecae9e5cb91..15b13502b13 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9ece0c54cf2..8089db09a69 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0809257b01f..de9016e7436 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 93dbbc79382..c2f782ba8e0 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 91cb57ec393..a2a3e547017 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 16e487ce35a..e887cf31e0a 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,10 +74,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,10 +88,10 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 51a7892cd65..077a0abfbd6 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,10 +105,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,10 +121,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1d320d4f9ad..496cf78f19f 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lmiddleware.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bbf2ece4667..5a9752c733c 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2bee785a05c..2fb93b7e7b1 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lmiddleware.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ac5051d967c..316cd2e8f55 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f34d1a1095e..d5a1d9d7649 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lmiddleware.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 61331cc320c..e5b4e4bc419 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eeae6d60f5e..dbbcca3a036 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib - -lmiddleware.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -104,5 +105,7 @@ + + diff --git a/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index 7dc948ba2dc..3d5593162ea 100644 --- a/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,9 +116,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -164,7 +165,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(BOOTIMAGE_NAME) diff --git a/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/boot/sbl_uart_uniflash/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/boot/sbl_uart_uniflash_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/boot/sbl_uart_uniflash_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 583b818c905..613632599a3 100644 --- a/examples/drivers/boot/sbl_uart_uniflash_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/boot/sbl_uart_uniflash_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/boot/sbl_uart_uniflash_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/boot/sbl_uart_uniflash_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a776a03fe4c..b16590ee7da 100644 --- a/examples/drivers/boot/sbl_uart_uniflash_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/boot/sbl_uart_uniflash_nand/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 7681cc37c00..edec5550ea9 100644 --- a/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 6f8a71600c2..7195f2836df 100644 --- a/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 60dbd983cf1..fb3e0eb8864 100644 --- a/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6de2b3e33c3..313c101429a 100644 --- a/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cbuff/cbuff_sw_trigger/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ba670915eaa..05af18650ab 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bdd078110e7..67c24fe01f2 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a6f42a52e9b..c2492612947 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c7c05f5ccf4..b194077d46d 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cf6ea67fe65..4c9f774d9e4 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 615e453dae7..ff616c47fa3 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c63021f75c7..2822f33ba67 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 05f038d4a96..901413a3cc7 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6bbae6f742c..aa9dfdbd434 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e2d43e6fab1..8e0733a08f3 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6d0d917cfea..626faff205b 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e2d43e6fab1..8e0733a08f3 100644 --- a/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_asynchronous_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_calibration/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_calibration/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 53bce60fd31..4bf0c6faa5f 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_calibration/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_calibration/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_calibration/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7f4846ecb04..10d6a0c2b77 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_calibration/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_calibration/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_calibration/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2c26cb50ddb..0b56a2ad93e 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_calibration/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_calibration/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_calibration/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c07cc83326d..b8e58f93ee5 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_calibration/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_calibration/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_calibration/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1802c356cd1..87c2537e6ef 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_calibration/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_calibration/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_calibration/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3cd3e32a22b..a016f4b8609 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_calibration/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_calibration/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_calibration/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 29301ab3efe..ca04d50674c 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_calibration/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_calibration/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_calibration/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1affdf50604..da2f332ba9a 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_calibration/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_calibration/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_calibration/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a83fa3bad3c..6892c916ad5 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_calibration/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_calibration/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_calibration/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9264d64533e..8acab32826a 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_calibration/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,7 +109,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,7 +122,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_calibration/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_calibration/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 08c52ae4824..f94a2ab6645 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_calibration/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_calibration/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_calibration/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9264d64533e..8acab32826a 100644 --- a/examples/drivers/cmpss/cmpss_calibration/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_calibration/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,7 +109,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,7 +122,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9e6cb52485c..28aa998e2d6 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9edb91bd30e..3399b663259 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c0b13a13a89..410270c3914 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4eaff238247..469b7dd56d7 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6a30ae9f099..1ea4bdc9ddb 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f9659616316..5520b0330c6 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 743ae4dd51d..13e317c9e42 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a2bd01428a9..e8a2b31cc1c 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 75c9f0dc54d..da9270bb79b 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 60ab44c79c1..d8d8bd0865c 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f6778981d3d..5a22c88f6ac 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 60ab44c79c1..d8d8bd0865c 100644 --- a/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_digital_filter_trip/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fdf1e9b99d6..9260438a06e 100644 --- a/examples/drivers/cmpss/cmpss_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2b8722aaae7..d24d9b3e108 100644 --- a/examples/drivers/cmpss/cmpss_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/cmpss/cmpss_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/cmpss/cmpss_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a5db73ba34b..2ca0b9cbd0d 100644 --- a/examples/drivers/cmpss/cmpss_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/cmpss/cmpss_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/cmpss/cmpss_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/cmpss/cmpss_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b3135e7436d..3db34dc579f 100644 --- a/examples/drivers/cmpss/cmpss_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/cmpss/cmpss_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/crc/crc_16bit/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/crc/crc_16bit/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 0d3b1cd8066..de4cd011180 100644 --- a/examples/drivers/crc/crc_16bit/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/crc/crc_16bit/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/crc/crc_16bit/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/crc/crc_16bit/am273x-evm/c66ss0_nortos/ti-c6000/makefile index ead66bb0941..3d1c23b73a9 100644 --- a/examples/drivers/crc/crc_16bit/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/crc/crc_16bit/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/crc/crc_16bit/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/crc/crc_16bit/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 981fa8b020a..16bf046ba75 100644 --- a/examples/drivers/crc/crc_16bit/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/crc/crc_16bit/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/crc/crc_16bit/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/crc/crc_16bit/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c5ac798af78..a3609251af6 100644 --- a/examples/drivers/crc/crc_16bit/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/crc/crc_16bit/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/crc/crc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/crc/crc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index fd1fc3f8f52..101bf8cd9c5 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/crc/crc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/crc/crc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/crc/crc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 2e0812f342b..ca70bd3455e 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/crc/crc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 5fdb756fa28..b998ad6d3f5 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index c4e7306abd1..19967289cf8 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c190aef637a..4a1bb6259d9 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 78b967c46a9..ffb97e21d15 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/crc/crc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/crc/crc_full_cpu/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/crc/crc_full_cpu/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 1f3e37c832d..25ff74e2636 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/crc/crc_full_cpu/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/crc/crc_full_cpu/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/crc/crc_full_cpu/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 8d2dfd483a2..ecc3997a747 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/crc/crc_full_cpu/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index e8b5899b63a..9ac2c25e7a6 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 455d2417006..485cccb58b2 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ebcf172d7f0..5a1ef1e10f7 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b7887241bfa..252e05a09b2 100644 --- a/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/crc/crc_full_cpu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/crc/crc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/crc/crc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index f867ed36bf2..87556eab7eb 100644 --- a/examples/drivers/crc/crc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/crc/crc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/crc/crc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/crc/crc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 000b2a8a3b5..c7ded1ca189 100644 --- a/examples/drivers/crc/crc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/crc/crc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/crc/crc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/crc/crc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b1a69d0f289..f70c9eb2247 100644 --- a/examples/drivers/crc/crc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/crc/crc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/crc/crc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/crc/crc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bd1740a9e02..73c47d487fe 100644 --- a/examples/drivers/crc/crc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/crc/crc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/csirx/csirx_internal_capture/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/csirx/csirx_internal_capture/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 2eb1b848ee3..cf6a29e83c7 100644 --- a/examples/drivers/csirx/csirx_internal_capture/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/csirx/csirx_internal_capture/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/csirx/csirx_internal_capture/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/csirx/csirx_internal_capture/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 9d6a2965c08..829d7d345fb 100644 --- a/examples/drivers/csirx/csirx_internal_capture/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/csirx/csirx_internal_capture/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/csirx/csirx_internal_capture/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/csirx/csirx_internal_capture/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ea659935b10..4ec164e800e 100644 --- a/examples/drivers/csirx/csirx_internal_capture/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/csirx/csirx_internal_capture/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/csirx/csirx_internal_capture/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/csirx/csirx_internal_capture/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 46a1bf4653b..6fb4664af32 100644 --- a/examples/drivers/csirx/csirx_internal_capture/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/csirx/csirx_internal_capture/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_constant_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_constant_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 70527070e61..d59450baf52 100644 --- a/examples/drivers/dac/dac_constant_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_constant_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_constant_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_constant_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c1dc2d18e82..a730c76ee1f 100644 --- a/examples/drivers/dac/dac_constant_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_constant_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_constant_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_constant_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d04c43f15ee..58be85f0bdc 100644 --- a/examples/drivers/dac/dac_constant_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_constant_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_constant_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_constant_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 77cee12367a..778e07812ef 100644 --- a/examples/drivers/dac/dac_constant_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_constant_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_constant_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_constant_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cb9726ff893..a4f497fb8d1 100644 --- a/examples/drivers/dac/dac_constant_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_constant_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_constant_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_constant_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 268e85efadd..dbbbbe53014 100644 --- a/examples/drivers/dac/dac_constant_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_constant_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_constant_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_constant_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a3d683d7ea6..494cc5a84d9 100644 --- a/examples/drivers/dac/dac_constant_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_constant_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_constant_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_constant_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 02959be0b48..149293d38be 100644 --- a/examples/drivers/dac/dac_constant_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_constant_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_constant_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_constant_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a698ed5ce49..c1c2830b657 100644 --- a/examples/drivers/dac/dac_constant_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_constant_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_constant_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_constant_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f4ba25e0214..441bc769e96 100644 --- a/examples/drivers/dac/dac_constant_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_constant_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_constant_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_constant_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 15ea3581966..101f6838a2d 100644 --- a/examples/drivers/dac/dac_constant_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_constant_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_constant_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_constant_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f4ba25e0214..441bc769e96 100644 --- a/examples/drivers/dac/dac_constant_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_constant_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_epwm_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_epwm_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fb205aaa13d..36af321feb3 100644 --- a/examples/drivers/dac/dac_epwm_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_epwm_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_epwm_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_epwm_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d7da04a2cc3..50fe7a502dd 100644 --- a/examples/drivers/dac/dac_epwm_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_epwm_sync/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_epwm_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_epwm_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1c9d8595c93..3b518af021e 100644 --- a/examples/drivers/dac/dac_epwm_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_epwm_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_epwm_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_epwm_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d6111f6eaa4..6e92ffae619 100644 --- a/examples/drivers/dac/dac_epwm_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_epwm_sync/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_epwm_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_epwm_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e1dbdc3e09f..d5c2485ee6c 100644 --- a/examples/drivers/dac/dac_epwm_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_epwm_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_epwm_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_epwm_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e4a953e5d0a..0fc8f0fb099 100644 --- a/examples/drivers/dac/dac_epwm_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_epwm_sync/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_epwm_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_epwm_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2265e32d1c6..7cc1097efb5 100644 --- a/examples/drivers/dac/dac_epwm_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_epwm_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_epwm_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_epwm_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a0ad0947557..e1eea874026 100644 --- a/examples/drivers/dac/dac_epwm_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_epwm_sync/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_epwm_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_epwm_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5cba106c0a6..9a12f8b803f 100644 --- a/examples/drivers/dac/dac_epwm_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_epwm_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_epwm_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_epwm_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 17766d12fa6..d8219606e2e 100644 --- a/examples/drivers/dac/dac_epwm_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_epwm_sync/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_epwm_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_epwm_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 58ec47824a7..df9b475f064 100644 --- a/examples/drivers/dac/dac_epwm_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_epwm_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_epwm_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_epwm_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 17766d12fa6..d8219606e2e 100644 --- a/examples/drivers/dac/dac_epwm_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_epwm_sync/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_ramp_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_ramp_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 884acb022e1..7da8b6718c7 100644 --- a/examples/drivers/dac/dac_ramp_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_ramp_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_ramp_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_ramp_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d8126e705d0..d7eba5c68ea 100644 --- a/examples/drivers/dac/dac_ramp_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_ramp_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_ramp_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_ramp_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c4522d82231..671cf429c32 100644 --- a/examples/drivers/dac/dac_ramp_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_ramp_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_ramp_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_ramp_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 13cfbdbc2b9..fab654e63ce 100644 --- a/examples/drivers/dac/dac_ramp_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_ramp_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_ramp_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_ramp_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 57ba0afad9a..3e86c52b464 100644 --- a/examples/drivers/dac/dac_ramp_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_ramp_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_ramp_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_ramp_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0996fcafbb2..be6300d7569 100644 --- a/examples/drivers/dac/dac_ramp_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_ramp_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_ramp_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_ramp_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 987ed55a6f9..38ddd9dfee3 100644 --- a/examples/drivers/dac/dac_ramp_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_ramp_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_ramp_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_ramp_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 40c39e838fb..9b9a924c30f 100644 --- a/examples/drivers/dac/dac_ramp_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_ramp_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_ramp_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_ramp_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aff78fd8757..436523cfe9a 100644 --- a/examples/drivers/dac/dac_ramp_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_ramp_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_ramp_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_ramp_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cad3195e36c..5d56577e741 100644 --- a/examples/drivers/dac/dac_ramp_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_ramp_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_ramp_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_ramp_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d38de97d4cf..35d6ab35a1c 100644 --- a/examples/drivers/dac/dac_ramp_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_ramp_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_ramp_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_ramp_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cad3195e36c..5d56577e741 100644 --- a/examples/drivers/dac/dac_ramp_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_ramp_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_random_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_random_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f644194e18e..a8296607151 100644 --- a/examples/drivers/dac/dac_random_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_random_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_random_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_random_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 26cc86338ae..29c226d1167 100644 --- a/examples/drivers/dac/dac_random_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_random_voltage/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_random_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_random_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c07e8badd80..b13c5fde4f3 100644 --- a/examples/drivers/dac/dac_random_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_random_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_random_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_random_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e451f61b207..c59a5adfcef 100644 --- a/examples/drivers/dac/dac_random_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_random_voltage/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_random_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_random_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bfc73cdb8c8..b41b050a457 100644 --- a/examples/drivers/dac/dac_random_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_random_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_random_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_random_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bd147c31bd7..26a3203a58c 100644 --- a/examples/drivers/dac/dac_random_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_random_voltage/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_random_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_random_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85744bf7acb..4022f82b686 100644 --- a/examples/drivers/dac/dac_random_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_random_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_random_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_random_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5eed394b492..309e429e343 100644 --- a/examples/drivers/dac/dac_random_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_random_voltage/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_random_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_random_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e5079648a73..2be8b0bd062 100644 --- a/examples/drivers/dac/dac_random_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_random_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_random_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_random_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2fb6bf5547c..f7d9c698466 100644 --- a/examples/drivers/dac/dac_random_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_random_voltage/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_random_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_random_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 87f299df72b..c6c6d3fc7d6 100644 --- a/examples/drivers/dac/dac_random_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_random_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_random_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_random_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2fb6bf5547c..f7d9c698466 100644 --- a/examples/drivers/dac/dac_random_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_random_voltage/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a8f632e5f5f..d70060f021f 100644 --- a/examples/drivers/dac/dac_sine_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3320d72c59e..1c5adc0dc1c 100644 --- a/examples/drivers/dac/dac_sine_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2a04db91fb8..3fb4a4120ab 100644 --- a/examples/drivers/dac/dac_sine_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 8ba99e79295..47f3213ab0e 100644 --- a/examples/drivers/dac/dac_sine_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dadfd2decc4..1302389c382 100644 --- a/examples/drivers/dac/dac_sine_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2562634dfa2..1151bc42920 100644 --- a/examples/drivers/dac/dac_sine_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3bfc73304f5..cc201a1e774 100644 --- a/examples/drivers/dac/dac_sine_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1f11e16bcda..08bd6e179c0 100644 --- a/examples/drivers/dac/dac_sine_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2ed92c92a58..71d146746ba 100644 --- a/examples/drivers/dac/dac_sine_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c0c94930ead..3049ae6734c 100644 --- a/examples/drivers/dac/dac_sine_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d49e3ad16b4..967ba826aba 100644 --- a/examples/drivers/dac/dac_sine_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c0c94930ead..3049ae6734c 100644 --- a/examples/drivers/dac/dac_sine_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bd63431c83c..eac54bdf425 100644 --- a/examples/drivers/dac/dac_sine_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 42f41ecdbdb..0f0555150fa 100644 --- a/examples/drivers/dac/dac_sine_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 208691c4552..3be3cb6bbba 100644 --- a/examples/drivers/dac/dac_sine_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f0e37090c3d..2062eae2a2e 100644 --- a/examples/drivers/dac/dac_sine_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 40193c8f3f0..4cd44522672 100644 --- a/examples/drivers/dac/dac_sine_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index adafabe538e..93e152193ff 100644 --- a/examples/drivers/dac/dac_sine_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fec3aa1a872..24d7aa85db1 100644 --- a/examples/drivers/dac/dac_sine_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ceebeb5be41..ad32d658998 100644 --- a/examples/drivers/dac/dac_sine_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3c8367dcc0e..1731d172fb2 100644 --- a/examples/drivers/dac/dac_sine_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1fbf4d48616..88b6b098495 100644 --- a/examples/drivers/dac/dac_sine_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_sine_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_sine_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8e490e6b069..c024291d70a 100644 --- a/examples/drivers/dac/dac_sine_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_sine_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_sine_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_sine_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1fbf4d48616..88b6b098495 100644 --- a/examples/drivers/dac/dac_sine_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_sine_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_square_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_square_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ef1cd821880..f75f0645864 100644 --- a/examples/drivers/dac/dac_square_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_square_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_square_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_square_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2357d55b8dd..26aaf586925 100644 --- a/examples/drivers/dac/dac_square_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_square_wave/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_square_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_square_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 046306b068d..ab61f025259 100644 --- a/examples/drivers/dac/dac_square_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_square_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_square_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_square_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5890e6244f4..7fa03a624d5 100644 --- a/examples/drivers/dac/dac_square_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_square_wave/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_square_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_square_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f0d452471bd..8bbf6777979 100644 --- a/examples/drivers/dac/dac_square_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_square_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_square_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_square_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ab3949dad63..1cbc84d85ad 100644 --- a/examples/drivers/dac/dac_square_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_square_wave/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_square_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_square_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 571e0f847a3..443e23e9fac 100644 --- a/examples/drivers/dac/dac_square_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_square_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_square_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_square_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 44a2c291936..bdd7033dac6 100644 --- a/examples/drivers/dac/dac_square_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_square_wave/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_square_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_square_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 218224ef738..9f499e198b0 100644 --- a/examples/drivers/dac/dac_square_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_square_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_square_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_square_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 66fa5c504c0..1dcfd138e9e 100644 --- a/examples/drivers/dac/dac_square_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_square_wave/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dac/dac_square_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/dac/dac_square_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3d2130262b9..90500d6ed47 100644 --- a/examples/drivers/dac/dac_square_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/dac/dac_square_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/dac/dac_square_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/dac/dac_square_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 66fa5c504c0..1dcfd138e9e 100644 --- a/examples/drivers/dac/dac_square_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/dac/dac_square_wave/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a3257056fe4..a1c9159042b 100644 --- a/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 75a2cf52697..9d52bee8855 100644 --- a/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bcb99dfbf63..ed98444c9ee 100644 --- a/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 36c448ab778..11aecd97fd4 100644 --- a/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ddr/ddr_ecc_test_main_esm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3babd67ef5..7956ed144ee 100644 --- a/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c9a18462587..82123ef456e 100644 --- a/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 94de6b55025..5a0cd6f7d1c 100644 --- a/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index c9a18462587..82123ef456e 100644 --- a/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ddr/ddr_ecc_test_main_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 5eb64bc1833..308d641f971 100644 --- a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,9 +70,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,9 +83,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 94e4546a305..53cb26acda8 100644 --- a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b1e7f82fd6a..654c6b7d29a 100644 --- a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index aa830c1e5df..2e311d6fd75 100644 --- a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 64050c6c833..1c103e56e24 100644 --- a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,9 +70,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,9 +83,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 94e4546a305..53cb26acda8 100644 --- a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 52172bf9ca4..2791fbf878f 100644 --- a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index aa830c1e5df..2e311d6fd75 100644 --- a/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ddr/ddr_ecc_test_mcu_esm/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/dsplib/add32/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/dsplib/add32/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index d61c87878ae..f94f4887234 100644 --- a/examples/drivers/dsplib/add32/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/dsplib/add32/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -43,6 +43,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -ldsplib.lib -llibc.a " @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -ldsplib.lib -llibc.a " diff --git a/examples/drivers/dsplib/add32/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/dsplib/add32/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a0c53d26590..a4b34735129 100644 --- a/examples/drivers/dsplib/add32/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/dsplib/add32/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -ldsplib.lib \ -llibc.a \ @@ -108,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ dsplib.lib \ libc.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 5ff0ea6c442..104d7ce7e5a 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 64a3c168f0d..30789c0c7a1 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 79a82a461a0..8abd73f1e35 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b47918d42f9..37e6e01b947 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 6f228497d78..0985b640943 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 2a4e3cb95ac..6e8f7ac7acc 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3b13e3f948e..f017f4649eb 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1cd060c2c97..5d46eedac0e 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index bcab62d6e7c..1de0bbe68c7 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index b819b457754..5293743ca21 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1f4bc3dcfcd..6ac9f250cfb 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index face6de6cb8..3e1eed8ef71 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index d418b54ecfd..ee77b985150 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index bc03f6718cc..c8d404e8acc 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c0aa30bdbea..ae75f98542e 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e50ace28a7e..2c91ca550e6 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 310d3b576ac..7e6f8e87f39 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 742c2587b13..6ab00468ed7 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 271295c1e43..c6ded9692be 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 457c1a7547a..77fcfd35f2e 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c69270e21da..0d0d06cb43c 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fea48093922..6bfa8fee76d 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fa998ad401f..8cefe72a461 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3e3d75469b5..70c42263349 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 905993d01ff..55d1a2bda23 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 781809e1d80..2d454e39d8f 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bb5670f119e..06021ad808f 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 781809e1d80..2d454e39d8f 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 4e039a92a15..8b16b2d27a2 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -Wno-implicit-function-declaration -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 1069b6c2d41..57738b43730 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index d6d4bde0691..a22daf965f8 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -46,6 +46,7 @@ -ffunction-sections -Wno-implicit-function-declaration -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index be2f11c69ce..02250cba479 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 31751fb6fdc..92f8a881b4a 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index dbfca2b544a..76f52b01b9a 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8c818b01611..8663e8708d9 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3d0c31f2c03..596b68ae2f7 100644 --- a/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1043f14a489..a8b09dd34c6 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2578323d59d..a143cddfcb8 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 26f73069501..920da05503d 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5d5e914843e..c795d41747b 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b5c9874a909..79cd6e5f548 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0354cfe0f6d..8bd4be4c1cb 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6b5b00b2756..7310185a34f 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a93484c28e0..86ff0b79385 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1d2b12aa035..ad58a451381 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2ff79847afb..8d885b47fae 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1745655cca7..4542221429e 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2ff79847afb..8d885b47fae 100644 --- a/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_apwm_phase_shift/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_capture_pwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_capture_pwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7b0ff6f3ba4..6ba4b0fc000 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_capture_pwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_capture_pwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_capture_pwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 921811651ef..f81707bf7eb 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_capture_pwm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_capture_pwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_capture_pwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2ef9659ce2e..1f85b36526e 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_capture_pwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_capture_pwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_capture_pwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ea77124d92f..7635731f2ac 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_capture_pwm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_capture_pwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_capture_pwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85ad71078fa..5771083d140 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_capture_pwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_capture_pwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_capture_pwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 056666d30e7..ac8eb1408d2 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_capture_pwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_capture_pwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_capture_pwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f9959bd6924..a929e8192b8 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_capture_pwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_capture_pwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_capture_pwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 18e6f53cd8d..f25eb88b047 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_capture_pwm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_capture_pwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_capture_pwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 033a846b187..f8b399edf18 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_capture_pwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_capture_pwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_capture_pwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9ef3a1a0a55..2bb97d190c4 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_capture_pwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_capture_pwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_capture_pwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 50b10cfdb85..46b41b903d8 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_capture_pwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_capture_pwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_capture_pwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9ef3a1a0a55..2bb97d190c4 100644 --- a/examples/drivers/ecap/ecap_capture_pwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_capture_pwm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c409244dee6..8825733d473 100644 --- a/examples/drivers/ecap/ecap_edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 166ab168dc4..387943047eb 100644 --- a/examples/drivers/ecap/ecap_edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c2dcad5fe69..973527d36bb 100644 --- a/examples/drivers/ecap/ecap_edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5e83617454a..e1c78e59c8c 100644 --- a/examples/drivers/ecap/ecap_edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 67667b29e66..5878d1e73c8 100644 --- a/examples/drivers/ecap/ecap_edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2dcce0e94bd..533faf9b782 100644 --- a/examples/drivers/ecap/ecap_edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 27a35ff38e1..e394fedb612 100644 --- a/examples/drivers/ecap/ecap_edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cb78f83f960..2ddfa63b4d0 100644 --- a/examples/drivers/ecap/ecap_edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6aef5dced4b..875b9b85ebf 100644 --- a/examples/drivers/ecap/ecap_edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4607dc42cd1..67dae48d36f 100644 --- a/examples/drivers/ecap/ecap_edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3e6b800774f..3350fbdf495 100644 --- a/examples/drivers/ecap/ecap_edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4607dc42cd1..67dae48d36f 100644 --- a/examples/drivers/ecap/ecap_edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 0ba499a2c8e..7c065656266 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index e19d97bdc6f..91104fe2bb8 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1c0057f4c5f..8e9d945137a 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index afc9d553104..4919568dd13 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0b5c1451968..cff61a5194c 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index de31311760d..ea0c5453e7e 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0831e6e42b1..5992543e677 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b871055f6d8..7846297687d 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index ea4c5f83a44..9b6a7ed8404 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 1affb32d4e4..10214385f00 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9388c1d2ef1..8d07222ff92 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c6d8352bdcd..300142e7061 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index c54eba5a09f..f73d85c3db1 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index f58daaa5475..d2b9e562c82 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b77b07ea45e..9e1293e275b 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f3969db6bbb..f377e91859b 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b83fd6fa616..02ab6ad85c8 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -31,6 +31,9 @@ compilerBuildOptions=" -I${CG_TOOL_ROOT}/include/c -I${MCU_PLUS_SDK_PATH}/source + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -41,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +85,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e91f0e700b2..7e2c1d8d020 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -58,10 +58,14 @@ FILES_PATH_common = \ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ff605602687..b2b5c893456 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e7625764e2a..4c4dfe87655 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index c0bb2289c1f..79ff5509c6d 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 2c258a2c41b..689d89efb72 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 05635b33cef..466554b1f09 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 4ead4b7f6c6..c0f3c525a9b 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -88,7 +89,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -103,7 +104,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4d67df85246..0f7fe9b9e6e 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5f48923e70c..ee2310764ff 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7f609fc8598..4f7233fcc99 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 101920f230e..7b8cded45b9 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index a21531fa8d2..527c35481be 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/c66ss0_nortos/ti-c6000/makefile index ab5456ff1be..09b0187296e 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aa81ddfc446..9d18ed94e2a 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 5fc4357f566..46342182e5b 100644 --- a/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_epwm_loopback_dsp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_signal_monitoring/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_signal_monitoring/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 237ae847c5d..d607dd33589 100644 --- a/examples/drivers/ecap/ecap_signal_monitoring/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_signal_monitoring/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_signal_monitoring/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_signal_monitoring/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5cca7bb6100..5fb4c753df2 100644 --- a/examples/drivers/ecap/ecap_signal_monitoring/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_signal_monitoring/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_signal_monitoring/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_signal_monitoring/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 47a5381b3a5..bd7eb1e6d78 100644 --- a/examples/drivers/ecap/ecap_signal_monitoring/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_signal_monitoring/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_signal_monitoring/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_signal_monitoring/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2aad2e89e98..60bcba46b74 100644 --- a/examples/drivers/ecap/ecap_signal_monitoring/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_signal_monitoring/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_signal_monitoring/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_signal_monitoring/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index daf21517dff..881e53dfd8e 100644 --- a/examples/drivers/ecap/ecap_signal_monitoring/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_signal_monitoring/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_signal_monitoring/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_signal_monitoring/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 492872e714b..185af21b330 100644 --- a/examples/drivers/ecap/ecap_signal_monitoring/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_signal_monitoring/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ecap/ecap_signal_monitoring/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ecap/ecap_signal_monitoring/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a8387bd51a1..19719a562be 100644 --- a/examples/drivers/ecap/ecap_signal_monitoring/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ecap/ecap_signal_monitoring/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ecap/ecap_signal_monitoring/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ecap/ecap_signal_monitoring/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e52409d14c3..778757eda8b 100644 --- a/examples/drivers/ecap/ecap_signal_monitoring/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ecap/ecap_signal_monitoring/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_chain_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_chain_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 87f30edf5e0..436b0a36e22 100644 --- a/examples/drivers/edma/edma_chain_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_chain_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_chain_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_chain_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 98a30f101c8..4494d82e7ed 100644 --- a/examples/drivers/edma/edma_chain_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_chain_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_chain_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_chain_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2e1a2071313..3b27067c982 100644 --- a/examples/drivers/edma/edma_chain_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_chain_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_chain_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_chain_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 87c52a8199b..d243ffda1f9 100644 --- a/examples/drivers/edma/edma_chain_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_chain_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_chain_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_chain_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bdd2075243e..d2e4975127e 100644 --- a/examples/drivers/edma/edma_chain_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_chain_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_chain_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_chain_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 659229c4606..d129fc5f9e3 100644 --- a/examples/drivers/edma/edma_chain_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_chain_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_chain_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_chain_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2fc5009020d..770084a1888 100644 --- a/examples/drivers/edma/edma_chain_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_chain_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_chain_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_chain_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index acfa59a3170..6dc96f0eba9 100644 --- a/examples/drivers/edma/edma_chain_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_chain_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_chain_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_chain_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d438781dd02..54bebccffb0 100644 --- a/examples/drivers/edma/edma_chain_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_chain_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_chain_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_chain_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3e1c6d667e4..9415dee1f8b 100644 --- a/examples/drivers/edma/edma_chain_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_chain_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_chain_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_chain_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6185cc2a03a..3a302b15253 100644 --- a/examples/drivers/edma/edma_chain_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_chain_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_chain_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_chain_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3e1c6d667e4..9415dee1f8b 100644 --- a/examples/drivers/edma/edma_chain_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_chain_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_chain_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/edma/edma_chain_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 54145ec78ea..9b0fa3bde66 100644 --- a/examples/drivers/edma/edma_chain_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/edma/edma_chain_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/edma/edma_chain_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/edma/edma_chain_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 49eca7ac15d..32803c43f86 100644 --- a/examples/drivers/edma/edma_chain_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/edma/edma_chain_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/edma/edma_chain_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_chain_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5d2c5069f1a..1215f8bde43 100644 --- a/examples/drivers/edma/edma_chain_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_chain_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_chain_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_chain_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e7c9687c21e..03cc569c300 100644 --- a/examples/drivers/edma/edma_chain_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_chain_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 88e740431e7..885a071d33a 100644 --- a/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 89520b127d3..2de731fc80d 100644 --- a/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ef4f813ecbb..e44cb9454fb 100644 --- a/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8fdd0c72940..49a4f0fc989 100644 --- a/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 09999bea645..c9987bfd18c 100644 --- a/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 0431ea79d68..a004c988957 100644 --- a/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 487314865d0..31d84cbab53 100644 --- a/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 802652ecc19..e217839d53a 100644 --- a/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ca8061adca9..0ce9f44de18 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 75f3db501eb..70222b8dd18 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e2177911247..90c54b4a310 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 26c057394e3..90d08470265 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2920b27a3cf..ba6768ee802 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 400a1f940c8..09f2c5c612f 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0b07269ff2c..03af6cb4901 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 376c1272f92..076461a7ae0 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 978b197ffb3..d401191cf24 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index ea8d1c22f56..d0f306e12bb 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3e71ea2e404..c89f4826f88 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1f394bbd898..f88e93dbe51 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4485e02aa72..9db73d72883 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ea8d1c22f56..d0f306e12bb 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2d3134f8663..b13eeef62c1 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1f394bbd898..f88e93dbe51 100644 --- a/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_error_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b2c4a2467f5..da089463b4c 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3743fffa54a..fca539f18d5 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index d7705075494..c4b242f736e 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index fb3299cabb0..03bdf00c976 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6ae642608f5..0de67aafc36 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 3a35d6c3444..f7b0f91635e 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index b3cb493b26a..4a069b9ebbf 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 26ec9b9e051..a6ab4f29af8 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 79e1a7e0dd4..7f7d4fbfc3c 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 1e980b2fb65..a2d689f248e 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 95c6825a76b..fd52b743ec9 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 3ec744726d7..0dc4d741473 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index eff6f66169a..2a51d06640a 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 1859117cb4d..84f38848422 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 6f939d7bb83..c1563cceaa2 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index b5d33b1ccc9..ca952f2e5d9 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3ef52af99c8..5a388ea0939 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 7d7b944add0..2a85ba7f55f 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 47f27400b58..8935036dc25 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index dfca838f183..b1a122b5e17 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 2d95be6b67a..ab341714129 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 855503e4c6e..a69ebb8e705 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 3a0e57daf3e..71ec3d60e6b 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index bf0dc296007..c27a9def8b1 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 738a7d41bf8..b4ff3b5a2eb 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 8e55bcd6479..1b8d03545de 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 34df109edca..02f67a4b275 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 339243e5b90..03d362ddef4 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index c01ccf1c379..28dbe2db138 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 3da48a93b31..db8ab34e59e 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 1a90caf9b1f..da1450311e4 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index cb141b44812..657f898d81a 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a95caa84bca..4e56f5eba47 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 8e55bcd6479..1b8d03545de 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 4b7f69a29f3..21c693c6c16 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 339243e5b90..03d362ddef4 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 05a9b5487ff..acb993b2098 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 3da48a93b31..db8ab34e59e 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 57b4008e8d3..177029cfe20 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index cb141b44812..657f898d81a 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 34e17e76f41..fb10e4b53c7 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile index d20e62dccf2..362aa02d709 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 49e774ba338..4dc36c8cf78 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d9f019c8cc1..d732fe2b3b2 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index b6eda3d704c..93d839e6579 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index f2494a24fa1..94a6c372f08 100644 --- a/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_interrupt_transfer/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_link_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_link_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 296c24d18e5..bec516deb8b 100644 --- a/examples/drivers/edma/edma_link_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_link_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_link_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_link_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index beacd8a0ce1..a85185c5315 100644 --- a/examples/drivers/edma/edma_link_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_link_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_link_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_link_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e62f288b030..5c1d5e5e64e 100644 --- a/examples/drivers/edma/edma_link_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_link_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_link_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_link_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4643d782b2a..ef4cfa554db 100644 --- a/examples/drivers/edma/edma_link_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_link_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_link_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_link_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5e6951dbbdf..8ba80493ab3 100644 --- a/examples/drivers/edma/edma_link_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_link_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_link_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_link_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 604ca075eab..c3a505b9799 100644 --- a/examples/drivers/edma/edma_link_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_link_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_link_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_link_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a2cc728c353..7a2b5ffda01 100644 --- a/examples/drivers/edma/edma_link_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_link_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_link_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_link_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a67d8539c93..f9fcfaa6e1f 100644 --- a/examples/drivers/edma/edma_link_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_link_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_link_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_link_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 04187309afd..350f2747e60 100644 --- a/examples/drivers/edma/edma_link_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_link_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_link_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_link_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a0e3dcf9688..06252f74298 100644 --- a/examples/drivers/edma/edma_link_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_link_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_link_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_link_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5c1eb2e3a30..c1d29633126 100644 --- a/examples/drivers/edma/edma_link_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_link_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_link_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_link_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a0e3dcf9688..06252f74298 100644 --- a/examples/drivers/edma/edma_link_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_link_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_link_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/edma/edma_link_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index d558173019a..842bcbfa882 100644 --- a/examples/drivers/edma/edma_link_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/edma/edma_link_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/edma/edma_link_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/edma/edma_link_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a287640b87a..776fc4cb643 100644 --- a/examples/drivers/edma/edma_link_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/edma/edma_link_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/edma/edma_link_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_link_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8b937f9aec8..0ff1d9046e0 100644 --- a/examples/drivers/edma/edma_link_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_link_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_link_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_link_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c96387b29ce..ba3227e10c0 100644 --- a/examples/drivers/edma/edma_link_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_link_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_multimem_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_multimem_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 87b18e9e8af..bf494e5d1ce 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_multimem_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_multimem_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_multimem_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 694e39ddb4e..7684edd9c88 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_multimem_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_multimem_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_multimem_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 65fe8d3da74..0af3b5e7c18 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_multimem_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_multimem_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_multimem_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5874d682960..e13dd939ca0 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_multimem_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_multimem_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_multimem_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c76eca826f0..5e5acb25058 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_multimem_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_multimem_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_multimem_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 25f88c64844..373c1fa1bba 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_multimem_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_multimem_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_multimem_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c43660a438e..128d8378b8f 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_multimem_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_multimem_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_multimem_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e6d9f275d0e..67c8841e80a 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_multimem_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_multimem_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_multimem_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9d7744394a4..9a70206dec7 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_multimem_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_multimem_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_multimem_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 41ea5e2efad..113f1f31c37 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_multimem_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_multimem_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_multimem_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1b0b428b0d0..8ae72895a56 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_multimem_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_multimem_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_multimem_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 41ea5e2efad..113f1f31c37 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_multimem_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_multimem_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/edma/edma_multimem_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index cc4f4d7e68a..2c1269faa92 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/edma/edma_multimem_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/edma/edma_multimem_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/edma/edma_multimem_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 8e6418df1c2..9d6c903db75 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/edma/edma_multimem_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/edma/edma_multimem_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_multimem_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e4f4948074d..7efac451cbd 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_multimem_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_multimem_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_multimem_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 36f8563f966..5ba870e405a 100644 --- a/examples/drivers/edma/edma_multimem_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_multimem_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1f5087e928e..a7b0fc39034 100644 --- a/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 138d03e2577..cd7cef8d715 100644 --- a/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 299666cfc2c..35f0c7fd9ea 100644 --- a/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 047bdf86919..aea4f7642ec 100644 --- a/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c7c25a416d1..9af2eb9a6bf 100644 --- a/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index a38ef319b94..c6fcf676586 100644 --- a/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a9f9c5c4584..280516225d8 100644 --- a/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 8820ce8c2cf..b6b5d0e58da 100644 --- a/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 75ee68798c7..6584c7d742b 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 5ef23e94aa8..46afbc940aa 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b5bb13d708a..67a0cb07f60 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e6ac623cafa..32ac1113387 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0135ed8319e..6e03dd95c21 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1926461b7b7..36ab2d62872 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 28b72ce1643..f6db3720d00 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 91c9315da2f..abddb9af7ea 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5c44dfe910a..27599b43b7e 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c8cf7137767..9117a48c112 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 631b59a66c6..68e4df9aff9 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e6295060795..00772c5314a 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 191be90c3d0..04239cb8c2a 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c8cf7137767..9117a48c112 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b8b88a6701e..8ebe8b68a92 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e6295060795..00772c5314a 100644 --- a/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/edma/edma_polled_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index f423b58591f..8b4eb42a085 100644 --- a/examples/drivers/edma/edma_polled_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/edma/edma_polled_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/edma/edma_polled_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile index ca4fe7356b6..ef02b1c20df 100644 --- a/examples/drivers/edma/edma_polled_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/edma/edma_polled_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/edma/edma_polled_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7a6c60adff3..e10bcbec3f1 100644 --- a/examples/drivers/edma/edma_polled_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/edma/edma_polled_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/edma/edma_polled_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/edma/edma_polled_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3a1da7b2681..6a914ac9a1e 100644 --- a/examples/drivers/edma/edma_polled_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/edma/edma_polled_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_chopper/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_chopper/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 679abc078a9..2137e58dae9 100644 --- a/examples/drivers/epwm/epwm_chopper/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_chopper/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_chopper/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_chopper/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index eee0ae9ac8c..84c7fc3b961 100644 --- a/examples/drivers/epwm/epwm_chopper/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_chopper/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_chopper/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_chopper/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2ab7d7744e9..19b180056d6 100644 --- a/examples/drivers/epwm/epwm_chopper/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_chopper/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_chopper/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_chopper/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6ba9967a024..033171d089b 100644 --- a/examples/drivers/epwm/epwm_chopper/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_chopper/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_chopper/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_chopper/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 807957cbc5c..af2fba56098 100644 --- a/examples/drivers/epwm/epwm_chopper/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_chopper/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_chopper/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_chopper/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 107c891edd9..8d991b6bcd1 100644 --- a/examples/drivers/epwm/epwm_chopper/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_chopper/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_chopper/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_chopper/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 30829be4ff6..ed94b9c49d6 100644 --- a/examples/drivers/epwm/epwm_chopper/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_chopper/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_chopper/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_chopper/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5feef162b47..0316e2916df 100644 --- a/examples/drivers/epwm/epwm_chopper/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_chopper/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_configure_signal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_configure_signal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b97fcb15599..81c34d07492 100644 --- a/examples/drivers/epwm/epwm_configure_signal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_configure_signal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_configure_signal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_configure_signal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4b0eb4db71e..4b020db56d9 100644 --- a/examples/drivers/epwm/epwm_configure_signal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_configure_signal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_configure_signal/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_configure_signal/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 74509c59ed3..147bbe7246f 100644 --- a/examples/drivers/epwm/epwm_configure_signal/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_configure_signal/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_configure_signal/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_configure_signal/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 83b85034908..674b13f348a 100644 --- a/examples/drivers/epwm/epwm_configure_signal/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_configure_signal/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_configure_signal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_configure_signal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 88c8ada23cc..1f280957ca6 100644 --- a/examples/drivers/epwm/epwm_configure_signal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_configure_signal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_configure_signal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_configure_signal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a550caaccf8..961fa62ab5e 100644 --- a/examples/drivers/epwm/epwm_configure_signal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_configure_signal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_configure_signal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_configure_signal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cd6a925a63a..d3f53c63c00 100644 --- a/examples/drivers/epwm/epwm_configure_signal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_configure_signal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_configure_signal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_configure_signal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0304ca8bb96..6306543c143 100644 --- a/examples/drivers/epwm/epwm_configure_signal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_configure_signal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dccap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dccap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b640ac20691..57c72f21a19 100644 --- a/examples/drivers/epwm/epwm_dccap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dccap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dccap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dccap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6950983bbc6..4cf10d26f5f 100644 --- a/examples/drivers/epwm/epwm_dccap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dccap/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dccap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dccap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a0f222a598b..9e55bf055b6 100644 --- a/examples/drivers/epwm/epwm_dccap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dccap/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dccap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dccap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f95634c8294..5cad703ed44 100644 --- a/examples/drivers/epwm/epwm_dccap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dccap/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dccap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dccap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3525b071f82..f9addaf73e5 100644 --- a/examples/drivers/epwm/epwm_dccap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dccap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dccap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dccap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 235b78a5a2b..e57841d845f 100644 --- a/examples/drivers/epwm/epwm_dccap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dccap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dccap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dccap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d4673c70c25..0f0cd1d3ce5 100644 --- a/examples/drivers/epwm/epwm_dccap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dccap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dccap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dccap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 47e3256748e..7ea7febb136 100644 --- a/examples/drivers/epwm/epwm_dccap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dccap/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9e45a1c5c7b..bfbb373c2a4 100644 --- a/examples/drivers/epwm/epwm_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fb65fa22cd3..f762192de9d 100644 --- a/examples/drivers/epwm/epwm_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d452d87724a..dce1ab4ff14 100644 --- a/examples/drivers/epwm/epwm_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 611ac65afeb..64db7ea4d13 100644 --- a/examples/drivers/epwm/epwm_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 54b16d7f7be..7df07c57bfe 100644 --- a/examples/drivers/epwm/epwm_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6e3aab57332..8c2262aa1c9 100644 --- a/examples/drivers/epwm/epwm_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2a65cbf5685..85e2cc8eaf2 100644 --- a/examples/drivers/epwm/epwm_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 192a8463dc1..24fbdc0dd27 100644 --- a/examples/drivers/epwm/epwm_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 774474c5577..56ed6ac99e4 100644 --- a/examples/drivers/epwm/epwm_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index db1a03ebf66..55c2cea0d47 100644 --- a/examples/drivers/epwm/epwm_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c6c9512d299..59071e921f3 100644 --- a/examples/drivers/epwm/epwm_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index db1a03ebf66..55c2cea0d47 100644 --- a/examples/drivers/epwm/epwm_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_diode_emulation/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_diode_emulation/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b1d16473892..90f22ab2fed 100644 --- a/examples/drivers/epwm/epwm_diode_emulation/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_diode_emulation/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_diode_emulation/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_diode_emulation/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 588882017d5..feb24ca02b2 100644 --- a/examples/drivers/epwm/epwm_diode_emulation/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_diode_emulation/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_diode_emulation/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_diode_emulation/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0e2cc5d77eb..0001832e9ac 100644 --- a/examples/drivers/epwm/epwm_diode_emulation/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_diode_emulation/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_diode_emulation/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_diode_emulation/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index dff854a3d8f..bafef1beeb4 100644 --- a/examples/drivers/epwm/epwm_diode_emulation/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_diode_emulation/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index db503975125..1ac60bb4a5d 100644 --- a/examples/drivers/epwm/epwm_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cafc3a7dbe2..82d8d8e0fed 100644 --- a/examples/drivers/epwm/epwm_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_diode_emulation/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 90c2be1e5a0..1f6913cc11d 100644 --- a/examples/drivers/epwm/epwm_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1a4661f5468..899dfee74a2 100644 --- a/examples/drivers/epwm/epwm_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_diode_emulation/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 960f47456bc..912fbc3b69e 100644 --- a/examples/drivers/epwm/epwm_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 07ebeff2a5e..dbcaad17fff 100644 --- a/examples/drivers/epwm/epwm_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f2b51e11dc1..e04ab64f8de 100644 --- a/examples/drivers/epwm/epwm_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1e59bb46811..b240a34f886 100644 --- a/examples/drivers/epwm/epwm_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ddb44a38543..2967c7f2e15 100644 --- a/examples/drivers/epwm/epwm_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 031d32e4352..be3d949019a 100644 --- a/examples/drivers/epwm/epwm_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9310ac913bd..e76c9024012 100644 --- a/examples/drivers/epwm/epwm_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f98d1c28a01..e5d9221afaa 100644 --- a/examples/drivers/epwm/epwm_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 52b53c289fa..502a3e1cefd 100644 --- a/examples/drivers/epwm/epwm_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e6ca48ffce4..d17f3085ef9 100644 --- a/examples/drivers/epwm/epwm_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 20bc751abff..494626273ff 100644 --- a/examples/drivers/epwm/epwm_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e6ca48ffce4..d17f3085ef9 100644 --- a/examples/drivers/epwm/epwm_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 130d8006061..807aa12be9b 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index da692d2ad3f..5b785460d6a 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4a23d4c8185..03ee5598c02 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index afa17d1c2f0..25a230f7a6f 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 758072fba13..558fdde45a7 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 3da10cfba2e..55518bdfaff 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7bfa19623b5..03108c2d580 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0897ee01fdb..0daccb063e8 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 62697e49cc7..84fe5047048 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 6a286738c2f..996d09ffca1 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 12d9420ccb4..b4ff5c27a20 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e4ca12e45bd..632b8ad6ce1 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 58c3e53a701..020f0ca843d 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 66c8ab35274..7437174a3d6 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 35442c18205..79f99ccc713 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 86cc9f72593..b67525aa177 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7e08291e314..0b62ea53282 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9431e0c4add..bbc2b3af799 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f4a3788e327..9aebd1bf339 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 52e5ddb46f6..02773ff0940 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 781f403ebc9..c0d192847b2 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 92b53d45e71..3dd34238e1f 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 4f47e68589a..ea019ad41b5 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index c26280f7691..9ed634951ce 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -88,7 +89,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -103,7 +104,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 735e82c7609..4dfe67b6d7b 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f6b75d0bf80..b4be8f32e0b 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e5683d7aafc..c54238f9071 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e8b9cf02d4c..463e300d5ab 100644 --- a/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 69afd733802..7aa481305dc 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 05e7bad6a22..d4c343ce210 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,7 +97,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,7 +115,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 987424df458..4a6eb183f1b 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e0517c48145..1a721c43471 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index ff79ef93b10..2290793f2b0 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -50,6 +50,7 @@ -Wno-unused-variable -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,7 +82,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 0dbfb7b8d97..2603210c8d2 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -95,7 +96,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -110,7 +111,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 00125d47548..45fd030d309 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -47,6 +47,7 @@ -Wno-unused-variable -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -78,7 +79,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 1bb0f5e3127..b14178dc816 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8038a65e043..f341c39efb6 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c408ffb83eb..4ad40caaaed 100644 --- a/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_duty_cycle_sync/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_global_load_and_link/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f11449cf2cb..9ffb5895ef9 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_global_load_and_link/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_global_load_and_link/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 951b8b4cc8c..711f6035590 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_global_load_and_link/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_global_load_and_link/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f88e8c99ff8..d576bad4a69 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_global_load_and_link/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_global_load_and_link/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index b74c4303eb7..9f3540a8ed1 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_global_load_and_link/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_global_load_and_link/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 25da789cbd2..baa033fd107 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_global_load_and_link/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_global_load_and_link/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ed3dff4a8e0..ae5527ecb1e 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_global_load_and_link/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_global_load_and_link/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ec165fbd0ce..45658611d93 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_global_load_and_link/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_global_load_and_link/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a588f229944..af7fe1d6b9c 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_global_load_and_link/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_global_load_and_link/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0e6d65204bc..b5246dc7441 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_global_load_and_link/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_global_load_and_link/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c6485784f68..616e41ad9b9 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_global_load_and_link/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_global_load_and_link/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e6134815728..59bdf58258a 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_global_load_and_link/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_global_load_and_link/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_global_load_and_link/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c6485784f68..616e41ad9b9 100644 --- a/examples/drivers/epwm/epwm_global_load_and_link/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_global_load_and_link/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b111797a9c7..ad4f507d2de 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4fed6a0d70f..d0bec7d47bd 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a2225c65ac4..590398d2bc5 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7ad61397a4e..d9b16be74e9 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 68863885671..eefea2a21a7 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dbd2665b02c..0976e5fa77b 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6ce83a6d206..2c52ad9d99d 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fcbebcadcf0..fae5eca4470 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b12e9d4491..5b7c77be533 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8e6b44a83d8..27a46336157 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 32e1d78d7aa..b74728d45ff 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8e6b44a83d8..27a46336157 100644 --- a/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_duty_cycle/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_updown/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_updown/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7036bc5a734..15ad45e6816 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_updown/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_updown/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_updown/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c573398223d..dd7ed310210 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_updown/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_updown/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_updown/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7c421fb6356..7733a98e4a3 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_updown/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_updown/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_updown/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 872ac49bc45..8b56a940e43 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_updown/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_updown/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_updown/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e6448259646..54263467d4e 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_updown/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_updown/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_updown/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d2810c9ca44..9a0e416cf62 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_updown/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_updown/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_updown/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9187f659ce9..5bbec69b53a 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_updown/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_updown/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_updown/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 66322a81047..3ef2cf50e39 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_updown/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_updown/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_updown/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6b5ed775dc1..17db0ddc200 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_updown/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_updown/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_updown/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index eeed78230bd..1e1c2efc40b 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_updown/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_hr_updown/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_hr_updown/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 54e8f56bd41..421ae94ecf5 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_hr_updown/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_hr_updown/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_hr_updown/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index eeed78230bd..1e1c2efc40b 100644 --- a/examples/drivers/epwm/epwm_hr_updown/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_hr_updown/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a2bef2a6df4..43de7e1b1db 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a46c5e51f23..e2058445f56 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 53c4960624b..c8d0eaa6f2a 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2cb5051acf1..2ac8aec2ecd 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0bf5e90a1a6..9b3a710eeb1 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1864cf46535..cfe0b9a6c1b 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d1a346e2356..1256b7d3577 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c31b7349d1c..e5194f73a15 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4370f88d390..01ea6d14782 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f9747f19b35..52a626d26a3 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 43a21821e13..9d6d86d8b83 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f9747f19b35..52a626d26a3 100644 --- a/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_illegal_combo_logic/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_minimum_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index deed4de5303..7755282dd88 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_minimum_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_minimum_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cf85cdc7038..d9b917c3ec4 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_minimum_deadband/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_minimum_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 97f7cc56a9a..f88a0e6b7cd 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_minimum_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_minimum_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a2dcdae66f9..29b23d79c00 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_minimum_deadband/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_minimum_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4540dbf23b1..d120559ca03 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_minimum_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_minimum_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 20ed9b59c95..a68d2a73067 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_minimum_deadband/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_minimum_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b6bc230595a..1d295a88a67 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_minimum_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_minimum_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b0cbb71eb2a..af194879dab 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_minimum_deadband/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_minimum_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b31efc7acb1..defa05902a7 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_minimum_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_minimum_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fdc84d5dba0..6286b8b480b 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_minimum_deadband/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_minimum_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f255cd25930..d627c56fb16 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_minimum_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_minimum_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_minimum_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fdc84d5dba0..6286b8b480b 100644 --- a/examples/drivers/epwm/epwm_minimum_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_minimum_deadband/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_protection_pru/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_protection_pru/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a485d257bd3..f5ddf742a89 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_protection_pru/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_protection_pru/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_protection_pru/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 941c6f315cd..b6d6b3e868d 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_protection_pru/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_protection_pru/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_protection_pru/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6cb6d0a4e90..49495e87437 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_protection_pru/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_protection_pru/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_protection_pru/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a598758e514..7c738e4dea7 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_protection_pru/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_protection_pru/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_protection_pru/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fb37e34a3cc..aa49f6c48e2 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_protection_pru/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_protection_pru/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_protection_pru/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 06ffdd6e404..d55d9f71c4a 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_protection_pru/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_protection_pru/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_protection_pru/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7c255e01c56..314e31dc53e 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_protection_pru/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_protection_pru/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_protection_pru/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ea6602d2322..710090b91a3 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_protection_pru/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_protection_pru/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_protection_pru/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 44c7d3e55a1..06b10add386 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_protection_pru/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_protection_pru/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_protection_pru/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 62d73d7e5cf..e97ccd798e1 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_protection_pru/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_protection_pru/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_protection_pru/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bfcdc1356b6..96d5aa298c2 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_protection_pru/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_protection_pru/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_protection_pru/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 62d73d7e5cf..e97ccd798e1 100644 --- a/examples/drivers/epwm/epwm_protection_pru/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_protection_pru/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_synchronization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_synchronization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6b8ef03062a..b48d5953039 100644 --- a/examples/drivers/epwm/epwm_synchronization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_synchronization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_synchronization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_synchronization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 94e51465d95..e905fec2463 100644 --- a/examples/drivers/epwm/epwm_synchronization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_synchronization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_synchronization/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_synchronization/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b2a74640cba..c47bfe1a58c 100644 --- a/examples/drivers/epwm/epwm_synchronization/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_synchronization/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_synchronization/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_synchronization/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7d092b9ce6c..4bd97b6dca1 100644 --- a/examples/drivers/epwm/epwm_synchronization/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_synchronization/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_synchronization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_synchronization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3f0060398b4..6945edc9d0b 100644 --- a/examples/drivers/epwm/epwm_synchronization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_synchronization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_synchronization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_synchronization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 74dbef547c1..2d15cbe33f4 100644 --- a/examples/drivers/epwm/epwm_synchronization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_synchronization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_synchronization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_synchronization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dd5a9986692..1a556569f44 100644 --- a/examples/drivers/epwm/epwm_synchronization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_synchronization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_synchronization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_synchronization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1a955a824bb..3949d5418d9 100644 --- a/examples/drivers/epwm/epwm_synchronization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_synchronization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_synchronization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_synchronization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fdeb12fd74f..b45f271b71d 100644 --- a/examples/drivers/epwm/epwm_synchronization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_synchronization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_synchronization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_synchronization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 92e97ea963b..0bb4aedba17 100644 --- a/examples/drivers/epwm/epwm_synchronization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_synchronization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_synchronization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_synchronization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 69c64233d01..543830b526c 100644 --- a/examples/drivers/epwm/epwm_synchronization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_synchronization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_synchronization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_synchronization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 92e97ea963b..0bb4aedba17 100644 --- a/examples/drivers/epwm/epwm_synchronization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_synchronization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_trip_zone/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_trip_zone/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eab28256350..5d84b757b16 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_trip_zone/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_trip_zone/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_trip_zone/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6d24335e497..d2262754109 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_trip_zone/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_trip_zone/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_trip_zone/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0a6757451f8..7f57e0102cc 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_trip_zone/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_trip_zone/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_trip_zone/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c01e5f78c6c..ade72b73d11 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_trip_zone/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_trip_zone/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_trip_zone/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 07bb0d129ab..dfc7e8014a8 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_trip_zone/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_trip_zone/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_trip_zone/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 98df033ba33..10397fb06eb 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_trip_zone/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_trip_zone/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_trip_zone/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cfbd85176dd..f1d1e7feba9 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_trip_zone/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_trip_zone/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_trip_zone/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0f6ddb792d3..b2a3340a7d1 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_trip_zone/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_trip_zone/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_trip_zone/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f10744f4497..7ce3c3f2703 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_trip_zone/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_trip_zone/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_trip_zone/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 683d9c581cc..eeeb2f54175 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_trip_zone/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_trip_zone/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_trip_zone/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dfaca1c92da..7f74408f609 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_trip_zone/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_trip_zone/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_trip_zone/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8fcf660dda7..2b94904e6f2 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_trip_zone/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_trip_zone/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_trip_zone/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1b0fc55f2fb..8500d5122d1 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_trip_zone/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_trip_zone/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_trip_zone/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8fcf660dda7..2b94904e6f2 100644 --- a/examples/drivers/epwm/epwm_trip_zone/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_trip_zone/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_up_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_up_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ea20df08ff4..e73715615eb 100644 --- a/examples/drivers/epwm/epwm_up_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_up_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_up_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_up_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c66b7294c39..d6ad3c5ef0b 100644 --- a/examples/drivers/epwm/epwm_up_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_up_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_up_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_up_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b1c7563daf5..7214ac095be 100644 --- a/examples/drivers/epwm/epwm_up_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_up_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_up_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_up_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f89b3e51531..1531f07bfea 100644 --- a/examples/drivers/epwm/epwm_up_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_up_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_up_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_up_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 610622c0cd6..cde1f7d663a 100644 --- a/examples/drivers/epwm/epwm_up_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_up_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_up_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_up_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9cdb68b2cbb..aca8c32af26 100644 --- a/examples/drivers/epwm/epwm_up_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_up_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_up_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_up_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 98d6ed38a0f..105f6b0b9f5 100644 --- a/examples/drivers/epwm/epwm_up_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_up_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_up_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_up_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 20e4f66d105..66243764e7f 100644 --- a/examples/drivers/epwm/epwm_up_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_up_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_up_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_up_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a6b51fd1e53..5a4a6a969c2 100644 --- a/examples/drivers/epwm/epwm_up_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_up_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_up_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_up_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7bde7309412..bd4819fafae 100644 --- a/examples/drivers/epwm/epwm_up_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_up_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_up_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_up_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e9cd585bd4e..f25efaa1fdf 100644 --- a/examples/drivers/epwm/epwm_up_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_up_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_up_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_up_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7bde7309412..bd4819fafae 100644 --- a/examples/drivers/epwm/epwm_up_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_up_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_updown_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_updown_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 05383637ce7..1b65f9335b0 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_updown_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_updown_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_updown_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3ff6254391a..057af4392b0 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_updown_aq/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_updown_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_updown_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f6a90de15b0..ee23cddac75 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_updown_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_updown_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_updown_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index efd7608384a..60293ca4789 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_updown_aq/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_updown_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_updown_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 39cc1e33a08..d870e85642c 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_updown_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_updown_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_updown_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1eac914a1ab..98e1b026334 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_updown_aq/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_updown_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_updown_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f5722dfb531..b44eb30f4f4 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_updown_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_updown_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_updown_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a6288e0a45c..5c929b7cec8 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_updown_aq/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_updown_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_updown_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 827408c3ef4..898162d05e0 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_updown_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_updown_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_updown_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index be8901bb0d7..d4e36141abc 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_updown_aq/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_updown_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_updown_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5662e1b6654..17e3b9b560a 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_updown_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_updown_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_updown_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index be8901bb0d7..d4e36141abc 100644 --- a/examples/drivers/epwm/epwm_updown_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_updown_aq/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_valley_switching/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_valley_switching/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 154ebd4bb92..791d429e70a 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_valley_switching/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_valley_switching/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_valley_switching/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0d25e42b474..ebf226c8fd3 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_valley_switching/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_valley_switching/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_valley_switching/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 471afed8543..4d654b00e98 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_valley_switching/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_valley_switching/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_valley_switching/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d976de2f193..a36248809fb 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_valley_switching/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_valley_switching/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_valley_switching/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f532afa95c4..3a676050f94 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_valley_switching/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_valley_switching/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_valley_switching/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d2bb5192483..4d4d4acd3c7 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_valley_switching/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_valley_switching/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_valley_switching/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85c40ed84c4..1976a410e69 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_valley_switching/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_valley_switching/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_valley_switching/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a7ce2b3ac03..92ec3f955a5 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_valley_switching/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_valley_switching/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_valley_switching/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c3d7624b00c..023fa9f2972 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_valley_switching/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_valley_switching/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_valley_switching/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a3343ebe514..1c8b3e1c69f 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_valley_switching/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_valley_switching/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_valley_switching/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3d4c3560641..67149039f66 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_valley_switching/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_valley_switching/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_valley_switching/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a3343ebe514..1c8b3e1c69f 100644 --- a/examples/drivers/epwm/epwm_valley_switching/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_valley_switching/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_xcmp_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_xcmp_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3dacd639ae2..f82c6de263a 100644 --- a/examples/drivers/epwm/epwm_xcmp_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_xcmp_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_xcmp_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_xcmp_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 318482e5370..758cf774113 100644 --- a/examples/drivers/epwm/epwm_xcmp_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_xcmp_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_xcmp_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_xcmp_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 821514377d0..8ca26516182 100644 --- a/examples/drivers/epwm/epwm_xcmp_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_xcmp_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_xcmp_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_xcmp_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 609f79f0cb0..7f89e115e34 100644 --- a/examples/drivers/epwm/epwm_xcmp_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_xcmp_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_xcmp_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_xcmp_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6abc81ea977..95dadbfa4c9 100644 --- a/examples/drivers/epwm/epwm_xcmp_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_xcmp_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_xcmp_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_xcmp_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d9e08d37c70..6fbc17ae3ae 100644 --- a/examples/drivers/epwm/epwm_xcmp_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_xcmp_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_xcmp_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_xcmp_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eee4259aadc..9ce64a98282 100644 --- a/examples/drivers/epwm/epwm_xcmp_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_xcmp_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_xcmp_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_xcmp_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8eb5f43744c..cbc19d4616b 100644 --- a/examples/drivers/epwm/epwm_xcmp_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_xcmp_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 613e9e97dec..49bdff11860 100644 --- a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0ceb8e474ff..47ad32dc608 100644 --- a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f75dd2a34e2..243d2095a53 100644 --- a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a66318900d1..8ed9ec4dc3d 100644 --- a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 62c5f52fe19..95b876018c9 100644 --- a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ad523a69147..fd7508e4b10 100644 --- a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0420f0b1cd1..0a71ca57235 100644 --- a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0ba9b3022a8..c1d4b364ad9 100644 --- a/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2fdb99ffe56..95ce535e658 100644 --- a/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsfo.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsfo.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4daca5bf177..6ec694bb8e2 100644 --- a/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0d88a31b0eb..fccdba542e4 100644 --- a/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsfo.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsfo.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9e6fde59d71..7bf81ec8c0f 100644 --- a/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_deadband_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_deadband_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_deadband_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 246ed843677..71656b770cf 100644 --- a/examples/drivers/epwm/hrpwm_deadband_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_deadband_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsfo.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsfo.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_deadband_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_deadband_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8201a6340a4..0ac029431dc 100644 --- a/examples/drivers/epwm/hrpwm_deadband_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_deadband_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_deadband_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_deadband_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 45c9db87b8d..d9f732402e7 100644 --- a/examples/drivers/epwm/hrpwm_deadband_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_deadband_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsfo.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsfo.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_deadband_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_deadband_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d27039535ab..c2106c5bb44 100644 --- a/examples/drivers/epwm/hrpwm_deadband_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_deadband_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 452f5b4bbe3..0c93b8c35d6 100644 --- a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsfo.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsfo.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 95ccc9c088e..16df37c94c4 100644 --- a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 36488936b69..caa19f5e023 100644 --- a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsfo.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsfo.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 36cd3148402..fa1033e9d9c 100644 --- a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 70cd965ccda..1ceda1a92fe 100644 --- a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsfo.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsfo.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2d244a64e0d..3d17a40f2bd 100644 --- a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a6a37c2f1cb..d6e7929095c 100644 --- a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsfo.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsfo.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7d3dba75981..e218f5af1eb 100644 --- a/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_duty_cycle_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 13c7979c3bf..e8b35608366 100644 --- a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsfo.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsfo.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a86cd69ccf2..b97f77a4052 100644 --- a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3390d2ccfdf..819989d206c 100644 --- a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsfo.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsfo.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d31c29d0cfd..0c0d8c76f8d 100644 --- a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7bc764c5bfe..e0be59cf08d 100644 --- a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsfo.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsfo.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7fa552c54d2..96300125e17 100644 --- a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 568ff593862..fbb4712f01a 100644 --- a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsfo.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsfo.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsfo.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsfo.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 40f0ba6f907..9d40382cccb 100644 --- a/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/epwm/hrpwm_phase_shift_sfo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsfo.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsfo.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sfo.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sfo.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index e15f8a7523a..869381a8c90 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index cd520e5a902..5ac922a1f9d 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c62542d6cae..99419ebabfb 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7c537d560a8..2789a152432 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index e3152dc431d..eb7e79d0e51 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 56429ca76c9..398f59c81e5 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3d612379198..fd38ef36937 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 204331523bf..167b827cb6f 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_capture/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 2aa380963d7..25fc64d4896 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 12c37009ec7..0a5fa9c152e 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b08fc1f6ed4..7eaea814abf 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1fd0f9a382c..b03989419ac 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index a98cc7eb7da..67b9903fd1f 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 46b2eb6e187..47f3ecab9e5 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7146ebd58c1..3abb9e43ac9 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 886d7e05cfc..098c693e7dd 100644 --- a/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 7a43a8177bb..efb72a4648b 100644 --- a/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index ec08300373f..51532888aa2 100644 --- a/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 41eb311fa16..f559def563f 100644 --- a/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index b0e5985f84b..72730a826c4 100644 --- a/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/eqep/eqep_capture/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 081e9cbb0b7..7132c02893a 100644 --- a/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d729b5cc65c..8e0ca079a61 100644 --- a/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5388fd24f04..b644c55d67d 100644 --- a/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e9b463b8d3d..c1a988cd2a0 100644 --- a/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_capture/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_cw_ccw/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_cw_ccw/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1c507703cd3..2be9702c334 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_cw_ccw/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_cw_ccw/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_cw_ccw/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a8f653fa2d8..3dcb740630b 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_cw_ccw/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_cw_ccw/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_cw_ccw/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f3a599c93ab..bae6f46ac8a 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_cw_ccw/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_cw_ccw/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_cw_ccw/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6ed73521726..5a5f060b6d1 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_cw_ccw/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_cw_ccw/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_cw_ccw/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 53864121670..170792441fd 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_cw_ccw/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_cw_ccw/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_cw_ccw/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e4b05927e6c..1820aacd1e1 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_cw_ccw/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_cw_ccw/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_cw_ccw/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c9b731fcaea..df99bec50f3 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_cw_ccw/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_cw_ccw/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_cw_ccw/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 13cf285e24d..ee1e340e5d9 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_cw_ccw/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_cw_ccw/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_cw_ccw/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index db5f08cbb35..f4eb2ea644d 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_cw_ccw/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_cw_ccw/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_cw_ccw/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c0f1ecfe656..515123948b2 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_cw_ccw/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_cw_ccw/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_cw_ccw/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 48adf74ec50..d0530383fd5 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_cw_ccw/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_cw_ccw/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_cw_ccw/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c0f1ecfe656..515123948b2 100644 --- a/examples/drivers/eqep/eqep_cw_ccw/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_cw_ccw/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5947273e781..0b599bab744 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 274a8626a4f..7a8d9c36b22 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 694000f1ef6..962fba761b3 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7e63f64a927..666f086634d 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 936be78625c..d70bd0eebd9 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6cddcf160d5..38da15cfb95 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7e1c2b8df67..689d1669dbc 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fc765a33ae1..fbb096d0848 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9f186a295b4..5b5e82d3c61 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 717093a9ea2..b4624c1d855 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 93280b4b5eb..395b263f245 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 717093a9ea2..b4624c1d855 100644 --- a/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_freq_cal_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_frequency_measurement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3edc55b09c..ffaacaebd75 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_frequency_measurement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_frequency_measurement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d0a4b4aaaf1..cdf6b67c904 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_frequency_measurement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_frequency_measurement/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b7f7c09d2d..4608e70afe4 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_frequency_measurement/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_frequency_measurement/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 901aba3c2bc..24788684a7e 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_frequency_measurement/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_frequency_measurement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c961503a5ba..37678441b25 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_frequency_measurement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_frequency_measurement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7a7dc4fb2cf..6b8e3c89712 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_frequency_measurement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_frequency_measurement/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8d1430d1bb3..867bb25cbc7 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_frequency_measurement/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_frequency_measurement/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 382ff26e247..53af180aa69 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_frequency_measurement/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_frequency_measurement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6c68da25a1b..687ea10d964 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_frequency_measurement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_frequency_measurement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3d49b5fafb5..d80992c5d68 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_frequency_measurement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_frequency_measurement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7c7b5a9ec05..0aeca7df351 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_frequency_measurement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_frequency_measurement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_frequency_measurement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3d49b5fafb5..d80992c5d68 100644 --- a/examples/drivers/eqep/eqep_frequency_measurement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_frequency_measurement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_position_speed/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_position_speed/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9ed64ae1c70..020583a1b7c 100644 --- a/examples/drivers/eqep/eqep_position_speed/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_position_speed/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_position_speed/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_position_speed/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7f2f723044e..e08ba74bb66 100644 --- a/examples/drivers/eqep/eqep_position_speed/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_position_speed/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_position_speed/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_position_speed/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7a8ee9afd21..69a4aa4e2ec 100644 --- a/examples/drivers/eqep/eqep_position_speed/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_position_speed/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_position_speed/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_position_speed/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 0913b554738..bbaa8af9771 100644 --- a/examples/drivers/eqep/eqep_position_speed/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_position_speed/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_position_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_position_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 44c2fcddc66..0918b4e7717 100644 --- a/examples/drivers/eqep/eqep_position_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_position_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_position_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_position_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3d8e61c75cd..058d1bdccc8 100644 --- a/examples/drivers/eqep/eqep_position_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_position_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_position_speed/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_position_speed/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ce70f866c6d..e982cd0a992 100644 --- a/examples/drivers/eqep/eqep_position_speed/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_position_speed/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_position_speed/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_position_speed/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 95d07f46369..c62d7fd095c 100644 --- a/examples/drivers/eqep/eqep_position_speed/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_position_speed/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_position_speed/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_position_speed/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 211b1c8cadd..faebd74d343 100644 --- a/examples/drivers/eqep/eqep_position_speed/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_position_speed/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_position_speed/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_position_speed/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 54435e016fe..6c6ec8ded0e 100644 --- a/examples/drivers/eqep/eqep_position_speed/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_position_speed/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_position_speed/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_position_speed/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0ce3c394809..2e8fe81a215 100644 --- a/examples/drivers/eqep/eqep_position_speed/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_position_speed/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_position_speed/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_position_speed/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 54435e016fe..6c6ec8ded0e 100644 --- a/examples/drivers/eqep/eqep_position_speed/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_position_speed/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_speed_direction/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_speed_direction/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6b4124dc46f..9e2f89213b2 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_speed_direction/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_speed_direction/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_speed_direction/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7da58e8ad65..730b981e5fe 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_speed_direction/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_speed_direction/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_speed_direction/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3d86045f8e..12c615b7206 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_speed_direction/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_speed_direction/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_speed_direction/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7f66e63ebeb..42ff663b67a 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_speed_direction/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_speed_direction/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_speed_direction/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f7e0be4ae88..1005f63d140 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_speed_direction/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_speed_direction/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_speed_direction/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b1284e1553d..f75a965e0d4 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_speed_direction/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_speed_direction/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_speed_direction/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7febe021757..1b390ad72d0 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_speed_direction/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_speed_direction/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_speed_direction/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ee23a2b031e..da5b60d9170 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_speed_direction/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_speed_direction/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_speed_direction/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cb3410118e0..b98288466ac 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_speed_direction/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_speed_direction/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_speed_direction/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2e294f3d234..aad95be92c6 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_speed_direction/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/eqep/eqep_speed_direction/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/eqep/eqep_speed_direction/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e3002e357fb..66220f01350 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/eqep/eqep_speed_direction/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/eqep/eqep_speed_direction/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/eqep/eqep_speed_direction/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2e294f3d234..aad95be92c6 100644 --- a/examples/drivers/eqep/eqep_speed_direction/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/eqep/eqep_speed_direction/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/flc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/flc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 67da3010b19..ab82b9e8b08 100644 --- a/examples/drivers/flc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/flc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/flc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/flc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c8f8cc36f82..5724842f6c5 100644 --- a/examples/drivers/flc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/flc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/flc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/flc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7145575f9cc..eded0808ca7 100644 --- a/examples/drivers/flc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/flc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/flc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/flc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9e01eb77050..dcf08fc120b 100644 --- a/examples/drivers/flc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/flc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/flc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/flc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f77e2110e8b..ad7f08599e3 100644 --- a/examples/drivers/flc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/flc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/flc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/flc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ec62bb69563..8ffbdc88ce4 100644 --- a/examples/drivers/flc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/flc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d476bd14816..c14af8728d2 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f08edccd6f2..04880db807f 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2f40acd94b1..f3f53f9fcf3 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9bfae7b9471..aa719b0feb5 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c59a7e46dab..b410d9adf0a 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5c9a2e9dae6..f8b0c6fc884 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aee74bb61e5..4012350bf42 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 845cf8a3716..158595d0b7f 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0d0c190e563..7721b67378e 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e24a74f635e..e256e2ec0be 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b8c11d8ffad..09356912c88 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e24a74f635e..e256e2ec0be 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3152247657c..beb0373fdce 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1a028911e76..40d8f258185 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 94f2ef717a2..99286d88637 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6ad501a1b22..7361375d9bc 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 80e9de46996..4f99b93cd75 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8fed0aa3fd6..7fb9a7ceae9 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eb46be430fa..c59b98ad217 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 209598fa3b6..a8ea40506d6 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 52b6c3365bc..cb265e9fac1 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 745ad5e2d6b..66d14323d01 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 21b64bd51c0..448a20396bb 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 745ad5e2d6b..66d14323d01 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 368514806ed..fb6406971fa 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e17cbe63c1f..68d7350fe3d 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b4c8ed96a37..e169f178f97 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 17205499cf4..45a5968d4aa 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6253c66f974..12dd17d169b 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 85b9bfbe1c5..413c2fec3b2 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ec7824fd1de..b2975697134 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 72205939f79..1036a5192d8 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index be2e0dad5bc..c164613381d 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 540f282ed11..f391289fb23 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 16a061ab38e..fd6a6507a42 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 540f282ed11..f391289fb23 100644 --- a/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_hld_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8e75e6898be..0bd9a14a748 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7553e55d26a..e5d8370ad29 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f610e7845c6..46d510d9adf 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5bf3197457b..e7848908b7c 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ffbdf89fa41..b170e062374 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9b6319af886..5197f74ab13 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 997fe69f4ac..28b8ac59986 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e9bb21add54..76aa83e63e0 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 583d8da1d04..81cbebffb04 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 92c71da5648..2b7d67f1743 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 428591abbb0..33faf30a4f1 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 92c71da5648..2b7d67f1743 100644 --- a/examples/drivers/fsi/fsi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index d394627f453..6cfcbb2c229 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index fdaa03054f8..96f57490a5c 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 646a714e28d..ee2773a75bb 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 995652c03e0..f60f13e366e 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index cb82d45c984..a6123ab6c1a 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index f9d5b4a6abd..5b802e209b5 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a4e4c9a1ae3..a0294f63c09 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 837abaef0d7..c18d1acafaf 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9e65ba9192c..2df4f387113 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 80d2ff50b61..a26144b1057 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1e9fa5ee862..dc17394a768 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1b6375c298e..88e53c56522 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fd735138f60..5e033a1e5ed 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7d959ac642c..09489d86cb2 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 214955612d3..74ddda4737f 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c00da94ff9c..cf4f97d50f3 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f6dce1de0c4..46f953bf35e 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 61ae79811bc..b73ae4ac15d 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 01abc8e7571..8aa9ee849db 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 61ae79811bc..b73ae4ac15d 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 89b99038ac8..748d104028b 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8295005d384..6d45f592222 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ea04a73f85f..bf40259110f 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 8295005d384..6d45f592222 100644 --- a/examples/drivers/fsi/fsi_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0f80589d083..42326654fd0 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 3c25ba5e05f..8d7742cc7ef 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3aa4c57f5f1..3b0fa9b6eaf 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9efee5a02df..54b757cb301 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 54830fa50b0..bda63de0826 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index daa57dbb9b8..7f35cb9a95e 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 72bbc810615..8a794eb07ce 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 845bb6e998d..e2ed9d99f0c 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b9be4b135d..9579f7af494 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c8fd0341d5d..54da410188f 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8796e4d87ed..b98ce45dd19 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9f395cc529a..1bf0a201487 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a159b7e792c..c9496c0e7e9 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d98cde03f37..3a64def5bac 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 06099869b4b..eb275c93913 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c0ee2fad0cd..3c0a193b1b2 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ac188371709..bd683a1b45d 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bcd7e466a1d..1873265d12b 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3656541b7e5..12dfd157008 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bcd7e466a1d..1873265d12b 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1d7d0bb401f..616371a5dc5 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 14b62210694..57cb3f3c462 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fsi/fsi_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fsi/fsi_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6f7b1474dfe..b1873665d74 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fsi/fsi_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fsi/fsi_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fsi/fsi_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 14b62210694..57cb3f3c462 100644 --- a/examples/drivers/fsi/fsi_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fsi/fsi_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fss/fss_switch_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fss/fss_switch_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9fb1368c3be..11bb60ce629 100644 --- a/examples/drivers/fss/fss_switch_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fss/fss_switch_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fss/fss_switch_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fss/fss_switch_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 39f8e940ae7..35690cf3dec 100644 --- a/examples/drivers/fss/fss_switch_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fss/fss_switch_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fss/fss_switch_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fss/fss_switch_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 08c407e621c..8031d6b5bc0 100644 --- a/examples/drivers/fss/fss_switch_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fss/fss_switch_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fss/fss_switch_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fss/fss_switch_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9c876df826b..01f9e0dacc3 100644 --- a/examples/drivers/fss/fss_switch_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fss/fss_switch_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fss/fss_switch_b/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fss/fss_switch_b/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e9cb90d64c9..bc496ce835b 100644 --- a/examples/drivers/fss/fss_switch_b/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fss/fss_switch_b/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fss/fss_switch_b/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fss/fss_switch_b/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4157009b084..690d7aae158 100644 --- a/examples/drivers/fss/fss_switch_b/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fss/fss_switch_b/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fss/swap_to_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fss/swap_to_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 20a6d98d9b0..94159bbe784 100644 --- a/examples/drivers/fss/swap_to_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fss/swap_to_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fss/swap_to_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fss/swap_to_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 69f70c3a7d1..af7e042661d 100644 --- a/examples/drivers/fss/swap_to_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fss/swap_to_b/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/fss/swap_to_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/fss/swap_to_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 77c079f8b81..a3b0d5fe8f6 100644 --- a/examples/drivers/fss/swap_to_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/fss/swap_to_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/fss/swap_to_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/fss/swap_to_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9da5b7fe1ef..1422ef7d5bd 100644 --- a/examples/drivers/fss/swap_to_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/fss/swap_to_b/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ae615b19924..fab7948d6da 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 964d4722f88..d603d82ce2a 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 308d5be29ae..6b0175fe9df 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e30a4dcd21d..69ea671f4de 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 408f685c77d..0541261a8a9 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e7db3e9a73c..f6ddc4f841a 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 733d5ba21fa..f605731fc77 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 23f9a98eec6..7eb92f7ab44 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fd17a5ee76d..8f258ed8101 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a8205f66103..f3400a86231 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 27e673f1218..d9516586551 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 15c736da104..8389816efb6 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 312d24fea65..8337860e13a 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index a8205f66103..f3400a86231 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d845b8b8cf3..fdd88bcdc62 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 15c736da104..8389816efb6 100644 --- a/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_compare_match_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8878ef0ab56..b053d333232 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3004f36b842..404be12f255 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9ded7adf356..891a227093b 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c83c977ee1c..ecdeb572ecd 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_free_run/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cac91ecadb5..d593ed89296 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4d20243ad4f..0aaf5705134 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 55f62189d0b..e8fe34e3dfe 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index faf4982e617..8d9708f0b20 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_free_run/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 133a09c183b..5b306ef2592 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9d01e34cfcd..a5a1e9295aa 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bca9c1af009..a334d86b9e4 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ef9b85463bf..9040820e365 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_free_run/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4221ba813dd..d9299ae5b73 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 9d01e34cfcd..a5a1e9295aa 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2e3b89297af..23e4136943e 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index ef9b85463bf..9040820e365 100644 --- a/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_free_run/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 260ee2356b6..1bf154a860f 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0b752be28f5..e4594a7d4ac 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 41fd0ebfed6..ff90d21cea0 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6702aafdbe9..d66723a048d 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 26dacd7a414..a1b5ca8a232 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 34db543dbbe..6e21cf46cff 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4f0cb41beae..f76b6fb82b6 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c1c7c3fb8bd..317d3ee4a76 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3039a2d842e..5c813c09f28 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 152fdb32dcd..4d762adbbdb 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 69b94d8fae8..c6dbd7517dc 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 070b18404d3..b7708ceb04e 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bfb778edd33..8cb87505e80 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 152fdb32dcd..4d762adbbdb 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d2716d65e42..43460e7c44c 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 070b18404d3..b7708ceb04e 100644 --- a/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_overflow_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4914de798b7..ab4c7072bbb 100644 --- a/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 7de1df7cac4..bb121c3df86 100644 --- a/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 04f4e55e6e6..e52a9cbfc4b 100644 --- a/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8977f39afc1..9fc45932f8e 100644 --- a/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gp_timer/gp_timer_pwm_capture/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpadc/gpadc_group_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpadc/gpadc_group_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 24e2ffc642e..091ebc2cbc8 100644 --- a/examples/drivers/gpadc/gpadc_group_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpadc/gpadc_group_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpadc/gpadc_group_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpadc/gpadc_group_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0df2160446c..a5c62a96107 100644 --- a/examples/drivers/gpadc/gpadc_group_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpadc/gpadc_group_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpadc/gpadc_single_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpadc/gpadc_single_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0ec8cfaba22..6192cc7ddee 100644 --- a/examples/drivers/gpadc/gpadc_single_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpadc/gpadc_single_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpadc/gpadc_single_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpadc/gpadc_single_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index adb1567a18a..d5a64e154c6 100644 --- a/examples/drivers/gpadc/gpadc_single_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpadc/gpadc_single_channel_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpadc/gpadc_temperature_sensor_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpadc/gpadc_temperature_sensor_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index edd50fab760..8578933ac49 100644 --- a/examples/drivers/gpadc/gpadc_temperature_sensor_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpadc/gpadc_temperature_sensor_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpadc/gpadc_temperature_sensor_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpadc/gpadc_temperature_sensor_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ca750c0f7a7..e436200f5bf 100644 --- a/examples/drivers/gpadc/gpadc_temperature_sensor_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpadc/gpadc_temperature_sensor_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 26d71974f6f..78400bce71d 100644 --- a/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8098e35b731..c01d80d6923 100644 --- a/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 6edd68e2fd1..514a5ba390a 100644 --- a/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index ce6ae597fc5..2eb56131d23 100644 --- a/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_controller_mcspi_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index e3ed510f313..3aed83a4066 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 0e1e7358bd5..65d6e570d07 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index dfb4c66f7e4..8f21383b74b 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 7f4b2c0854b..f6bb91d2536 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2a9ac663a58..8c580af77ad 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c995701e28f..5c696d4e6a2 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 351a9b07e52..81b6d8e2b7c 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index d2b15a1902b..785818e7936 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 93f3d9b738f..c3fd1bc5f34 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cfa27f5b590..77c6cb48ab8 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 780cdd462ab..4af6e43d67c 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9c69eacac3c..fcd09283100 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 115ec4be1d8..1940d57d62a 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 28c1b2f7ae5..98c3931696d 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index be01da07fae..fb2681ecee3 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2889da79d68..2fd8d9534c4 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bec2c60b1d6..6ad24461684 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4c9fb78b2bd..5a40af56f3f 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7a7d0b30c1e..5d20a767f85 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6000ac00cab..5a6334a81e3 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f5440823e1f..5d2ed7fe318 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6000ac00cab..5a6334a81e3 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8361c49c150..bdcf1e323bd 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2ede5778feb..30272f4dad6 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 4a702e1babd..a1011f374a5 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 62e40166279..e3764001592 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 2d5cc78804a..94c8962572c 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index fac8884cc3b..8d39a2fa6cc 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec index a6bd44f4638..86f7d0790d3 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile index 7c2446fa33a..f8c082025b9 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 289721df4f0..36c7658be6d 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 5c1c24e076c..cecef3341ef 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a0562ca06df..c03c2e0a8bb 100755 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 495b61cf97b..a96b10cf822 100755 --- a/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2a51fcaeb1c..fc0b96478d0 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 94c9977e452..8abbec39688 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/gpio/gpio_input_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 0c8d251c270..ead6774c08f 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index dc24a2322a8..77eeec99d6c 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 26beac9123b..2a130e95bd6 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index cacc67d3d39..661bf5a1bbb 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c80ed977b97..ecae29ff20e 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 73319721e5c..933ac511462 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index a91c1202206..451508e05ff 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index ca0cfad0384..df8e58418fd 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index df5b732c74f..ac0e0c0506d 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 936375fc967..cc3862c4b84 100644 --- a/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b80cbbc5a74..1b58a18938e 100644 --- a/examples/drivers/gpio/gpio_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4de5415083a..8c68f42fb0a 100644 --- a/examples/drivers/gpio/gpio_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5d35a2256f0..c28f63fb989 100644 --- a/examples/drivers/gpio/gpio_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6738bfb09c9..f471e2773b0 100644 --- a/examples/drivers/gpio/gpio_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 642231eb46c..c2300e02a3c 100644 --- a/examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a9c0ea8bf94..10fbaa00bfe 100644 --- a/examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 902987e0c68..4abc1e73651 100644 --- a/examples/drivers/gpio/gpio_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a14e7031fb7..d245644d20c 100644 --- a/examples/drivers/gpio/gpio_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 09f51534f14..e9ebf619eac 100644 --- a/examples/drivers/gpio/gpio_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a14e7031fb7..d245644d20c 100644 --- a/examples/drivers/gpio/gpio_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 7cf3e5e0ba2..6753a49233f 100644 --- a/examples/drivers/gpio/gpio_led_blink/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/gpio/gpio_led_blink/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/gpio/gpio_led_blink/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 5e754277453..8cb96f5af69 100644 --- a/examples/drivers/gpio/gpio_led_blink/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/gpio/gpio_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6ed2237e14f..90824f455fe 100644 --- a/examples/drivers/gpio/gpio_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ccfb2346cad..a7843bea846 100644 --- a/examples/drivers/gpio/gpio_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index e30cd1671c1..048b968e9f1 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index ed738d6a4fa..3927e3fe0b4 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index e84db65680e..49a07b593fa 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 1b9ef45897f..7953543e423 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 8b6ced464ac..74a0dde7396 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 4636f9b1f6c..be0f108534d 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 430b04e7a71..f2a97be8063 100755 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index f26b525ea22..dc400a85c0e 100755 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 211fb1fa893..bc6b76c81b2 100755 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index dfca0a788d8..355f835a0df 100755 --- a/examples/drivers/gpio/gpio_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 2da7f0b935b..7608b27b7e4 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index ed738d6a4fa..3927e3fe0b4 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 47e83e3512e..0c82bacc810 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 1b9ef45897f..7953543e423 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 6efb79a0ac4..636e6216593 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 4636f9b1f6c..be0f108534d 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 5d91584fea8..be7b99c617c 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index f26b525ea22..dc400a85c0e 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c4a8dfa0a9c..240712690e2 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index dfca0a788d8..355f835a0df 100644 --- a/examples/drivers/gpio/gpio_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 59c7c88c19b..e264545a704 100644 --- a/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 9d3d5456a43..8679f2183cb 100644 --- a/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/gpio/gpio_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 82742f2e990..e5e9a8f5fc1 100644 --- a/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index ca99dba153f..4189268d8f8 100644 --- a/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 52f2e90ea61..96522902dcc 100644 --- a/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 010197f1981..ea1ad6ec2b4 100644 --- a/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_multi_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_multi_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_multi_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 243ec4c15a9..06f91e2ecd7 100644 --- a/examples/drivers/gpio/gpio_multi_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_multi_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_multi_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_multi_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f1d6b9ba910..80d3ea370b4 100644 --- a/examples/drivers/gpio/gpio_multi_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_multi_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpio/gpio_multi_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpio/gpio_multi_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d73afd5efec..51161d2a4b2 100644 --- a/examples/drivers/gpio/gpio_multi_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpio/gpio_multi_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpio/gpio_multi_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpio/gpio_multi_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3691a2297e4..9dbfe5557e8 100644 --- a/examples/drivers/gpio/gpio_multi_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpio/gpio_multi_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index d13d2325f37..b9903c52290 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 19a66e83842..af8b6046ed4 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 71d653720c5..7aabb7deef8 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b57855cc0bd..0dfe67adf3b 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpmc/gpmc_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index c9e41a9f2da..cf21ab2baff 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 11048da1bf5..4d6bb05f8f5 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index d6c0d962a84..e50b00832a8 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index ac9f411d98d..1966eabd5e5 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,8 +90,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -105,8 +106,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7348464796b..1c050ce3f93 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a895a6b8f5b..352ad45c058 100644 --- a/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpmc/gpmc_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpmc/gpmc_psram_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpmc/gpmc_psram_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 21418a09a58..43da149ec16 100644 --- a/examples/drivers/gpmc/gpmc_psram_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpmc/gpmc_psram_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpmc/gpmc_psram_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpmc/gpmc_psram_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8399dce3437..4883a223630 100644 --- a/examples/drivers/gpmc/gpmc_psram_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpmc/gpmc_psram_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpmc/gpmc_psram_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpmc/gpmc_psram_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 89f252f0f05..7a0159ee9a4 100644 --- a/examples/drivers/gpmc/gpmc_psram_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpmc/gpmc_psram_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpmc/gpmc_psram_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpmc/gpmc_psram_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dc0134d30ed..8725645b332 100644 --- a/examples/drivers/gpmc/gpmc_psram_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpmc/gpmc_psram_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 31c83b62775..4e0add8b602 100644 --- a/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 81f0f315f5f..cdb4eab1e8d 100644 --- a/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 447a95f844d..110b202c76e 100644 --- a/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c57df0bfe9b..9379ada947b 100644 --- a/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/gpmc/gpmc_psram_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/hsm_services/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/hsm_services/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1adedcd1946..5500c1706f3 100644 --- a/examples/drivers/hsmclient/hsm_services/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/hsm_services/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/hsm_services/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/hsm_services/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 270ff1747b8..3a13fb2e7ff 100644 --- a/examples/drivers/hsmclient/hsm_services/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/hsm_services/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/hsm_services/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/hsm_services/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5db5d1ea44f..7711f3ab446 100644 --- a/examples/drivers/hsmclient/hsm_services/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/hsm_services/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/hsm_services/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/hsm_services/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5c53137b700..a34c9b23d9b 100644 --- a/examples/drivers/hsmclient/hsm_services/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/hsm_services/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/hsm_services/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/hsm_services/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fde816aedef..b5cc2d5a112 100644 --- a/examples/drivers/hsmclient/hsm_services/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/hsm_services/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/hsm_services/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/hsm_services/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e789bbc1ed4..ed65c5a381b 100644 --- a/examples/drivers/hsmclient/hsm_services/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/hsm_services/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/hsm_services/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/hsm_services/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8b8d5aafd50..b15990c7462 100644 --- a/examples/drivers/hsmclient/hsm_services/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/hsm_services/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/hsm_services/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/hsm_services/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 84df6e1557d..10c6b0749eb 100644 --- a/examples/drivers/hsmclient/hsm_services/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/hsm_services/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ef72b7d1225..6a288bee841 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index dd134a62a51..d1186d705ad 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 9ec4b9629de..660a0b33a1c 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index ac02e070dab..22aef94c104 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c5b9ace005f..2c80b33beb9 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 06c34395012..22f904e2a8c 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 04ccd8c72a6..f90b3fd1b97 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index fa452c81289..72c65ccac9f 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e19afc4fa91..084fce3aaed 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 483d8dfc0c3..86badb4cbc2 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 360183543e6..6aa36e151ad 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index b6df9bd56a1..89264570adb 100644 --- a/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hsmclient/mpu_firewall_services_demo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index d6433b893da..04471c94ace 100644 --- a/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 267305be01e..92114781fab 100644 --- a/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cd495e7606f..bad85d93294 100644 --- a/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 38079c001e1..a81f75137b0 100644 --- a/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hwa/hwa_bfp_compression/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/hwa/hwa_real_fft/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/hwa/hwa_real_fft/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index b86621d1a3a..b75fbbbb45f 100644 --- a/examples/drivers/hwa/hwa_real_fft/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/hwa/hwa_real_fft/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/hwa/hwa_real_fft/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/hwa/hwa_real_fft/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a6620422d78..bbc0b43e19c 100644 --- a/examples/drivers/hwa/hwa_real_fft/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/hwa/hwa_real_fft/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/hwa/hwa_real_fft/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/hwa/hwa_real_fft/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 35286dd6149..30996b0d8b0 100644 --- a/examples/drivers/hwa/hwa_real_fft/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/hwa/hwa_real_fft/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/hwa/hwa_real_fft/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/hwa/hwa_real_fft/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3b0e75f628a..5f68ce72a1a 100644 --- a/examples/drivers/hwa/hwa_real_fft/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/hwa/hwa_real_fft/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 583984b1fde..d83d9dfb6c7 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 94858768711..a7e5a933278 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5bc54bdb739..598136f6f80 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f9d5cf33893..51a09987604 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index ac8ca778f58..5b0baa672f3 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 55d82ee2a3a..e3e792ee2af 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 492fe196a73..19cbd4960c0 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9f9f582d27b..6bdd0e86f3c 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index fed3431a326..5f9ff7e4eb2 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 10b2dbf7a94..33789f67d59 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c256aa75ea2..3372d2f23c0 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 99b0e6120b7..9edaa4a0ee7 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0c97486c0a1..cc4eb103e20 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index c5daf3aa3b8..303f276c8e7 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1dead75fb96..973478b29a1 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index adea507b054..0b7ca8aa1d2 100644 --- a/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 12c8989f61a..5e9bfefa5bc 100644 --- a/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 192ad6d9996..be67a92d33f 100644 --- a/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 95bcdf54b20..c45719dcf51 100644 --- a/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 396d414f6b6..47e316d6467 100644 --- a/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1848288b63c..2ee3e635ce8 100644 --- a/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index b8eb44421c3..16a649ad1d8 100644 --- a/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 57596cf1e43..2b8d6fe6f7d 100644 --- a/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d78a61b3acc..d1f798bdba2 100644 --- a/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5e0f1665a89..e4a32d68c4f 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index d117a2e759a..f900b58e6a2 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 89679f5be40..13575446d0a 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0c8f3718322..81aa52a00a1 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0d0197d0169..4ef6f8788dd 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f73d89369ff..1cb26501be3 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a2f63f3e72f..158614be46c 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 397b025285f..06373d13fd4 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cb4ed312311..29cf36ddfee 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 4f7cd723291..538874f4d92 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5a97d528555..130de68bd6a 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 30c8c029082..b148584bf84 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 807aa16f047..d3628973f91 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4f7cd723291..538874f4d92 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 919396bd77f..398e1921098 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 30c8c029082..b148584bf84 100644 --- a/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index c4f3f189fab..07e74811d40 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 4182609b6b7..c45710544fc 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 6b1b189adf2..7169daa5679 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 9381e416dfe..26a3ffff1d0 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 15ac8301eed..1d5fc140af8 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 905e5454ca6..67f0fbe727e 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 38b28d82430..c610ca731e6 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 304ac0cd68f..a3c9d9022ca 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a19695af66c..0b060047e0b 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c46b276c71f..c658d5d206e 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index a0396f27c4d..a28eba47a65 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 4182609b6b7..c45710544fc 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 275329e595c..6920b7eb435 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 9381e416dfe..26a3ffff1d0 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index c561af4a132..734bca00d05 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 905e5454ca6..67f0fbe727e 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 22d40cdac78..bb99a987f38 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 304ac0cd68f..a3c9d9022ca 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 368e3bcea99..f31a0badeae 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index c46b276c71f..c658d5d206e 100644 --- a/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d60e16b3cd3..658bc7c5767 100644 --- a/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -108,5 +109,7 @@ + + diff --git a/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index f398ef40551..ac75e56baef 100644 --- a/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/i2c/i2c_led_blink/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9892516f449..f1d90e358dc 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 63037cd9f9b..3cdc1c22f2f 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b734dd83192..fc5ed0f53ee 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 76786418c2f..88c1f5b5c81 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f4ae130970e..cb9114e1800 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9a75b671bd8..119cb446985 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a6a9ecc943d..afdd4a5949b 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1f45df1ee79..5bb8a7f47af 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7fd1516bdad..04aac49cbea 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 96a316b0131..6233fa4f3a3 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1d7a8d8a831..9645a01b1c8 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f4be0792f08..aaf2a4e449e 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c9d02518a03..0da04224691 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b0e2c790223..c6017d30d3c 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6cfc0eb811a..94994d5ff07 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b0e2c790223..c6017d30d3c 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bfa858d88e4..a42f54344bd 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b1d43fe1c17..e143dae6a05 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 545369ccbc9..d0712eb07f9 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index b1d43fe1c17..e143dae6a05 100644 --- a/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 60015629f25..f96a72c6188 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d7e12a8154b..a9ec6af0cd1 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f393e4767a8..5ad6ac65e91 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 460a279869b..40aa0e8e91f 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index f19f3cfc4d2..fc4328bdf3a 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 9e96400ab96..9636472c926 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e5302c90db7..818b4aba406 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2094f201d4a..592fc113c92 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 038a55505e5..c64e94941bd 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index afc21c81715..50e6bd2d9eb 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1f2da833036..a5bdcb1ed91 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7837f2dd7cf..584eb98a5dc 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4d6087b0f60..989f9d30fbc 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2af362bdbd7..73276cf6263 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fb102fbf30b..238b0563f28 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3874754fd6c..d1fddb995b5 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8723de7393e..1290eba5678 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6ef3c2ae415..931d0b700d9 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2cc5d4d289c..3303f7b43d6 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6ef3c2ae415..931d0b700d9 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a5a10d7c8bc..b5032c8fd84 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 39e8cd6da8f..e4da4ad3bd0 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b01f4fb55e6..1855a0af6fd 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 39e8cd6da8f..e4da4ad3bd0 100644 --- a/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_blink_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9211d55d7a6..9005d1bcd74 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 372d9f53377..62d69f3dd3f 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f3267473bee..47c07634f92 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3807ff16f37..b47fb67f176 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 41bcc423738..5bdc9c53518 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 731b54f73f8..804140a8c1c 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 688af0802a4..a54955393b0 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 77e02067aaa..905cfc58bec 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 51d71045f05..0f77047e608 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 466e4037105..5e766dd7d6b 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 74e752204f5..af574a76ea6 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d76449d2a15..fd6b285fdfc 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 48732e53c2c..a820be41d6f 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6db7ea5c228..fb16eb81847 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 78ac428965a..53a1f201096 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6db7ea5c228..fb16eb81847 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d67af49ddbb..85903cb7a7c 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 869e19e0431..e3456b0edd7 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_led_read_write_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f7e0afdcb44..914190adc8c 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_led_read_write_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_led_read_write_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 869e19e0431..e3456b0edd7 100644 --- a/examples/drivers/i2c/i2c_led_read_write_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_led_read_write_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 4eb0fe79af5..d56bbefba06 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 65a2cfa42fb..16983ed33b8 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e786cf3c585..6a0b081cbec 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d6b64078f59..7160e2a0c1b 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 2edff3d6098..e5e8e214f36 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 4ba28eb51d9..f90c14bbee2 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cf1303cbb25..23756149d75 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b2af4ed4601..aa066f2ad7f 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 005a4c6e37a..1fbfab84df6 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index ee7bf79fa83..b13717d0d3e 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 08a1c9687e9..9244efa5307 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c7e305c563f..f6e5b4cde7a 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 8bca0d675b8..ba501cb14c3 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index a8a706bfb9a..790a9c90ae7 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a983ec10448..a9459e31193 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9cab53b0b37..1eb5ccb6ce3 100644 --- a/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5929fcb790d..2c50d670fff 100644 --- a/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 53092a3c5e9..b0885bb42ba 100644 --- a/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 116b0148362..909b6056fbd 100644 --- a/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 39920c2ca91..b0d1bd0f605 100644 --- a/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 27c67cf6cbd..a72bae45257 100644 --- a/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index c87f0440081..3be19a34c97 100644 --- a/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3aa9f01ce17..a749df59a14 100644 --- a/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c61ea189b33..79f29aaf368 100644 --- a/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f7b4a8dad39..7a5e8e895fb 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -44,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b9ab02dd6e1..a78cb5c3b43 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,10 +66,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4d453f04394..4378689ed73 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e5c6634f211..a4129c3103a 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6f0904b0d7f..911cb1d015f 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -44,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f54c15601e8..4177374d5a7 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,10 +66,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4f2ec50dcbf..41c20f16785 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b151de749ec..5bb24f14f59 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 57ce3c7a1da..98ba3df2170 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 7ca49dfdc12..4572b955202 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index da7c4646756..a059bdf53d2 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8c6194c356f..55fd0a3077a 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4d08951effd..c8a96361ec4 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 7ca49dfdc12..4572b955202 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3b0349c64c7..68f6dc79402 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8c6194c356f..55fd0a3077a 100644 --- a/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 32afce307e3..5065e565b70 100644 --- a/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index bce64de124e..686834f9df3 100644 --- a/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 33efa61636e..f01347e2bdc 100644 --- a/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1d716670614..b1cd69b032d 100644 --- a/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index c8236f893c0..8c7efd28cc2 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 2a8c0ccedc5..c1cbe107b30 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 4b244c4eb22..67644ff3e6c 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index cc496696b79..af09707bf9c 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f6593a1b84f..83ddab60955 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f5a869c2b51..a4162c2ec0f 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 982506e79c5..94c394e219e 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4e924fa05d5..08942171a00 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 777c5bffd19..75518f2188a 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 2a8c0ccedc5..c1cbe107b30 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 19bcfb2f226..5fc67cd4186 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index cc496696b79..af09707bf9c 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2299039be96..78cf45ce02e 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index f5a869c2b51..a4162c2ec0f 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 194d415672a..319ea51b3af 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 4e924fa05d5..08942171a00 100644 --- a/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index db68d9efd9d..78350094c55 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index cae671e8779..8d70fb035f7 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 01b7dbdcf1c..af2735b2a71 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ded78477a6d..9b23d3298f3 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4dff3b55735..92c2ff6d0e7 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6da770d05f0..551664f9da7 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d5ac5bceeac..07fb0fe1476 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c4512953a92..e5ac24c86a1 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 594dbde22a3..f19b85cce98 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1b31f39e2cf..a5da8ce1b28 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f4c85bd5e3e..57bf1664c36 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 793e6065546..dede02cc8de 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3bff20619dd..5821b4759b1 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a0932425d83..7345dbce184 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5476bbc5941..04796e97023 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a0932425d83..7345dbce184 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9d24da23da3..eb125e46468 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ca9da7ec00a..2b75bb2a502 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 645aa3b794b..9fa24c55038 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9f97a9d0b68..54cfc9531fc 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 72bbaaf8d1b..1e3c93be62a 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 9f97a9d0b68..54cfc9531fc 100644 --- a/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 71b6fb74540..939ea4b59fa 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 7cf1e76d2bb..bdfc2ce1e02 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7d96dbd0209..9302a75af55 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b12e5cd3704..24c49821595 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 664d27f7089..2c2c85fe18f 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 543a303d50c..e5beebb4fd0 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 599481762a4..04828c3d5db 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 641ed5ef776..a9b99f37852 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2520702fd26..12998f9a12b 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 39ee711fb77..94c258e91bd 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5ee9a2331dd..b4de99913f0 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 426a15a4b87..11f3bd709ac 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3929df7db2e..7e9bd4170f5 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0a6de724354..35900940e9f 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 40321689b31..4aa3907f5e7 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6a59b070f64..b6b572d0a41 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e02f6492292..87a1d15e042 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ac835853334..e2c053013a0 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f90170ad479..59674b0488a 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ac835853334..e2c053013a0 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a411f49603c..c672e7d9bd4 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9616d0120c5..b606f0d747e 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f82d5cce2ae..cfc35bbf86c 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 85e8707b81a..d57d23cb36c 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c58ea7a93ab..7dac7f52e2f 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 85e8707b81a..d57d23cb36c 100644 --- a/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_memory_read_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4bdf2102c28..0fd98ec20b3 100644 --- a/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 165bf32504f..757c6cc492e 100644 --- a/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e8c98b26719..66ed1dfb2ee 100644 --- a/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 3c1e8ca2b95..68f9a27fde1 100644 --- a/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_peripheral_transfer/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6a9d4273171..cea1c90012f 100644 --- a/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 98bc1fd19b8..234a4b5d14c 100644 --- a/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 9ebcc4d6f6c..9577ca14736 100644 --- a/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 133f89296ed..3be0a419042 100644 --- a/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_peripheral_transfer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 43f4987265a..09c0d6c135f 100644 --- a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 7b8ecf62a4c..f95494421c2 100644 --- a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bcb7b334f9e..93a4d245a91 100644 --- a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2cd78f23f9a..5db9d57be42 100644 --- a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index b804073090d..f3932175750 100644 --- a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 9f76d558530..656d3fd9b27 100644 --- a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a13d17070ea..6db6b63f684 100644 --- a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f45112b3d04..1ff349571f2 100644 --- a/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index d331fc2b46d..3c5ca4be6c7 100644 --- a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index cf143fb6c90..0bd275eb36f 100644 --- a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 43121effa1b..003e59cd4f7 100644 --- a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4abea1da191..ce9ae7c63d2 100644 --- a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 8a96cb0f388..367e399d46d 100644 --- a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 5b221a7a5da..0ff4ec78bd4 100644 --- a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 519e6612723..c3931dcbe74 100644 --- a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8dbd215f23f..9ff161be686 100644 --- a/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4605b9ec314..bd5386b5b60 100644 --- a/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9feace354c8..a16e6a759d9 100644 --- a/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fa8212231e4..77b421b8e9a 100644 --- a/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9827414979a..170ce07dab3 100644 --- a/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c798d5aba58..a6d95c93d46 100644 --- a/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 8d19de0dd53..4915730a3d0 100644 --- a/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 310ccc351a2..e72b37f61e5 100644 --- a/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 321d07bc1d3..d8b4c323a3b 100644 --- a/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f3afbca909e..c0a58dde64e 100644 --- a/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -44,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index e206e071f5b..e5e3174a7ea 100644 --- a/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,10 +66,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 518152fa7df..6910147f5ad 100644 --- a/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e21d9a29e06..0a335bbd7df 100644 --- a/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3ab19000312..7189d1ef6d3 100644 --- a/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -44,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 82939d0cd8f..7de20598dc4 100644 --- a/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,10 +66,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 06b5e412ed4..ebe1cffece1 100644 --- a/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 405deea5303..32e996a9709 100644 --- a/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5643fe9ada8..135eb382483 100644 --- a/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 2f73f66b902..762b9bde84d 100644 --- a/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b65f6b85198..d93278748f1 100644 --- a/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4b5f1a3b424..17b03346440 100644 --- a/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c3308a1f4ec..ede36dd637f 100644 --- a/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2f73f66b902..762b9bde84d 100644 --- a/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 850a2010d9b..f989ce6f31c 100644 --- a/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4b5f1a3b424..17b03346440 100644 --- a/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8845b24643e..be5a29e3f54 100644 --- a/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index c41bd8a7f93..1aa28bf5559 100644 --- a/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b868689bdc3..89d02a854d3 100644 --- a/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6978a275160..cf637db9117 100644 --- a/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index b1667a5c01a..1991fcfd1f5 100644 --- a/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 10558a1dc34..184f2be5349 100644 --- a/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index db79eb9343b..984a96d0413 100644 --- a/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index ad6a6ab1b28..8e9f216f335 100644 --- a/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_read/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7a225894500..2429f076f61 100644 --- a/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f6e8f3db5e0..fa728c6f0d9 100644 --- a/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a278003c090..e0df2f8b835 100755 --- a/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 25ec95b0c87..7ab4ef1b64b 100755 --- a/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 4db541d1afd..6ffb44606ad 100644 --- a/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 10558a1dc34..184f2be5349 100644 --- a/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 450a5b5757f..f3ae10eadec 100644 --- a/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index ad6a6ab1b28..8e9f216f335 100644 --- a/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/i2c/i2c_read/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1a2aa75b30f..f05e3eb3d02 100644 --- a/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index f6e8f3db5e0..fa728c6f0d9 100644 --- a/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b541ad0e28d..3c2d324a33e 100644 --- a/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 25ec95b0c87..7ab4ef1b64b 100644 --- a/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d62b72ee8e5..282b08f9b5a 100644 --- a/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -108,5 +109,7 @@ + + diff --git a/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index e9cd43aae07..11435fcb8c4 100644 --- a/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/i2c/i2c_read/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index be10108d278..de20fd6b65f 100644 --- a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 4e5ac945917..10d4062d15a 100644 --- a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7affa1471a3..bbfdd7b33db 100644 --- a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8f846a27764..3c646524393 100644 --- a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0faf9f2ac40..18a24421d52 100644 --- a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index e244abc0b60..3c075f29213 100644 --- a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a7823e82a34..8a97e6fa4a3 100644 --- a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 144fe256dcf..bc648cfca99 100644 --- a/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1d9b41d10f9..a8d847eb30b 100644 --- a/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index aadc16013c9..430c69ee2f7 100644 --- a/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9169e243a2e..eb03883bfb2 100644 --- a/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 84f5f009c71..448e998a14d 100644 --- a/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1ebc99d7196..9d1d7c46252 100644 --- a/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b66b90955c8..ee6fc3fcf90 100644 --- a/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 21a4ec5831c..90330e7000c 100644 --- a/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e4941f3030e..a0bbf50d8c7 100644 --- a/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2bdebe6b486..5a65acc4a6d 100644 --- a/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index a9b617f390e..9cef6822d02 100644 --- a/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b0738d37455..93c865195b9 100644 --- a/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 47b1e43b0f7..c099b94717d 100644 --- a/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 446f3108441..a0563144a6c 100644 --- a/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 218a8d7c6b9..6b537389881 100644 --- a/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 53c360f514a..5a5038150e2 100644 --- a/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9e1d9925037..b1c3896a74c 100644 --- a/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a3cb5f1fb14..3115e17e71a 100644 --- a/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7eaa5910296..448df52d873 100644 --- a/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 61d70d2d7d8..e4cf3f9bd47 100644 --- a/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c7fb19ff0f3..9f16d260c45 100644 --- a/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c90d19c41a2..be9e9df3a25 100644 --- a/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 7eaa5910296..448df52d873 100644 --- a/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b59d6e118a..f20240c8b7f 100644 --- a/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index c7fb19ff0f3..9f16d260c45 100644 --- a/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 341c70055cd..ec32b0d75bb 100644 --- a/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -108,5 +109,7 @@ + + diff --git a/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index f9dcc7edad9..6485871fa6b 100644 --- a/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/i2c/i2c_temperature/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3c640f0b75e..5c6863a023f 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f35c4d55f1f..4cfd51f03f7 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b96ad4203bf..08aede1860b 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f465c1105d7..98e8a93e8aa 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 957b1f9ab95..2bad11cc637 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dd0571ca250..2cc7ed6d5b9 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1395d432b6c..8f0877d6c64 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 80609cefcc3..f248daa8a6d 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dcccb8787fa..e64d605c7ad 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9f4135ebbdf..0d0236370f0 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 46449adda28..e21d72b7912 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ce3cec343a2..12e88679056 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bc169cd6684..47f5664d405 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index ce3cec343a2..12e88679056 100644 --- a/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index f6e3b569004..eed5a3e7fcb 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 9790132d58a..517a2afea62 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c1630195a1f..36ebc1aa2db 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 37b42f6c677..54dc0073a6e 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 83d3604cb64..621a1be64cb 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ddf75a72636..3bffe51e147 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index caa10da413f..bbecb6337bd 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ee0c83693a0..870b0b60bb1 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0c74041c275..583f419fc13 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index db0f1908bc8..c25627a9930 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9569843ee67..071e94ef5ab 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index db29c4f8f89..5e4570468e3 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 80251d7fa75..f267f1fe5c6 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index add578ba80b..8370bd7c442 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b958107c3dc..775e7b7903d 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index add578ba80b..8370bd7c442 100644 --- a/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/i2c/i2c_temperature_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index a0dd47539c7..f8d7fdcbace 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index fff97b2ac83..f8d8df6d873 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 545261e873a..59fc8780d7c 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 5bc960b6957..ae7134e860f 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 056bc368d1d..fa17baa274e 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a46316c73ea..91dc25a0653 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index 369b27492bf..71efbf17368 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 04ec4a83768..f63ea2f175a 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 19437a42a47..262b3ba5a14 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index a8b6eb7ab92..db91a13c49b 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec index 4d83f2dd713..13e621be992 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index 2d2b32379a3..016c9bd0a65 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 4b3dc5d92df..7ab751e49de 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 8f5066eaed7..7397c14a68b 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec index 81882f415c8..020ac6b17fa 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile index 473060fe7b4..8a00158ebed 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index ade677376ca..084ff5ea6d0 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index 27375e9b2d7..a3cd0a0bbfb 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 9582555d02d..95057528798 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 760d87b0f42..b0d6e75a73f 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index b65cfed3b50..4fc71aa403a 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index fdf6fe7e5ee..d74551b5031 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3c4aec9f520..e099c95bd10 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3f63d55d8f5..cb801f252e0 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index 49474974d70..4c59bafa52b 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 19de406351d..ed137af184c 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index a81758a2886..3eb1e1cc3b1 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 1e4dc36880a..2c3724fb38b 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec index f64beb082bd..5ad14b5aaad 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile index 5f849b650ba..6594783015d 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index a6494e5df0f..65197d81a43 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 2aba7c1bd5d..2276d301411 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec index 98f62ed7274..819934d6603 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile index 382a5eef8e3..6d97964d77a 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index b45fe21f4c6..3e0db683dc2 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index e51de1da183..b04b6b756b5 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 469a42647f3..0621148543d 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1a20f941682..a20d6d4f279 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 5f2802b4267..1d2e104bdb5 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index c5a04c6695c..c4c81433648 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e2f236ea76d..0895ff10bc0 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index f663de7e3d7..eb5609c8ca3 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 99f46973be2..b49d77e65cf 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index b4b2c74930d..a8914a07f81 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 42708a5a409..f97dd473f7f 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index a615f38ebf4..10fe2fa3a98 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 1eee08a3b41..fac1a4d8eb4 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 55f4ac67a93..0ca104ad160 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 641fffd8a81..406237f789e 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 0aac9c663b9..0d8a0830c7a 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index d112b92b92e..ee394876c66 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 32d067f3c85..cb9a23f17d9 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 071df669654..0874f9cb02a 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 99875e5cf32..af2ab20cfa9 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 2ece477c691..6a6020f82f6 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 4f8cbee71c6..c54b1e23fee 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 137af4b5a2b..70e529da92f 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 353466cbe41..3539bc19aaf 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index fc0392ea2c2..6c64e6df074 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index d1e05832b39..6462b9b86ea 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b2a189a0136..9e6538f7c7b 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 67b5dddfd2c..262a234a655 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 31afc7b16f0..5549483189b 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index f345eb9f003..00ef13246c8 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 7c41858000d..953f15a0569 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 53c183d8d08..5e9f36d3e39 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 9ef9b7b8611..c98f4a09bbb 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index e0de9b0c3ed..180ba93edfb 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 12f72861343..cce313aeec7 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 67b5dddfd2c..262a234a655 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 217de74b604..04bc83390a7 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index f345eb9f003..00ef13246c8 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index f54673dfeed..ea37460e688 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 53c183d8d08..5e9f36d3e39 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index bb5ac06344c..af8bf61fdb8 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index e0de9b0c3ed..180ba93edfb 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index d6b7515747a..7cdee223a05 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 24c5a362c09..49e0ebb835b 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c010645e5c9..6b301dbcb76 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9f514f3982b..8a6d1dac118 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 3b0b964a974..8e82fd2f6dc 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 30ec46bcc14..a059aa5c5c1 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index aac75dd326d..1f7a5b87582 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index a4b6f197ee8..f31e9bf9bd4 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index a7ad52fde49..19a6eee3ccb 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index b908f15e54a..bc7624a7bae 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ac691791efd..acc1db90d7a 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e63f7b42b3a..0f7d1a69b64 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 4b4f31b7c44..2803767ac6a 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 47166f38a13..842fee7aa39 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index e437fffae13..03d458c8d26 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 09140fc4298..a84f73e718e 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index d0d1753ae71..ebd83647cef 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index a7f4f0b33ee..e14c4f966e3 100755 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index a5412dd73ab..b07a75d70eb 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index a4b6f197ee8..f31e9bf9bd4 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 4e38f44e434..aaf32873e11 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index b908f15e54a..bc7624a7bae 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f09a437eb8f..5168d43a163 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index e63f7b42b3a..0f7d1a69b64 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 16e5174b67a..1602ba43046 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile index 47166f38a13..842fee7aa39 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 5b21f263a38..5f4ebdf5a50 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile index 09140fc4298..a84f73e718e 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 0e1366ebf5a..1e20424e761 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile index a7f4f0b33ee..e14c4f966e3 100644 --- a/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ac6c8f6f164..4d06bd32ad4 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2d383a7a175..15f6f0fbdf7 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index f508bcfeed7..b74552c6335 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 97bc160801d..b09a0aeb978 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 93d8b915cb2..9ffe60c46f0 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index ce65776cd11..9dc33350b31 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 66aadf2de01..227a6608e51 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index e619aeaabf8..893a59936a9 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 86f13afc476..ff4024e195c 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 761c8911556..0315aa2f1de 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 319a15576ed..337f2872923 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 17b527664e1..5934518bcf8 100644 --- a/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_notify_echo_optishare/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index c29276bfee6..5ffddfeb559 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 636e17956cb..1c4148e91db 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 92d71288d4f..07d1be2fb51 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index cd6ef86585c..75104cb0d69 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a0b795e4fa2..40bd04d6e6e 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index c4a16517963..f18c7b4e5cb 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index 6d42ca74922..1bb8f65ec91 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index ee85fcec561..87ea28f8242 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ab85a840c78..bf424bca955 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 1a04d61006b..94560ae658c 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec index e0680173044..44d50470f7f 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index 1eae18aaa3b..817cfbf3439 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 00fe97ec560..59e1e0f7e37 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index fdd6f9dddce..42388edafdd 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec index 389b9f9ab3a..45c2aecd43e 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile index 6bc18eb24bb..eaafc70d262 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index e391ce86c3f..a1204ce5245 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index 27b8d1a4500..f1829d70ede 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 5ee061371ab..1c72289e46d 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index ea341fb05d5..0e1c8120887 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index f8ec5a4cd05..ae0f4fd9d90 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index b32e4053c4c..f76473d0edb 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ac7649a87b1..03fcc904788 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c18b8fadaed..5e891b37bef 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index a7afa3e2881..c4ca1d4ca77 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 82877e6bf6f..cadbfa1954d 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 91fdb671b41..4d448da84fd 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 3c032c6b93a..34bac1ed7fb 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec index b6000015d9d..08529b8ac1b 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile index 9edcb56ef11..e0d2e6d7e13 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 2176056fb1b..2ab30258fc1 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index e0f4ad97b9d..ae90bf84709 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec index 793fc2d2d7e..742292086ef 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile index e1f726677be..2c1d729ac11 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 84c605fe187..8b2f5dc2302 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 66a0014f214..9bbacf3ead7 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ae67f18d7cc..ad437fc74c7 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 18425baa2be..0a51bd2b243 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ef46e2be2f6..df5b6a77031 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index b3ab315d36e..2c67e2e1995 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index aea0b0a2638..36fe4e2575b 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index aafe9be80ce..61046c043f5 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 0040a5a263c..71dd9057982 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 7944bd38480..10831361892 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 838f1b0a5df..5ae816bfaa5 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f1081efd590..25f565f3bda 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 97d9c776bff..4531e9e60f7 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 6e3dedfb7b6..41e385c5e91 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 47cfd17f813..8c6e96c5e9e 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index ad82472919b..149c4dbf4d8 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index f76d84e4f96..a7c5029eca0 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 452bfc4a026..1ac6a80c124 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f3c5d0755a0..6a1d713f021 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d3893a590fc..97866350aff 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 770785bd212..72283e60f82 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 78cbbfbe604..be8456a7c25 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 17ba8b650a1..608271c82e6 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 3f8c94d149a..56f59c3df59 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 315912b9e2a..83d8b99d524 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index f68cdefa13d..d0eadeea814 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5f3f728f8cc..8ce6c288b3e 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 68c94f0c6d2..f414b3428e8 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 5e278c6a958..97a87c04d1d 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index f6c85cded90..8e7c500981d 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 3e2d38c6f2e..f88c94784ff 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 362045bc1a2..1100e4d1af2 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 45217e0e34f..b77af52ee1b 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 7de641c943d..fbe4ef838db 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a8ad81eb465..e32bd498a59 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 68c94f0c6d2..f414b3428e8 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 53c8ffe573c..4158a6e6606 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index f6c85cded90..8e7c500981d 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index b2757694a47..c77161ea45b 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 362045bc1a2..1100e4d1af2 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 146720bf29c..9842f078258 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 7de641c943d..fbe4ef838db 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 316615d7f80..779eb3bc979 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 7e6f59b7a51..ad1b4eebe72 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9bce244352d..4f9e6fbef92 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3ae2bbcb092..e0933a6bdbb 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index b50ee623c5d..3ef1b49c4c7 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 13c002665a5..4e19876a11e 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index ea8890183bd..01b9e4ac152 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index cd8b2b82622..424ae62ae89 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index cd98d51b53b..2c80ef8df1b 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e6169163e2b..183125852fc 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1036e4f3251..011e5e70d86 100755 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2468ea09fbc..dbb686e8dd6 100755 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 4d22569eae8..81865c9b1ea 100755 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 2abaaa35e76..36c67993235 100755 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index c2b6dd5c0b2..3e9b69715e6 100755 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index c6e60c73e36..f5ef9d1ba9b 100755 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 808aa4e113b..ebb42c76829 100755 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index 9e631ca3a6f..6f5af19cd3a 100755 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index f7b1e53c782..b6ecd95adfb 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index cd8b2b82622..424ae62ae89 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index f3086f0f9cd..6393e70d38b 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index e6169163e2b..183125852fc 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4a5fb29a550..ded0bcda997 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 2468ea09fbc..dbb686e8dd6 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 22ec3cc13d9..2eaef76c04b 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile index 2abaaa35e76..36c67993235 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec index cc7ccc586cc..d08f6910ebf 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile index c6e60c73e36..f5ef9d1ba9b 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 2533ebf8a7a..88ffa7f563c 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile index 9e631ca3a6f..6f5af19cd3a 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 24398814cef..437ba0490ca 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 14cd1a2fadc..4812da563c4 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e445321d33e..8ed634e10de 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8f9274f6424..bf41092534f 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 550bbe39058..4c2f983c6db 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 31b274e0b5e..199890a6732 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec index 0252931afcf..b8b63ea485f 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index d8ecdf84e17..4d869533fcf 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec index e0e2fc200be..5feded1f36a 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 53517f9dce2..87987319964 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 99756d8c2c0..3fdb02a163e 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 4acff04afbb..90a0b23e143 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -166,7 +167,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec index b8834e9d74c..7ae7e9eb917 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_1" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile index e986feedbac..eeee04b0cda 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -166,7 +167,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-1:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 2127eb15d0c..e2d697441b9 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index dd28b3ef95f..bd9633da9df 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6b7c8826939..fbdd960a200 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3fc8828d0c4..02ae987a46e 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index 2c7cd7309be..b95e2648bf4 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index e9584b21d0d..e8b6dbf7190 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index b3db2d1ef93..c90229e864b 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 1adc974e279..622a00e645a 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index a7503dd07ad..1425113aca2 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 74a716ef686..20fe5125f35 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 42e3d20aabe..25bd4c25683 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 12d17e73991..ef895776dae 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index 766207592e9..84edb89b776 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 07cc756c30a..d7d64fc3268 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 7223fff4a85..a0a8028a116 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index f31d144eab5..025acb73df9 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9cbaa667196..0f1e86613a4 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1ed78b4cedb..1943e1936cc 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index a5ab9adf21b..f7d188f40bc 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 31325e38afa..1de6e16cf16 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f2fb13a09d2..93e0cf1da2e 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 85a0e85fc66..37d953d6475 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 845dda30519..881a40f71dd 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 36f5047c8d0..61e4cdda6aa 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a31a2abe6d0..638b132c0ba 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 552a6e7b53a..c9ccf022fb1 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index d6c991d8d2d..f255c7b7e91 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index d9979f8a3c8..6e0bf7b9386 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 242ba0b1d8a..5a3c1b9002b 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ab30c427dd5..7bfa2d2293d 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 1a34cdcb446..5ad50e0b80a 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 061ba900643..42d49e58618 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3614768a9f7..0c5fcfa330e 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 246887f674b..db7a8c4115b 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ef34820aaed..a593fa6ea18 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index d703ef2cb19..3c6a3d6ca32 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 02f1347bb80..732a2291e47 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 246887f674b..db7a8c4115b 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 9d108587916..7dfe52a993e 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index d703ef2cb19..3c6a3d6ca32 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6f33199f3ee..b84ba5d2a55 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8cd8f838aa5..41160defa6d 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ea786af7a3f..e45595051a4 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index ffe840a3f36..ae8d53639d2 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6ad81ebe68a..0e9608f2022 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5714e736437..c3f2bf2e047 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 983193f5914..ae7073e9e21 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index fc4400ab150..e953c3fef09 100644 --- a/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_safeipc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index d06290d3f7a..1c2d10ea973 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 0198aabf39c..5adb9fff2fc 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fa6cb25b145..88aaa48eb3a 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 358cc586770..fb4fedf93ba 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index cc62a984ae5..66810cf7dee 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 3b4d66fc99b..5c40111519f 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index c1237f8dbc4..db319c9d054 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index a431382fcac..383032d3ddf 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index ea1440aed4d..26c7bf9e7a0 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 515850075fb..e50345f3d4f 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1a0a5801b0f..03e5f399bf9 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a131d0b8096..20c0a8f850d 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index e728abd8248..f81829da866 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index e1896b973f8..ac2173d2bf7 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index eac9950a706..0f74dff556a 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index f1657f221cd..5e661a30e2e 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d8d26420439..44c49a49a61 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b8103c8e92d..fa7f128230f 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index d15aba5241f..08612eea73a 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 18132e3c483..c18cbc15967 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 043ad86bc07..aedad4f38c5 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index be15d17a32d..90b2e4aa3e3 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e452947677e..eb6bf63572a 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 4f41fdabaad..e9d48cbffd2 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 48ad2c0e5f4..f75fc3c1e7c 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 537a88ea475..bc3a74b5dad 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 18e073b1b8b..e42396b89e4 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index a29b717d405..0cab236f736 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 198f5f4028a..e83d8d15b5c 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4a8c7baa579..0c9fd274f8a 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ac33a3e7186..7b4022b60a3 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 82217c1ddea..bdc2a3db255 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a922f925be1..0037451c54d 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 36dda721da6..c468a192d9a 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e6fde46236c..6d607196e0d 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 269d447dbe8..132fdecdb22 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 80e61e7b925..cb4931b7846 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 36dda721da6..c468a192d9a 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 3392cf9e810..7f2bf65771b 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 269d447dbe8..132fdecdb22 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 46082df5efd..a16af464f59 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5584a96f3c5..45562fcb0a5 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 507a63e48b0..d842aa6be5c 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 85aee452479..2d3c2286618 100644 --- a/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ipc/ipc_spinlock_sharedmem/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1ab7259b87a..ded7d2d0602 100644 --- a/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 409bf9db949..3e7ac252481 100644 --- a/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cbde2f8018e..d5a34e6d8d5 100644 --- a/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e1bc6ce43e4..07a5be902c7 100644 --- a/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_commander_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fc3e77ce99c..48cde5c1044 100644 --- a/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f3d1b02321b..1ab3765678f 100644 --- a/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 128f67e1c5b..012fff20b03 100644 --- a/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e209431fe16..c55bae7bdad 100644 --- a/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_commander_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a5e91adf3ca..def6dda9a1a 100644 --- a/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 8859e4a4e4c..8ccde64b71f 100644 --- a/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9107f0968d8..7e8a743b7a5 100644 --- a/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b408466d451..5d210a85dbf 100644 --- a/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_commander_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c6880e905b8..73125ba96be 100644 --- a/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index fbf8971b332..594b61a3d9c 100644 --- a/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f3ab7453643..83c546862d8 100644 --- a/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 139dd1668e7..b44be45b9a6 100644 --- a/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_commander_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c2e7114fb85..637b16bdbee 100644 --- a/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 5c0160ab026..8f10e490857 100644 --- a/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 48a9b4fdc2c..48aae33c7bc 100644 --- a/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 86743c6e60b..984634a91f2 100644 --- a/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_external/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 41a45f0a75b..0e7bb9305cb 100644 --- a/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c3926b47408..0277a8b54d8 100644 --- a/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ed4f2426d33..4a88583bfbe 100644 --- a/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b787f9e4579..bfcc7dd7f68 100644 --- a/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_external/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,10 +111,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c3dfdb25b76..7b789a5cfa2 100644 --- a/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 6021cb18361..81990a717f5 100644 --- a/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ee7a93b647b..56f6d3ae72d 100644 --- a/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b5a84cb8fc2..466a601a304 100644 --- a/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_external/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 784a9ff27af..53f2903d4dd 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d3ec7a99a9f..dde6798ebdc 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 06b22406c08..370fe761a79 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c2e6c32d00d..47e98d8cf76 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2dd4485b799..b84c664b9ce 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index b6eb11803d5..8cb1f532402 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6589d65d46c..84cf6936165 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 388594f2bd3..4e992d739ca 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 376efabc096..14f9870359f 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 7c601268c0e..15e30850786 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e70b1bb273a..5416380f104 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1d74dd305d2..07ed565c994 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 802f755f66a..56081eaf9e2 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d9ab946cec0..696563ad956 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bf1f50579c7..1912498ee22 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 05767c03f81..6f3820766a5 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0427e900cdc..d07de7fc8e7 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index fe69cadf777..22f0b487a9b 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dba104306b9..7dc28c7ff66 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ff8af2c7117..d5acb669894 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0891f5020e8..6c8b40f9bd4 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index fe69cadf777..22f0b487a9b 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index db99205c26c..e9cedab3c6e 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ff8af2c7117..d5acb669894 100644 --- a/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_interrupts/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 76bd48b53a7..535d70d1ea1 100644 --- a/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b8b874feb69..676d97ee92a 100644 --- a/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 11b03327361..0d45ee466e0 100644 --- a/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5f52510ee2f..47269e32409 100644 --- a/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c6d08b19c34..c5090f6984c 100644 --- a/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 11f36660996..5f6c66cd72d 100644 --- a/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6fb0f9f8ebe..bd58e8228d9 100644 --- a/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1bc9e5970a9..4129edc954e 100644 --- a/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 30664625672..3026b0f2ba3 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f6b0962215a..9afc551870e 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6bcab9d7665..0ec22f042b6 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 583635e1e5f..e64c1807359 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c09430103a6..26e9202cd6f 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6314562a7b3..4fc58d2ad10 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6c5f50d3028..3bcb3572d58 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8ec8c04a371..ea03f733acb 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2eb7958d4f1..34a12afb30f 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index d1e85899f1d..18fe2e35553 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 19f5b5e6c23..b188debaf1c 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 32707dc78c5..e9e0dc38480 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7a8ce730c5b..d8897044dfb 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d1e85899f1d..18fe2e35553 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1d3754a3117..32dad2ba199 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 32707dc78c5..e9e0dc38480 100644 --- a/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c2cf5f8d823..39dd5e319c4 100644 --- a/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f313a03cca5..bfe7ac32150 100644 --- a/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ba8d80ac1e4..89b9d62bf10 100644 --- a/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b627a45dab5..3a6eb03a716 100644 --- a/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_responder_read/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e642ceb0cd6..7d29eedd9ad 100644 --- a/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 70d00b51c52..32f3e0084dd 100644 --- a/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index da197b85388..6f7641fb810 100644 --- a/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 86ee99edf2e..f049cf662b1 100644 --- a/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_responder_read/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 182f7bbcdbc..6988ee04a32 100644 --- a/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 32d9c9f0c92..bf74e8aa5f3 100644 --- a/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c0741d02799..f360b497717 100644 --- a/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bfbc6be706e..f03ea7af7a9 100644 --- a/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_responder_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 58fe1ecea85..2ab4babf2bf 100644 --- a/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c5da3fd5508..0e81afe1a47 100644 --- a/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f745022556b..1525def00ae 100644 --- a/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 80ce4f00405..57f9193da39 100644 --- a/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_responder_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f38adc63560..301c59dec38 100644 --- a/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a6a3ef632ca..a3485b1c47b 100644 --- a/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3db5314d8eb..d3544e0b8a2 100644 --- a/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0b479e887e8..968b59d69d6 100644 --- a/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 86f8e2a1af6..5923dd37633 100644 --- a/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 04182f4417c..3abbf1cd883 100644 --- a/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 35643d852ea..ec4da707dd5 100644 --- a/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 72ee36d7f83..bac0896a367 100644 --- a/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c1e57c7e1cc..7e2d90a2890 100644 --- a/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 111989a9a27..2a82b439648 100644 --- a/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eb26660d37c..4bf4eb47132 100644 --- a/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 57438697daa..ad47bfecb81 100644 --- a/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7825ae833cf..dab73f87542 100644 --- a/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 8473347c41f..2fae36d1eda 100644 --- a/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7922b020367..615d29ac798 100644 --- a/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e52bfd1fc6f..7eb88005b16 100644 --- a/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2fb0ec44836..7ab5e90a745 100644 --- a/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index fd26ba33a5f..f38cb2ba1e4 100644 --- a/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1af1a3617bc..bb83a98e789 100644 --- a/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c92353f297f..1f3e6f1e6e4 100644 --- a/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 12de9108e8c..9bf53d1da93 100644 --- a/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index fd26ba33a5f..f38cb2ba1e4 100644 --- a/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4a03d644c05..10bdfb88931 100644 --- a/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c92353f297f..1f3e6f1e6e4 100644 --- a/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index dd6c1e99dfd..c64d054bc48 100644 --- a/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c51b63a4318..52007bdca38 100644 --- a/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7c04566a190..6526feb8ac1 100644 --- a/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a185955a123..f0a0dd0cd1f 100644 --- a/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a04e9193477..554e7793b2c 100644 --- a/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 068427e0a77..1d99cddc6b7 100644 --- a/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9df6ea54fc5..bb89b8a8d00 100644 --- a/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9fc7713c137..463fea8d61a 100644 --- a/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7788a06c02a..4d4c9b0eef7 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f88c5439084..aa5109bb9a6 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f9c76345858..ea767729b72 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0fd99a49b20..c0a53b90b6c 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 050306115f5..1e703a90822 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ce1f9679ce7..9ecac9434d7 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0ac56c0f8ad..ece258cb1c4 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 303feade17d..06324fa4005 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bd7df4c9615..7220deb1fd8 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index aa11b7075f4..1b0af9db81e 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d420d1dbd25..643c0fe51be 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ce226d5008d..0e30dd40746 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cddc5138358..f9776d02d3f 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index aa11b7075f4..1b0af9db81e 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 67b50f6d6ab..82d105ce367 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ce226d5008d..0e30dd40746 100644 --- a/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/lin/lin_sci_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ef02ff37529..16418f9a906 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index fc5a79223d4..64e07086f1d 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c50ff614c2c..6978603a1fe 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2be8bbc8525..3344e65d033 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f748fec2061..e241ef8b789 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ec90899ee91..a2abcbe4a6b 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d63f71d6ac8..1e554d99a77 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f1f79c9fbb1..3a317617c7d 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ed76cf6fd9b..eaaef2dbf37 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 03e59f3487c..8194ef480f3 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1ad91981839..13ade67bc0c 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 915df043cc0..902de6893fc 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f50243818f3..bd897f5b336 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 03e59f3487c..8194ef480f3 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 040e6110367..a7e122eba13 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 915df043cc0..902de6893fc 100644 --- a/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1a3e859785f..6f9a7f4d078 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 923e89844c1..52506e49fd6 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ce547d9ac27..593cbec849d 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8f01267e55e..e45e370d7c0 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 843e355cc56..5aa8976b2db 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 27626068bb4..b8f68a795ce 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d84128fd8d6..cf73b1246ee 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e8b01a5d1d0..cad809bfeb6 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4df8f41d410..58e7890b2ae 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0dffc8380b6..5419503ed84 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e0f55111f3a..11e4fd2c0ff 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fdfef313a6f..fa438fd6cff 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4122e35a71c..2d993a8f5f6 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 3e565356af9..d516d6aa966 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 101dfa734a5..25a2c88f0c8 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d1a29129abb..903d0dc8714 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 40c8f5bbeaf..2dfab9153b0 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 442fc19effa..5dd99a95750 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 55c5ed1abbe..c3d5e308762 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9ed8f560f27..26d849ce6e3 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4231ed9c501..08383df368f 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 90b2410f2da..e7d1c8fc296 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6cacddee4c3..bd483a3cf3e 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4ca39fb9795..d3a7e242be0 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8ccad77b911..ca774376bfd 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -31,6 +31,9 @@ compilerBuildOptions=" -I${CG_TOOL_ROOT}/include/c -I${MCU_PLUS_SDK_PATH}/source + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -41,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +85,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index eafc6a8cb05..065220b7304 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,10 +62,14 @@ FILES_PATH_common = \ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 911d66804d1..4b87e9cb297 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b5a5fb4c5e3..5e14fd8ca06 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index be41462931a..b1c149c66c0 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -31,6 +31,9 @@ compilerBuildOptions=" -I${CG_TOOL_ROOT}/include/c -I${MCU_PLUS_SDK_PATH}/source + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -41,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +85,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index eafc6a8cb05..065220b7304 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,10 +62,14 @@ FILES_PATH_common = \ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 038bb4be41e..91a2b6fb43d 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b5a5fb4c5e3..5e14fd8ca06 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4f7ab11f9e3..bf6cf1a95b5 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f381c1eee9f..b4fa01765f0 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e6ae532b77e..d89b79e5fad 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 348ec63df05..355fb6b2328 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 78855728ec8..a664baa5f67 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 4bb7a577757..690b9c1da88 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ce5a3a6ac75..e815647776f 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 18e4404cb15..e754bac440c 100644 --- a/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 5dcbbe73869..7a6034d343f 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index f8ef08e84f5..e737dedb49a 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0de7fe3cc17..1140a6a212f 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 585fdbadacf..c7909d56eb4 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 36507d2f491..caffba4ce8b 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 1104116d113..baa70fc6f9b 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e7f1961428d..6b2959b1b2a 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 57d11b20d63..5f4dee459a1 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 94b4872542d..793791703ea 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 9e662a16ae8..eb8c271e5ba 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 403d2f2f664..533bbc21a05 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2c8418bf864..509a2a7d7cf 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index c3968a61892..d793ea3ef20 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index f005b64bb2f..a527f31e74a 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bfb8900a468..2d3e324a792 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 828a8aac4ba..d5c3e1360a9 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f03cfc01222..9ce66fa4afd 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2cc8059d9de..d51a7c8ca0c 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4896f3d7f1b..cc6eba74332 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ed7326c97f9..a82a6971fca 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f2d9169bc59..04f2969b9d8 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 89f79c18673..b4561c40542 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ee899e3db77..bdca87e4746 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index afdb16af1fb..e62f67b504d 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d1d9bd71eb1..11cd6100c76 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index a5210b6b6da..745c2ad0575 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d3033242549..796bd633d2a 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4e95ec09be7..efdec2f249c 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 127f0196a11..20794e78595 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 70a4e5e07c8..8fe7c7d5c67 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a24db5a59c5..347940c056f 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e8e288f54a6..3c2661d877c 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ae6ff195f7c..d8064a324bc 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 4711d3964c9..ff86b152a5c 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 77ca4a228ec..8390907415e 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c39450cf040..0b1eec0faef 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7ac6937f67d..09adfcc57dd 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4711d3964c9..ff86b152a5c 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 176fed116d2..0feaf2734f0 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c39450cf040..0b1eec0faef 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4af540e7a24..ab92d95856f 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 98f0e3e5b60..f3eb328cf55 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7cd06971079..8289c171371 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e02069de4ae..899a6c07a01 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 73d10c424ee..400e6ff1930 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -31,6 +31,9 @@ compilerBuildOptions=" -I${CG_TOOL_ROOT}/include/c -I${MCU_PLUS_SDK_PATH}/source + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -41,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +85,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1264205219a..3e7b9248d17 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -55,10 +55,14 @@ FILES_PATH_common = \ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3cde14e547c..b6798428fe4 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index dc566e662fa..cb5590f6279 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b5b6af4b212..4c934c73c93 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b1ce3de000b..f506b793bb3 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fa523e73ba9..443fd0778b5 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 038a58430d1..b04dccbb2d9 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 942a9733701..3fb02bd7feb 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 1195e3c3566..a1a138b8be2 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7749303440c..ec908c27391 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2b63231e05c..12b60b2d224 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c36e9ad89a0..880f14f4fc4 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 85d137b17d5..43c63a04c09 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fa871368eb9..cba3d9c0608 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cdfcdcf9fb2..49c68998b02 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 89477bb29d2..ce46714956c 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b2e8f6f8e02..94ca766af35 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 818e60acfb8..12fb81d18fc 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 00999049b31..1d72f364ad5 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 002ed0ccd65..91f74cc6e57 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index fac5606f599..00c5706839b 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aed9e0cee10..7ac11f15fa7 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a9a7977ec6d..a16710b5385 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d7c3893903d..8ee9b656ceb 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index fac5606f599..00c5706839b 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5ea2c7acab9..26dc13900f2 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a9a7977ec6d..a16710b5385 100644 --- a/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_interrupt_std_exd/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index ad6db906cf1..5ceb6bfe490 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index d16a27a4482..c9b0726a0cc 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c4e9602e1dd..882268a0323 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9055a729d9b..42db24e3e41 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 9064b4a6cf4..fa2d9a37d68 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index de6d685e90f..94e77056a67 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e9d40770857..fcd40d68616 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1151348d8ae..5230a152bf5 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index ddc719686e6..02aa08f20ac 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index dccdc8f818c..d535be40c4d 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fe6ea3072fa..a3e61cd1289 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 25f0441840d..24c6f7b3fb3 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index cd68084e7ef..d85aec74722 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 3ff3109440e..595ece31f59 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d6d59296fa5..adacc7765f4 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index dad04cfe761..b7429178d87 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1d86608d77c..5353b1f55ff 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9d34cdea627..a7606e03d1e 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fcb941a7dc7..fb6112a0e20 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fd92df42fd4..9b808e9c700 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9bec4d6fa93..90c7ae1c7fe 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index eb373f99100..79c95e06b62 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 04d89bdf169..72f8b3c3b23 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 51ace17887e..660c6a12093 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ed538e89aeb..fcfa11b14a9 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 11ffa0132c1..14175cbe570 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b9aafe5a347..18efbe05b20 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c60bd41b1d7..09f08d9704e 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ad222a10f03..ff3131dd04a 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d8226425658..d738565fb77 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a834c92e967..7c184f487e1 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7be12b17225..a8526dae446 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1d32a9c9569..e9394cf181c 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 47a4414c154..6c168434de8 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7ad27196e5e..d75ca0ffdbb 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 304ce9ce570..d8462d02429 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a1229aa2a53..4a707bc93a1 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 47a4414c154..6c168434de8 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5dc1f6906df..5b2651d3a06 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 304ce9ce570..d8462d02429 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8f301b06967..6c679e53efc 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index abf7a976336..87e50cf19a2 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ff175a4915e..d09ec0857f2 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b586c043997..2c76ca00b1d 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1facc3bb781..a3b6d35584c 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -31,6 +31,9 @@ compilerBuildOptions=" -I${CG_TOOL_ROOT}/include/c -I${MCU_PLUS_SDK_PATH}/source + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -41,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +85,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f82f732b7a9..3d49f3d4275 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -55,10 +55,14 @@ FILES_PATH_common = \ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cde5596efc2..c326d3fb6ea 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8a0e747dba0..c9615b6d0c6 100644 --- a/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/canfd_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 2661aba0b7b..64178215878 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index c11ab4658ca..dbbe1b72eb6 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index af628ab96ce..45ddfdd49f1 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2a123f17f37..8d866fbb81b 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index 9f9c128c380..70a679d29be 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 84ecd2c8e5a..017e3a2ee67 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index b2ff1b01f21..2d1e17016b4 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index b2fa437163e..203720dc07f 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b7dc7d745c1..b75e905df32 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9cf6600dec9..8d9b290a90c 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index a3486e78f69..e74a699ed59 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 85bba4c31e6..027d951c18a 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 99b6487c0e1..c3c6fca7eb2 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index eedfd2cf714..c9b9ce92429 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 2b4f77cedc1..c627bc960eb 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index f17d9e22a11..80b25b8f03d 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index faee4fefe11..be4c820904a 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 38cbfdc0741..018a7d0c956 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8b8c8d88c59..004e1bf93ca 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index cbc6d9f3b5d..bfe0e5470da 100644 --- a/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_loopback_interrupt2/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a3c92db9435..9ba9fe14364 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 38d9cf17581..f4496b8f9c6 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bbbff853e0b..b76e149d9d5 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 41f315f06d9..c282e74008f 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 859f8e9d693..ed742211b74 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index d97766e92ab..7d23b34e104 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0fe0610b10c..518e12f2e8a 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 45ad2beb9e5..9138518b2b4 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 79a1925392b..b79f64f82c9 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 24f8a6e9788..4ac673b9261 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9d5283655e1..b1f2232f2bc 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 619f9b1ebd5..97b7594497c 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6666f311182..4fabf113070 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 23700da110a..28fa117febb 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 65a6329c351..7d44af4131c 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 70baba91eff..1ffafd99a59 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e6e89a28252..1bc08b307c8 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 98dbf1fe0f6..1f710cb4895 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 152795918c4..8f4491c5df9 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5275c7c0926..5f7dab8c2fd 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 63700e72da2..76d964a1e74 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 98dbf1fe0f6..1f710cb4895 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 39551418d3d..47968f2b5bd 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5275c7c0926..5f7dab8c2fd 100644 --- a/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_external_read_write/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index cfd1e00d7f4..7ea414835b7 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 648937899e9..cc8b4b23255 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8aa8eda138d..76b5473f88e 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index c0ed5298937..8d8cee15e65 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 330c4b7e1ad..9e4d2d76f00 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index e4a4e7361e7..4d4e6d39e06 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a02f7f428a8..3e85a738916 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4f1bc31c64e..80afd5fab4c 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index bb32925c10b..053fca0a8da 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index e00ef913a1e..2d6a3b5f108 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e3f44402264..70d4e13038e 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f8a3b7df188..6d0d848545d 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 14ceffc5ae4..88908ade647 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 8383d5ea490..a386709c283 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e483e6ddd0a..1f4c11c0d12 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f943845d19b..715e1e38c32 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index de988b8ff79..b0085628187 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d86c14f0601..50ca52dbc96 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 60d6b13a044..d7329902f53 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d2da548733b..67de2495d13 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9e9827c6fcd..5be1ab88bfb 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 787a19c0944..3e77c5f1f72 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 89ab5104773..4ec0c1399e8 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 60730e92b2e..78560b0ba56 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 27a1c388f3b..3cbaa501a71 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 2862d35a3b9..0b666a108c8 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b972db345e..c52f3b7ea13 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 804ec357bad..5c437a254f3 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0979921521d..35b50f2bf63 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3b6b025fd91..a539c326152 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f74d146000f..6c09266dbf8 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 24dacf8c192..4137a7c8172 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ee740248206..e426edf5ffc 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index bc5feb6ef16..2201f704fba 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ec29f86efba..aee35ff8dd2 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9e0a4ee71e0..6398fa2e5be 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 66a6dfeb475..f7e09f7eda1 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index bc5feb6ef16..2201f704fba 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5baaf607a37..5020ef3ce9f 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9e0a4ee71e0..6398fa2e5be 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d58148ef804..df0531f43bc 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6f8758c4ea1..cd55e2e3d0d 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1744bdc537f..22d390451ae 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 85104e4720d..c604421e991 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ec2bb4b7384..465499796ea 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5ca6e188fb6..ecfd62151e1 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b7c9360874c..077a6e9cefd 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 99dc9b0f4de..4d3a21cfad4 100644 --- a/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index bbcf5db34f0..adf2ad5e026 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index b3fd411950a..ed47677fa01 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e4b4fe25304..9acb38cc996 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a43414fb96e..6548ae4bef9 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index c85c993892c..1364ac1fc84 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 211e336abc8..13d3d5f1190 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cd0fc08f5eb..e8c8fa4767a 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0e15a2cb23b..7dc5fa11a8e 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 24da1048c79..2d1bf18c2ab 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 566441ae08a..01aaa1d19ed 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ff0b0d77cd8..54769bf40ab 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index fee8cfb6693..4722e8b2060 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0e0279b1edd..f41921d1dc8 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 35233e05ce4..aa8b8296789 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 945a59d3da9..24f96045db0 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7beb37bda11..d89ba62d70c 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 92623105cb3..58162a7d626 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e1d75a6134e..48b08941865 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9c831803d96..9d32c8b3c03 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 76ddf63204f..8da73d4805e 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 096ef857078..ed8eb881f1b 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 87c72cc47f8..75d28fdecc4 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6dbdcea091e..509ebbf2f01 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 35ccaaba48c..55e7af892ad 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index debdf04dd14..fbb1b4f82e2 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 27af50da86b..8a26c0b340b 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a358a72e7b2..127b12c33f8 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4b9b456198a..ee648e31171 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5f110a6c8c1..bd4726a93d5 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 7f904626a5b..105ec5f5f14 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a8ccaadcdff..0dc97edfea3 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4740cd6bcd2..bcb0df1da17 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ec0c8afdedc..09c8ddc11eb 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f54a603adb5..4cac63f50e2 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2ccf6da2c1b..c96b6898852 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 70bae39d3ce..f256ef182bf 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c4fbae32236..4a6c481c444 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f54a603adb5..4cac63f50e2 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d1913487176..69669ceb858 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 70bae39d3ce..f256ef182bf 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c8b998c6365..dc62248b428 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 16f199caf43..6f884b9b314 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 47177d8bb8e..612821a7e2c 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8883beba890..63fcc5278bc 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 718c606a24f..4817f614fbe 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 7515b4ee31a..7dbf55587f9 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 51273c90ae7..7446f72e4eb 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0a676381a12..c0b5a606bcf 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6bd4c00a4fc..e5578791174 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 5df7aa80e28..f568358dcf5 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 44acad5dc87..8af9289f73e 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 0a676381a12..c0b5a606bcf 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3d9a9f302c1..2ead9cf6418 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 5df7aa80e28..f568358dcf5 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 4f30276baeb..584d0f587f8 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index bd125286bdd..5323e6bff16 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d4142fd840f..944698c576f 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 12c13df6dba..eca5b2f4d9f 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 91317af228f..8c058146e67 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index fc52c82c3ee..07790bfb785 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5569581da30..9961f7b2697 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fa5852b48a6..628fba0ca69 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 50b5423fdf3..0676bbb99c1 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 47b45802617..86a91076723 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 09cd32b3646..44f0aaaa283 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 794857e885f..4dbeffc37b0 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index a80f9b80b60..a929e168e49 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index fe3b685abc8..c19cc3c4d7a 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7de02e64267..c3bead8fe00 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ccad2e5da28..0aca3abf5bb 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 75565402358..5a26df43a96 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d8942a32f3f..0abf29a8cbe 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 93a297ac874..ca745c73c1c 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 76f22a90935..bfe46346711 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4308b3d2a38..c4644830d94 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 103b2f7c2ac..56ee3c6ca09 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4f865decdcf..5a5cce414a2 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 99a6ffec3b4..0c518f6cb78 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e611e9cda2c..aa68658af2c 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index bec0adb7f08..a8ef9211e3a 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85c68a94cc4..20af9b22774 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 28c8b52891b..c2eef8a5785 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6f2448ac3a2..ddfb08b7bd2 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6495f6db9f4..d62af32c613 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 098421040bb..830ad335a6f 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 49cc90c6a0e..a7aea96bf76 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 83e5b74f84d..aa36a3dc2c2 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index e1b661336db..27bb79790f0 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b8a4f9013bd..8ba21078615 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 95fe6a8f18f..bc15fc9c4f4 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4ec49865158..a82102113d5 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e1b661336db..27bb79790f0 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 95732145ba8..f098eeedd41 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 95fe6a8f18f..bc15fc9c4f4 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c7c59f8e13a..235697612c9 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ae444c3a1e1..dfad7e27a88 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6fed073218c..55232d594bf 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b3e97ab10fe..8d444550b8d 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index a68e9ade869..62a791cf9a3 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index f5102700b94..dd6f8b35654 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 761328ba4fd..15e0d487054 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a8096fde096..e7089f9ff55 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c0cc0f16280..08f5b264e6e 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a27a8ca5f82..a8653d2b956 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ec0a28932d8..f0b4f53d883 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index a8096fde096..e7089f9ff55 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9b9d0bcfdbf..63b54bf9e67 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index a27a8ca5f82..a8653d2b956 100644 --- a/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcan/mcan_loopback_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcasp/mcasp_loopback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/mcasp/mcasp_loopback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index d99e6fd8a3c..6eccc96d56f 100644 --- a/examples/drivers/mcasp/mcasp_loopback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/mcasp/mcasp_loopback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/mcasp/mcasp_loopback/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/mcasp/mcasp_loopback/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a48d81c0596..b1a66f75235 100644 --- a/examples/drivers/mcasp/mcasp_loopback/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/mcasp/mcasp_loopback/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/mcasp/mcasp_playback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/mcasp/mcasp_playback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 5c2e9898aab..5003b0a2f9a 100644 --- a/examples/drivers/mcasp/mcasp_playback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/mcasp/mcasp_playback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/mcasp/mcasp_playback/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/mcasp/mcasp_playback/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 587f69ed342..7f62461f81f 100644 --- a/examples/drivers/mcasp/mcasp_playback/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/mcasp/mcasp_playback/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index cad77db4b2c..691c1fbbe75 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 74d1b499e23..9a9e90cd873 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index e9494a223f0..4f42c369cd4 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 3b8f3ad5a22..972c046db80 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5b4e510a678..7a23dc6e9e0 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 84a84d93af2..7bfad8af199 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index ab9f944ebfa..ec94410fca2 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 2dd7009996e..6b72d0a4ad6 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 904e0130503..631cf6e74b8 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0b50a8b395b..a622259a991 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 95a7ce68213..254571bd581 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 5298a006a34..53ad037264f 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 73df65f1bfb..0b4ac91f9e5 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index eab4e0b64f0..1bf8f4b3560 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index a2beecefd2d..bb2b509b0ea 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 5a3d6ceac7a..af176a03f33 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 427392d51d6..0804e8d6c7b 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d379c8e5d53..433d8e71d06 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 634c889f461..c2d6f4646e9 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 8df9527fd7b..3369dadaee2 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f75e58683c4..fbc676d1b40 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9c4d0b5c964..2fdb2a59610 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 17ddd9a7ad8..91d79f9600c 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 4bda3787faa..0650f346251 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0ac081220be..756ba2e5576 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 0e8b7b2beca..75ccbc11309 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 846825072e8..63f018d1e91 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 4499b7dd076..2463f354085 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 76acd4fd8d1..bdeab9221f4 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6b5e5192c96..64dd76ec332 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 061cf27fba4..0ccd3d62055 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 077722854c1..9c3d1c8954a 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a105c669955..e9f5fac385b 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f0f47a256f0..f0f94b0f516 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 479b80560a8..640a66eea9a 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 3d2f12bc5b1..f59be1d8bcd 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c780604548c..9852d2a3a1d 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7eea0c37922..875a9aa56f4 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5ab4289d650..fa87e3ed3af 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3d2f12bc5b1..f59be1d8bcd 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1cba53bc89b..fe1cba9cabb 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7eea0c37922..875a9aa56f4 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 28372851d93..54bd6e89918 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 10d2c4d7082..762e0eac253 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 880a5cf56c2..5ebdf2a111c 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 5d1fb9a278a..941d64877f7 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fe776387983..9d97a103e73 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 79a1d71ad6b..ca3d637bc3f 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 096925c3614..cf3ca6b161d 100755 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9e244c7d184..c37805ec518 100755 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index b704a51941d..0171ca13e80 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 5d1fb9a278a..941d64877f7 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bee68f867c9..a1a0acccf08 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 79a1d71ad6b..ca3d637bc3f 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 33baf7fe1d6..a00d9d06567 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 9e244c7d184..c37805ec518 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 72db0259a01..7adc3b0f31c 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -106,5 +107,7 @@ + + diff --git a/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index d589b26c5be..510e81864c3 100644 --- a/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -167,7 +168,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/mcspi/mcspi_loopback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 088e27bea12..10272c6aa20 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 645294e4eb0..d5be997586d 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f296b6fad19..d207afd55cd 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7a8053e213a..1605ef9ce48 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 2ee31f52d9c..451b680b284 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 510534f98b0..cb91136aa67 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 31a5106af09..0f7f8d201ed 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d5d881bcb8d..dd0fafb90c4 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 24fe5007937..f0d277d10ba 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 53e9e567ffe..069f7e211b6 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a4361b54963..a461b0dd3f1 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 56f1a583983..47d8dbc5d6d 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 8f3db8fb54b..13f7bbe9612 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 2e21a096a43..12a17b0cf5c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c64067dc1c8..99aa1c9c75f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0f74bf81ad7..5f7e17913ac 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b15f8eb48ed..83fc617daec 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 826f5ede0d5..134e5c64967 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9be74db954d..0c34219adac 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c12d1cc646c..b8767b82d39 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cd4a981f1a2..020ddf2bc14 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 88341b3fd1c..2513f46d846 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a13db5624f3..a5ca8f705cd 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9e3eb6cda22..fecec1c0583 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b8ce2dec9b1..b31aa843e1f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index d8e7add7d47..c5d0377d0dc 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a300ef0cda0..edfaa219226 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b63c7a8f049..f9d4ceb38cf 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 96bc905c2a3..06d7b66e4d1 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ac1fd4456f1..04619d456c8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dc140c6248d..f59902d76c8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8ed6f57a179..c5365636725 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 48771061b59..44711505e8c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 7fd59395e98..ded005db47b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 082c8e4afa7..daf2ddb69f8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7811371a56e..7d079125bfa 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1985e3c143a..55912b0df32 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 7fd59395e98..ded005db47b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9818d9b22fa..6a39dacec41 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7811371a56e..7d079125bfa 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 21d63fe34de..588d57fe8ad 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 5691b356e69..117cdc644df 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index edfa3a0b114..0862970e965 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 63daad9e1d6..10567ab725d 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 55c88781d99..9c6de577735 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 176058ed848..242c5332c7b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 70011935dbd..51aa82dc1c8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 63daad9e1d6..10567ab725d 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6cbeaa19320..c72115d3937 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 176058ed848..242c5332c7b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1a33c249a63..af27ec92704 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -106,5 +107,7 @@ + + diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 5d9b0a31693..a068fdfe107 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -167,7 +168,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/mcspi/mcspi_loopback_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 2cb39915277..2e3d31eaf63 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 8174fbf0788..134e2b78d28 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6da860692e1..0410b5f45e7 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ed41bd04298..51235f75c5a 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a8d1871f4de..5376ab7d789 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d413007db2f..c3ec32c4a06 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0c6b844acd6..5ce50a3800c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d76ba9513f6..181fd1f235c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index ce79e469945..d53aecd016a 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 5cb3596b002..24dd07a3c03 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 77c10820e5f..367de3b07d4 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9d23ff8d556..a06ddff7e7f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 293f1ed5b3e..a11bbab1e25 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 8a34e7c56a3..f0145e920be 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9b5f5f37b78..64bc00f9ba6 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 49b4b175479..f793933df7b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4683e22f9f5..e6d96587690 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ff5bd433c69..fd90926c043 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e3a83fe6981..690e5c87da2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 02e4acb18ba..f0788544b53 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6dec769e2eb..13a61fe9bf7 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index e349a058f29..0cc926aab11 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c649e15a00c..8c2f890f598 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6459a4327d1..a0b08a86b56 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f58a294dd83..5e59f950996 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 0e420c2a53e..836c47910b8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index efaf7f3a992..4f0853ec91f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7d359e09f76..f526ec31b3e 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9af6e11bb0e..58170a8c659 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1f0f7b81bf9..d102a941637 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 27e83e3d49b..5c968822c77 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4838cc02bc4..c05fb519544 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f80f0339e83..7a5f8ea0c40 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index ab30ac31a6f..003b0d0eee4 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b2559e4f5b6..fe2c5707e66 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0cc6d87a6d1..1f06dc4249e 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0eae640535d..cdaed89af1b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ab30ac31a6f..003b0d0eee4 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 49ee355b02f..d9c7d39e5f3 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0cc6d87a6d1..1f06dc4249e 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b6e5d810f31..51576a6b957 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a0aabce6ba0..d508bb0a5f8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ba4c8bb1869..650822d059c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 869fdadcdd4..f7865506bd5 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 77fd1f281c1..e38804335a0 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index a0aabce6ba0..d508bb0a5f8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b2f4217c414..36103481847 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 869fdadcdd4..f7865506bd5 100644 --- a/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f32be145ec7..5bc41ccc27d 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index bc43b0fee65..d791dc88197 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6ca0317a395..d24434de96b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index da78e7c462f..21c8017ae6f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2085446bf37..7552742d444 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 64922f28999..b569aaf956f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 10b32da0317..1b5d7f2f830 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 71478c2fd58..f7a30225ae5 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 30dd21b12e7..4721ca66e98 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9ea6de68708..61cf7ebe0f2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9f5543b25ff..7f6dbd89850 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 72508bae4ee..5fda5f96223 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c45f7409fae..4818c067e89 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index b64e2b0e118..9ff20632d79 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4c328a39da9..6fe06de068c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3df1a7f7ab7..5923cc462ad 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 237bb92d329..853360df9f1 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 194b09aefdb..bfcfb02518c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6eb01beee70..fbcd9f9e853 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b2a80d1c1d1..958fd89e757 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 921e5e8a050..8be88937fa5 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 557a6b2a94f..4db5f751c4b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e0f24b1f0ca..a4f752b8f5f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index eb0904ab313..dca42c02d73 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index df1044f1f6d..78d6dbc6952 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index fe7ac9a1925..72bf57e7735 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 415f6cdb614..f1f22693bdb 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0c5a8ac27cd..ea3d24f3e59 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 41184cf1239..549c4c70f6b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index fe7ac9a1925..72bf57e7735 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9c9a85c9131..7ecea02dbc4 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0c5a8ac27cd..ea3d24f3e59 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b166895eef7..173bb8e6329 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 59340e415c8..eb45d4aff98 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 90c5dc6b9c9..516cc977fd0 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 45db64c21c3..78fbd9db91f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d481b6c61c1..85275c75477 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 59340e415c8..eb45d4aff98 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ea164c24e10..b5363f8181a 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 45db64c21c3..78fbd9db91f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8a5b111b9d9..d67c76e2ec6 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8f8b02015be..54b668d2b99 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 961e4dc02ba..4012d3d6794 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 998de09be09..99dec9c4fb0 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 90408706d2d..87a763f4466 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 928d7f6f8f2..bb7e18d5737 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 50f684afe37..5f2bd942380 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 79b0c5fb2cf..f93e7592a65 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a22673da957..e9bbbda503f 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 307acbefc90..3cc2e4e35a4 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5473950ea2b..f17af2909d1 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bd35d48398f..4c0ab88307c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e835a608b5e..ab1749e38e9 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0834712885e..4edb2566008 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d7a50812d02..f8c3113edcc 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c56dd30b10d..6088946a261 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 160987a5544..258c9dd2b33 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f7d4c104f37..4f199108b6a 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4365fe8c765..bff29be5894 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9869ad72b69..fc645425ba8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_multi_instances_multi_channels_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 36a8156db00..75e2214d026 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 0dfc5a9f2e8..5853d84d91c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 35aba1db625..eac6ec5314c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1261c33704f..53205b8e2b2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a827b013430..cba48e4ad12 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d7ed4e2430c..f8d158fdbb2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e6c38781965..a10b68702b5 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 358a5a1e154..99931c7a2f0 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 49167bade65..62fddc1c9ea 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 860d42c8f62..69811af1d91 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7dddbe71d2a..df083c60f15 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 88d3d9303be..8766e2813cd 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 5db1be21f55..c0891b9cc51 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index e70a53ced58..41ccaffab79 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 56b54e9bccb..3fbb7d2bff1 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index db9dc10e1fd..8045677e301 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1f081fde322..0b3ba7ba317 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6bb088d29a5..3cb82ea83ed 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85d7f1d5dab..8ab5200681b 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5529f9186b3..d6e4183fdd3 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 43b022e6b9b..61762f739d7 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index ce11de90afc..2328a7eb7f8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3820596f16f..95e1261be8c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3f903d67005..6e031a85cb3 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a478387d926..db860895c1e 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b15801b04aa..caa1ba6653a 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 87e3b26734c..e03c63b3801 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7c7e39c9f89..0a06789cb41 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bfcaa765546..746abd4fde1 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4c3095a1323..3b3e6475f39 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3ed3675c5e0..6a861de10e8 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 47c75babae6..0f266681b53 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f4c6fc13908..39191409904 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b3859ff30b6..6061aef3dcd 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 95632c236ef..26a472d14ec 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2c3485c733b..aa58440be29 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7845d949a64..2d9e02cc620 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b3859ff30b6..6061aef3dcd 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4f0f62824c4..da2389fe281 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2c3485c733b..aa58440be29 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2ffe62ef33b..cf0243d905d 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6458ae5b92e..8ccc41b91d9 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 06069237827..ca2ca2136c0 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ce17feb0e56..6c98be25ae5 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e1b3cd00519..6fe368354ec 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 6458ae5b92e..8ccc41b91d9 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d4c2f4088b7..3594b4cf3f2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index ce17feb0e56..6c98be25ae5 100644 --- a/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_polling_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 592abf4f7a9..68eaf2baaf9 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 8772d3e7096..c46fdad50f2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index f8e02ab45fc..1bc326c9a25 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index a1626712ba5..1bd624f3ee6 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 926e671d5b9..5e95e710567 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b41fc0dd6d7..f36ad92a6b4 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 09613012707..e41359f1bd2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 70df3028d02..588808e9d16 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8e5a1bdef99..dd6bb505092 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 10bee5fc80a..d79841eb164 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 02aa1151167..ea54b125020 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index adad0b842d4..54ac7d67f01 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b5bb06fa228..9aa19702fc2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c048fa12274..0e8751dde87 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index f0eeb002ff4..d6cc678d2ce 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 6f8d1b0a8e9..bcb8e45cd26 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4e646808cb7..c5ec58a1655 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4c561948998..52d756996bc 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6f7bea049ef..b2fa5bf03f4 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d7d7fa3a57e..692512e3496 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 35acc4883cb..3bfe0cb2a5c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bc440205a51..9dd4918348c 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e86196a9357..84ae9a9bbfc 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index e63aa81bb0a..ca9a38f3498 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e6d9b383a57..adaa0819cd7 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 30ee81191e6..2e94818bf47 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d0aed0bc969..e1836413f47 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 69526d5e47d..98680448726 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 50ed7e4d180..3d9d38f65b3 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cb929d2c298..b15d14886ac 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 80926ad9c45..954c8974224 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 8c01b496f7c..df09ed4aefb 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8b6938f173f..2f7c841dd51 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b02d0f9f50c..0f9d5586cb7 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b875c29894f..b76ca7d5801 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f806472d8c2..db8515b266e 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e429a3ae3df..05da286f759 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e92d7d7e71c..3a8dcb245e9 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 30b982680a7..1446b6ce077 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f806472d8c2..db8515b266e 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cd8f6a42b51..e1dc77bad98 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e92d7d7e71c..3a8dcb245e9 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 2278538dc8f..9f771da961d 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index ac90579e8bf..eb836a40ee2 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5dc3f3e4c83..a85d6cb5631 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7096c565e74..fe25a05ab12 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9bfa8fadd45..83c82e3de28 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1abb0d7869a..4e91d4467da 100644 --- a/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_loopback_turbo_mode/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 919e5e0218e..aad2590ac65 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index a9b32c0447d..d2dac498e2f 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 23bb12928f2..9e42264454f 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 09a73d00494..c6bc14080f9 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8cd1c1a208c..d2f609eae13 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e5fbb02fe9c..291d5cc3ed5 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a0cccd049e2..6174b1fdc8b 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d6ef6df52b8..40bf7cf1bb7 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3f8f8c293d2..62979d43dd1 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index beda0a98f50..6e311a7f97c 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 1d29d1814bc..c96ea43533b 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index caa2925fff9..1ea5eb9b386 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fddccbc3b3f..86c86f96740 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 430d977bc5b..4ccbebf3fb3 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 9c2b79e1cd5..6857d38605b 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 2262b6b5a4e..4cddce91a6a 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6c70088690f..b1e4aba94f9 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 49ff17ac304..2c5df533fbd 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7c68943679f..dfc04a339bb 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 24336c9fe1a..2b9f9c5594e 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1dad0611145..02f16f756c8 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4e1d649985f..04e40990852 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b3e474afb4d..46fd92b0c38 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index e595cdaba2c..38aea2b7a1c 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cade65ac556..97be4273962 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6f287f400f5..038461edc08 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9714e21225c..f565a8d9ca9 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 2a3140bb8ec..bf0031f66f7 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f90463f8d58..f9e77ab4533 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d6d792078db..346dc18d9db 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2c41f81d7e4..2fb51a662b1 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 25c28c00de2..0df39b6773f 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fbc16d0d8b2..5da458b3284 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 71850943920..419eaa3604b 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a9985a43b59..1f3f26da25a 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 6c07d6c5a3e..3471d000290 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0b5f7369426..dcdfc7c429f 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f6da1f0c202..2af9d3dabe4 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cf2f2663abd..91aa4e48a86 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6c07d6c5a3e..3471d000290 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bb370ad4265..8b1b6734589 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f6da1f0c202..2af9d3dabe4 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 8bf1b070721..e5231e383d9 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index cc761c50271..fe62de4f0d6 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 359187b9033..e0d488e7af8 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index cc82cc9f653..c9dc3a653d2 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 55a5d0e7a79..9894c372901 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1f3076bffd1..d3d7d0f832c 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a37c2646567..6e9c7819d80 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9f728d0237b..4c1494770ec 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 24b53ad9c0a..e0bb30285f0 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index cc82cc9f653..c9dc3a653d2 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cedeb460db4..976fd50423d 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 1f3076bffd1..d3d7d0f832c 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 25d3e5a89ac..2c43943455b 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 9f728d0237b..4c1494770ec 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 33818463a8d..61f7231ae80 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -106,5 +107,7 @@ + + diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index dce446261fd..393ed4839a0 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -167,7 +168,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/mcspi/mcspi_performance_32bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 48953bfa45b..5d61717474e 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 2d09e0e8418..d58344fd30c 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 877b460af3e..96f40f5ef03 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 2fe8c5fdb7e..7eb1a120834 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bcd6ffcf1a8..3ce2989d462 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index cc434531fb1..1efcda69a62 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index ee1a9deaa32..0eb9b81963c 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index a14b0f19885..7e29b9319ba 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 345a988ebb3..3acca41b9eb 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e4c998433af..b5b7b742688 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 4cdf5fb8b66..e7272b1dab9 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 9374b24fe52..b98b31180fb 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4d00600edb6..995705b280f 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index afd60194783..8578656fd79 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 9b6929bbdbd..78c0582595c 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index c6cb39f3fc5..ee86c2ae82d 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 575073c055f..f1e38337a98 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a9c1ff3f2f3..9b62deeb34d 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2b212c53a87..847babd33a1 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e3fbf1cb1a4..251fddbddbc 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 454b6d716a6..3dc3d84a071 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 32b3562e78a..d94bc072eb7 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2019ae432e4..adb7115be96 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 0bf4b371f79..5e7b153029f 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cead4b20d3a..a54efd93351 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 536def82868..4aa5d2c2969 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ffcc283a080..2a39ff8dc5c 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f5fca02ed64..95610286956 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 10ef262f353..341b4d3aa9d 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3a438966a38..c885212d66f 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 177ed571cff..0efd7c8cdcc 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 768a9a2126b..50d40496883 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7d5c9352408..046fc9eb19b 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9aa5f70fbe9..b2c4ea0eac4 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c4ed2124ef5..b33e81899cf 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 0c58458a06f..303ddf1ab3b 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bc39dc3eff7..42167f49e0f 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3966e443ce3..b0a65487dfa 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3e37a292933..8c5061fff29 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0c58458a06f..303ddf1ab3b 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 853119cc2d9..5609d3abcea 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3966e443ce3..b0a65487dfa 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index a6d7d747dad..56a4ae35ca6 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 3c5ee12eee5..a0d18171927 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index da5fd28a96c..938ee1da6cd 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 208c8b7ad8b..8d00eeadce9 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 28b21775f66..4cb801b1dda 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 56781f78e24..ac9c143bb2d 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 31230772121..7bfc1cc8b4e 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f35fc3f878f..de28048e560 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 8978d77bc2e..91143c48477 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 208c8b7ad8b..8d00eeadce9 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e62087f5b79..63b9c70ab63 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 56781f78e24..ac9c143bb2d 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d990c250aa0..62213bac2cd 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index f35fc3f878f..de28048e560 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a7d1a7ef6fe..af4f7cf4b47 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -106,5 +107,7 @@ + + diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 5384033cacc..d062679117a 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -167,7 +168,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/mcspi/mcspi_performance_8bit/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 27927ed52c6..8251705b841 100644 --- a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 5bdc7b277fa..22abcbd3031 100644 --- a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index dcf2e134c0a..dcf42c2fdf3 100644 --- a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 80fe0007351..859403c95e7 100644 --- a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5ffa254b43a..026dc4236ab 100644 --- a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3e91e644a33..165906a87b6 100644 --- a/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mibspi/mibspi_loopback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 7ee27272436..5648941028f 100644 --- a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/c66ss0_nortos/ti-c6000/makefile index fa1d4138f83..e70154d971f 100644 --- a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 786b5316711..9b06764bf72 100644 --- a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3fd0afeebc0..593cf969e2e 100644 --- a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9114065de85..7a50879d5d8 100644 --- a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4fd67de9043..cb46f63522e 100644 --- a/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mibspi/mibspi_loopback_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 9873331a213..67d98e2f62d 100644 --- a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 179ef47d391..e2e495a1e71 100644 --- a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 460559fe6e3..61f78a8b717 100644 --- a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6e2fc967cc0..fccb74e3030 100644 --- a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 05028ae6133..92486d61a33 100644 --- a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9f4c53b48b5..5aee5e0db5b 100644 --- a/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mibspi/mibspi_loopback_icount/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 316e7f37808..74b19cc62ed 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -37,6 +37,7 @@ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -57,6 +58,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -92,8 +94,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lfreertos_fat.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lfreertos_fat.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index a18a122821e..f613504217c 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -58,10 +58,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:freertos_fat.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5049b7f0908..c6d719847ae 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -37,6 +37,7 @@ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -47,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lfreertos_fat.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lfreertos_fat.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7a3551c5b66..28156621e84 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -61,10 +61,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lfreertos_fat.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 1e8462b49f0..4791767bde5 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -90,8 +91,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lfreertos_fat.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lfreertos_fat.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 9a8ed3d5d05..4ff9d0be6a5 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:freertos_fat.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b9fdeaea9ac..e19eb63ed7d 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b12bc53b8e6..58802de0bbb 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 464e186b7dd..02510f30721 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -37,6 +37,7 @@ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -47,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -77,10 +79,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -91,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index e2b282e7f0e..cc7a6a1d442 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,10 +68,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,10 +118,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lfreertos_fat.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,10 +134,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + freertos_fat.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4320e4ad70d..6793d2b56cf 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 240995412ac..b80aa2da5b8 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 40c2c83eb34..16a91b81328 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -37,6 +37,7 @@ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -47,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -77,10 +79,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -91,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index df0e9c916bf..4bfd2e71a7a 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,10 +68,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,10 +118,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lfreertos_fat.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,10 +134,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + freertos_fat.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fdba060008c..45c9e767869 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 54548b73d2b..616bfe5aae6 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7fbcfa636c5..f509e8b975e 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -37,6 +37,7 @@ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -47,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,9 +78,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -89,9 +91,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 91cdea6d40a..d292b1d7255 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,10 +68,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lfreertos_fat.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + freertos_fat.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9ac3ead0316..68dc87226d1 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cd2d6c2d8ad..fcaee5f6625 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 050b370c8c6..869746f1747 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -37,6 +37,7 @@ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -47,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,9 +78,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -89,9 +91,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 91cdea6d40a..d292b1d7255 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,10 +68,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lfreertos_fat.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + freertos_fat.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 34bc47ca6a5..871534b618f 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am263x.r5f.ti-arm-clang.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cd2d6c2d8ad..fcaee5f6625 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index a67a71d3e86..eb1f36d2188 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -36,6 +36,7 @@ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 -mcpu=cortex-a53+fp+simd -mabi=lp64 -mcmodel=large @@ -51,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -82,8 +84,8 @@ -D_DEBUG_=1 " linkerBuildOptions=" - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lfreertos_fat.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lfreertos_fat.am64x.a53.gcc-aarch64.freertos.debug.lib -lfreertos.am64x.a53.gcc-aarch64.debug.lib " > @@ -92,8 +94,8 @@ -O2 " linkerBuildOptions=" - -ldrivers.am64x.a53.gcc-aarch64.release.lib - -lfreertos_fat.am64x.a53.gcc-aarch64.release.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.release.lib + -lfreertos_fat.am64x.a53.gcc-aarch64.freertos.release.lib -lfreertos.am64x.a53.gcc-aarch64.release.lib " > diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 96b4aea466c..8098e0d9339 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -57,10 +57,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -94,8 +96,8 @@ LIBS_PATH_common = \ -L$(CGT_GCC_AARCH64_PATH)/lib \ LIBS_common = \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:freertos_fat.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:freertos_fat.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ LFLAGS_common = \ @@ -110,8 +112,8 @@ LFLAGS_common = \ LIBS_NAME = \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - freertos_fat.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + freertos_fat.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 6834f72b025..84187fe59cc 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lfreertos_fat.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lfreertos_fat.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index fbf662bd62a..33eb8c44a0c 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:freertos_fat.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:freertos_fat.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - freertos_fat.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + freertos_fat.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8ffcd673ed6..658dbffb9ab 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -37,6 +37,7 @@ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 @@ -47,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 01f79bbdfa4..4b889c5e975 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -61,10 +61,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lfreertos_fat.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + freertos_fat.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 45c18a01bb5..16451411c7f 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7d260e4ebea..12c0522a935 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 234699a4d48..b6d6faa5995 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 7d260e4ebea..12c0522a935 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 72d75aee735..e1525b98ee9 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lfreertos_fat.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lfreertos_fat.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -107,5 +108,7 @@ + + diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index 0be7d12ec83..1a6a943dde8 100644 --- a/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/mmcsd/mmcsd_file_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 50403aefbde..3b36e31f5b5 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 8dac1819b60..47ca22a485c 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c8572f15c49..a1a527e5e56 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f007620f607..9bf66f7a5fe 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 6929868743c..cb151de0323 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index f74f0d9ffe1..3b4e9243d87 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fdbdaabd496..2d38bea8705 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1aef9c85985..d1a783cc7d9 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 93ec33c63d1..d0d80533dd6 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 83a0a59c34e..d66842f5b2b 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ad63ab4a5a2..a4aee8cf91c 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c67224bc8db..d473ccecced 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 22904632729..8e68836fd2d 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d68726fc33d..2a0ddfa7d46 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9071d9e75cd..87eb2546d22 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d68726fc33d..2a0ddfa7d46 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 0e681377923..4358ba6d5c4 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 86c61b7cc4d..05308fd2b5b 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,7 +92,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c516f5ef221..62ba1dac59a 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7dab1564a38..666ede50eb0 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 737b1c54d9b..4f51e781b01 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b7fd438d569..3b08721cd3a 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 06ed55b25f1..ae87b793b31 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 7dab1564a38..666ede50eb0 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 65431041c11..f64f9a97423 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index b7fd438d569..3b08721cd3a 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a3617240332..9e34c252826 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -100,5 +101,7 @@ + + diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index 7cd35fb78df..ddacd5e0492 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -160,7 +161,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/mmcsd/mmcsd_raw_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fe327ba7c92..50aa74c7d2f 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 26815493236..b99f876f7c9 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 30a5e131d6e..596ff914724 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 5a8e3754be8..69324ea2c97 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a1f16ec0006..604fab12887 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 5a8e3754be8..69324ea2c97 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b26c1a34f19..b3d9f34883b 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 833e5a3ff60..463cc9685e4 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ff81d928d46..a1bb20fee34 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7adfc72a964..ee56fe3e64c 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fb0493f2ff3..07583791431 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 7adfc72a964..ee56fe3e64c 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_emmc_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 51c80bdb1c7..4082cba351c 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a65b712d30a..f8f3caa6121 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3faceb637df..9ae7640d3f4 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bee76250d7e..17bf7a1c68f 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f58ecb1b680..2ad8a2603c9 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e2689ba4f44..3e7ca0b6cf1 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7821a9f7b30..efd1d17aa8a 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 137cbf106fb..2105fb6df9d 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 668966e9040..49f693ea005 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 137cbf106fb..2105fb6df9d 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 97ddce2fce8..9fd5d796444 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d866b21f325..a185252415b 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e1d782aa35c..3b4e316f3d7 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index d866b21f325..a185252415b 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_intr_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6d3ba24fe78..ccb9b733d0a 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 87b18b8d9aa..5b230d189ea 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bc4bd4f868f..8015e59eb72 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c72bbdba5c9..9b724e1ad79 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e0c6394f3a4..fdc9f1a609d 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index df638694eb3..690b596be22 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b997e1cca96..fa476750fd9 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3ea780551b9..3f6b6e7f6d2 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 30402c50c8d..116fb834e9e 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3ea780551b9..3f6b6e7f6d2 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bf29bc87473..9c4ede5749e 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 64909f30dd7..773e64077e2 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 26888fee10f..8a6e7411dff 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 64909f30dd7..773e64077e2 100644 --- a/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/mmcsd/mmcsd_raw_io_sd_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_dual_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_dual_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0d37f707abc..ca09c3eac13 100644 --- a/examples/drivers/ospi/ospi_dual_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_dual_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM261X -DAM261_LP + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_dual_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_dual_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3b9d69c7582..96c427d94bf 100644 --- a/examples/drivers/ospi/ospi_dual_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_dual_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DAM261_LP \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_dual_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_dual_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9078f96b827..bea504455d3 100644 --- a/examples/drivers/ospi/ospi_dual_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_dual_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_dual_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_dual_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 98e7e5b8ead..644e4ef1fc8 100644 --- a/examples/drivers/ospi/ospi_dual_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_dual_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0f03ee52664..7955fe4e5dd 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 042b540ee5d..c7e4e29fc93 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1d26e1ca129..ff9fabaed66 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 72046623119..95bd308180f 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 8f8ceadf68c..ebc4788b93d 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 7b071083307..f4eba6d77e8 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b079930a5b..61a075e1c04 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7d86b8bdeb7..f88bf4b09c9 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5e84ad6ba40..e4f19292417 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b8f79a8a256..6f774253ed2 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eee07d2bfe5..9b37512ceae 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 24696285cf0..dd0f9ff4987 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8b35f6b6f7f..b235a5e467d 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 86b08c08619..59c4bfa7e50 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 12f034aa13e..aeb6c8aa6f2 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 667475ba563..f0493669f18 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d431f03c4b1..3dc71c9cb16 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 087ca017754..187b5577f24 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5fe0e34217e..08a11e9bf6b 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 087ca017754..187b5577f24 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b4fa82260b..0eb3f9d47d7 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index a1116db4d1c..10eaa283454 100644 --- a/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -164,7 +165,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/ospi/ospi_flash_diag/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a32e94f3d09..1840c4dcd45 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index ee167bbc960..76202ae5f9a 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cf4aa5f1f5c..a5bcf4ea5a4 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 25876167629..8423da7a037 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 9785503c626..73a13674aac 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index be14dd896cc..db210543a4c 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7376eeb21e8..8d452805cc9 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1ac9485653d..eafd6589fe9 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 587ea30ca0f..babad8a2017 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fe05b189925..9732884fb33 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 92c05cae437..532a92ae8c8 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5bac74b6e69..b6ef80456b3 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0d1b3a6d548..7dea1160271 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e22f3a7d4d9..6a9631c75e3 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c3ab5e5eec7..01540a9896f 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f39e6395c1c..ed6ca346cef 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8dd09c1e934..458b3d3b2f7 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1b638913e2f..9f0d78c267a 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_diag_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 49cd2d788eb..e8f6ed7b6ee 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_diag_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_diag_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 1b638913e2f..9f0d78c267a 100644 --- a/examples/drivers/ospi/ospi_flash_diag_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_diag_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 6b3949547e2..b2c5c97ef64 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 075f7445b8d..e4b45b36617 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e220c130dc6..c8d9b226e70 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d07674a94ba..6fb25922719 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index bb35b317301..59abcce9106 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index a0f5df18fcd..f0b31a18b0f 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fd2d07645ed..59783dd8a34 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ac579b51b86..bcd3ecaa22c 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b21401c5fa3..9210116e31c 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index da990919834..5e57477f064 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 99ea85a747c..c3a6fd48e26 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c00e2347e8f..df8954c9a5d 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f94c0a0d486..1c11d15deb1 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 717479060a7..80cfc4ae441 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bdfc4664727..b5ece53fb5e 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e58dfe38d9d..b65fe036283 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 99578ed3db1..d1f0da5e43b 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 57dc2bd97f4..bafdcf23e7b 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index aa7873f5779..c86d30e5198 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 7b39562a6ea..146f9f91e93 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,8 +90,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -105,8 +106,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a1d883823f9..8e3b6483f1c 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a0410293c3b..b348fde5e26 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1b3c39aa027..bcb66f87232 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index a0410293c3b..b348fde5e26 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4ed3a318c64..7020f55a6d9 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index 981c2ac827d..7f1f4aa58d5 100644 --- a/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -164,7 +165,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/ospi/ospi_flash_dma/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 2d860e53e8c..a1cb7910ab6 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d19f0238d3a..a9b32e3f684 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4f07aef50b9..25c77594596 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e80c474d588..947d323d2d2 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 827a6552cd3..3466523ca1a 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 6e44b082540..8c24cd550f4 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cf653393c9a..b0a769dccd6 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bd8764a9801..51672ad4408 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b9c46980f65..a7e1e8d984e 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 05686ea8b89..e45b7005e81 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 32b0998004a..69a135d7a78 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d844311f698..5c9f9b50804 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3c7c0cfc83c..2bd0fd11cdc 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 88722ce0af3..669101ee1b2 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b5cd0a00ec3..48f2e86bc75 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1479a2a1970..eb773aa4e25 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 29ce54cbd03..ce1a3a65b71 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c0c940c0ff3..e4f57cddbe1 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 69990dafe08..517d1f2b90c 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index c0c940c0ff3..e4f57cddbe1 100644 --- a/examples/drivers/ospi/ospi_flash_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_dma_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index a83d51eb9c6..66b721f1709 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -90,9 +91,9 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -llittlefs.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib + -llittlefs.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 61f65f90268..6051f46023e 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:littlefs.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:littlefs.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - littlefs.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + littlefs.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 08e2aa32e89..3fcfc5ce738 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -llittlefs.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -llittlefs.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5fa46296903..c0651758af1 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 39a8bb39b25..5e5820d5505 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -llittlefs.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -llittlefs.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 0e48047c6c3..9a3add63e9f 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,9 +97,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:littlefs.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:littlefs.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - littlefs.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + littlefs.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fe2469ae2c6..df408130f27 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -llittlefs.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -llittlefs.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a7d633403e4..411d9624fed 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index dd1a425c2fc..f7993f741d7 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -90,9 +91,9 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -llittlefs.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib + -llittlefs.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 3a8feff85d5..b6bc453fac6 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:littlefs.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:littlefs.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - littlefs.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + littlefs.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index dc18c0383f8..46696e962a9 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -llittlefs.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -llittlefs.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2610a71e74c..fea42e75a4e 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index cba8f9404de..a0c69159f73 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -llittlefs.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -llittlefs.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 7201378881e..3dbd99a99e7 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,9 +97,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:littlefs.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:littlefs.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - littlefs.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + littlefs.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 41eacd35cee..18e50c1cc2d 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -llittlefs.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -llittlefs.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2c38bfcb29f..e1727fb471c 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b9cb9cdae6e..aff492cbc1c 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -llittlefs.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -llittlefs.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6c418882e18..cd691144d16 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 49d7ee112f8..8bcf9328af1 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -llittlefs.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -llittlefs.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7d17dfa50d7..486da069f25 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8de92dc39c4..0bd80df84cc 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -llittlefs.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -llittlefs.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 6e999422816..6da976e13bd 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fc9474a369f..2e4e801c04d 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -llittlefs.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -llittlefs.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f2761ec6e20..acac132139e 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8f2f7432e9e..73b1063b50e 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -llittlefs.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -llittlefs.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 1e39ea7c100..d65d3ca5bf1 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 242ab9da09c..15e00c1055d 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -llittlefs.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -llittlefs.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b562da26e08..d4ec0e2c112 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a76d3c865a9..83c0f5e1ed1 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -llittlefs.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -llittlefs.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2ba141806bb..3abd1d7f0b6 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8f8bf704e2f..a68b85e29a5 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -llittlefs.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -llittlefs.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9ee8dc68830..34889bb5252 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b78a726347f..bb42c0e719b 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -llittlefs.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -llittlefs.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d1172cba3fc..746b6665ccb 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index be0ba25a00e..c674259e8b8 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -llittlefs.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -llittlefs.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ab4110e9076..1125382f19f 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1689f7a24a4..7f70e977815 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -llittlefs.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -llittlefs.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index d1172cba3fc..746b6665ccb 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b7e802d5316..86f7688862d 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -llittlefs.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -llittlefs.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index ab4110e9076..1125382f19f 100644 --- a/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_file_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 19d48a04993..8dd85f7bf94 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index b5323b46a7a..b42052087a5 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 96547792a88..479149c1500 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 46561466cfd..9dcc26d866a 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index b1fbc80c0dd..191f9192390 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 03bd6e56e39..96191cf28db 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ba65145efce..4fe7e7d6cc7 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 64bac4a58ec..fe96259bc26 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dd63950d4b0..ab008d14641 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 01bc22a9e3c..f3d8532fe3c 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bc0a56fdc57..4bbe3d6c274 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 31f02e0319c..b095da06056 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ed2cd09be5e..7a55a787c23 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c81bc4232a8..ea4b9169092 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 73ac83a7331..8fc20652b0d 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM263PX -DAM263P_LP + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5f9f5444382..7d12ef9f2e8 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DAM263P_LP \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 07ba2ae8182..6c4ccb17e18 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 76c3832dbae..ef190bb1d0e 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e59ee9bb045..0cb3d807759 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 76c3832dbae..ef190bb1d0e 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index bfbec6990f4..fac59f23f0b 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 7989da15cb1..54e95b72e68 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index da86d1364f5..484ffe56f6c 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6227ba978ec..8d04720a456 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 85fdb4aa709..4282728289f 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index ff425a8f067..273e227c307 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c20ee3177b8..b84480d5ba0 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c15ecf8e6ca..f11ca9f17a8 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 725d7f332ff..f6c61590c22 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ae9ee379185..849c5d594da 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dfca56aa979..a97a3e6162c 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 23e79929c68..d91ef36e2b5 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a0b22529132..d25baa43222 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b13c0e4696a..842adcf1f8d 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a9d5c0d0ecf..3c8ae129a51 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3d689cd42d7..84a8785b5d9 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6a17093a390..2ac5feb5c8b 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 07189cc5080..90dcbe3b70b 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8913a5bb251..3af067c20bf 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 07189cc5080..90dcbe3b70b 100644 --- a/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_interrupt_lld/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 247d04f7879..12f935099eb 100644 --- a/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 5bc4ee6dae9..771afe80b6a 100644 --- a/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1176bc4f357..d5c0fe52c50 100644 --- a/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 687a917d9d5..619ea82ddf9 100644 --- a/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 5f18d3984f2..614a3eadcd2 100644 --- a/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 2b428818f30..c2cb9df6166 100644 --- a/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8263cc879af..f4d8d6f8be6 100644 --- a/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5c29a6820c0..45ba2d1eda6 100644 --- a/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a96e0395d36..dc759e3737f 100644 --- a/examples/drivers/ospi/ospi_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM261X -DAM261_LP + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d5872b680d9..0fff8533d85 100644 --- a/examples/drivers/ospi/ospi_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DAM261_LP \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cdbe47c622c..c9b06db1ed6 100644 --- a/examples/drivers/ospi/ospi_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7cfabb579a0..80a18c1cb6e 100644 --- a/examples/drivers/ospi/ospi_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 45025de0ba7..95aaef4530a 100644 --- a/examples/drivers/ospi/ospi_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 934db9fe945..f1633cbd271 100644 --- a/examples/drivers/ospi/ospi_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9f23d78ad92..f5f2c593511 100644 --- a/examples/drivers/ospi/ospi_flash_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM263PX -DAM263P_LP + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 60840f09261..39b9b567d33 100644 --- a/examples/drivers/ospi/ospi_flash_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DAM263P_LP \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 8b7b3e168eb..8320f12b1dc 100644 --- a/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 69c3d112ab4..e015cc9707c 100644 --- a/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 4562b2defac..6fe084d9298 100644 --- a/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 3191b3e2821..e817ca3a028 100644 --- a/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,8 +90,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -105,8 +106,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2d564458e8c..27ea6b31264 100644 --- a/examples/drivers/ospi/ospi_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4c3696865d5..dfe76725b4a 100644 --- a/examples/drivers/ospi/ospi_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3c94bf58cd..fdb7f4c04a7 100644 --- a/examples/drivers/ospi/ospi_flash_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 4c3696865d5..dfe76725b4a 100644 --- a/examples/drivers/ospi/ospi_flash_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6c30cbe95ed..ef4c018237e 100644 --- a/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib - -lboard.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib - -lboard.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index affab83b9c5..ca2bf8487ce 100644 --- a/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -164,7 +165,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/ospi/ospi_flash_io/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 6adeea66f27..69a41e1138b 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 033b0e2a523..d6e30f02578 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 58fe1d546e7..3b223de8e98 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bb81bdf6854..25b274e118b 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 2bbf7e6d825..9a3daeaffcd 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 2af168f75a6..d828edb3fd0 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 99d5b2c3017..037fa5b80f1 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5dc01030075..7069a42f048 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 62fca8eea05..ce7c6afcb35 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_xip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_xip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e022e859f66..7951bf5e9c5 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b68f283a024..cbe225af18c 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM263PX -DAM263P_LP + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_xip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_xip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b2d32e6fcf8..63062234fa1 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DAM263P_LP \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 5984f4017c8..cb13b3ac674 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 463d78c1bc9..e41054ecf56 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index fea83562351..e2e2123a6ea 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,8 +78,8 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib + -lboard.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index b6be8ff3f7b..006e0132436 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,8 +90,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -105,8 +106,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fd8ee094d8f..19e398a37aa 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ad5f71e565e..48c60c716e3 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_flash_xip/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_flash_xip/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aa6e01b14ed..51f88a98917 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_flash_xip/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_flash_xip/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_flash_xip/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index ad5f71e565e..48c60c716e3 100644 --- a/examples/drivers/ospi/ospi_flash_xip/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_flash_xip/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_nand_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_nand_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0aa5a7cabf3..29c279ddabb 100644 --- a/examples/drivers/ospi/ospi_nand_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_nand_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_nand_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_nand_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9f40907e4b5..a51fbeecac7 100644 --- a/examples/drivers/ospi/ospi_nand_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_nand_flash_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_nand_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_nand_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 403ec926cc6..e0c9dfc92a6 100644 --- a/examples/drivers/ospi/ospi_nand_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_nand_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_nand_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_nand_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 803f1dd4fe5..7885be40cb8 100644 --- a/examples/drivers/ospi/ospi_nand_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_nand_flash_io/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/ospi/ospi_psram_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/ospi/ospi_psram_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 97ce6326830..fcff3cda015 100644 --- a/examples/drivers/ospi/ospi_psram_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/ospi/ospi_psram_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/ospi/ospi_psram_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/ospi/ospi_psram_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3a1207d8935..f2b8c21c437 100644 --- a/examples/drivers/ospi/ospi_psram_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/ospi/ospi_psram_io/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 013d65056ac..8baf84b9613 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 82ef9af2cbf..e6953f95293 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1dc5382c44b..771f1eb69ca 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 812ff4497b8..b8c1d0b9f83 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7209586b2d5..dc37f249f15 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 84605309162..2c91f665e71 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index cce0cb873d1..11577d4c9c1 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index ba23361a54e..9b3692f5537 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a8b6beb31e9..070a193d632 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e679f5ca97d..4af519e0fc8 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 49c7f0875f3..ab2197d7acb 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d4920559f3d..b1edb6d115b 100644 --- a/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_benchmark/pcie_benchmark_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 2c30ad48078..62ef97e2540 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index da002a1a5e3..de70ca4e3e2 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 82d509f6b37..3877f632794 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 433ef08d2d7..4dfaaef0fcd 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a63eb49030b..cc5440bd8a4 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c64fc406a56..5e52701d7fe 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 94ed9590a3f..da30a7b5df5 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 7aedb064c40..3d3dde3e6d7 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_ep/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a39c1f8194d..a8843a803fe 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 4c1a0ced306..80404f12219 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e291ef03bda..ed82505a2a3 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9863042c6e9..8b1a4a99b3d 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4641da3cd54..98acbc0ba77 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index dd2aaf7a92e..2dd8504cf53 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index edbbeb0208a..24f6ed5d96f 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index a950eb37512..75e562d2272 100644 --- a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/pcie/pcie_buf_transfer/pcie_buf_transfer_rc/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 15943182fbe..e1dc62bcb82 100644 --- a/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 3919dca4695..f29b79d3136 100644 --- a/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 38211f17072..a3d223060dd 100644 --- a/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a81fe50f6c4..fb8f5f71ce7 100644 --- a/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_enumerate_ep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index ba43767e3b0..baed5d929e8 100644 --- a/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 678b6ed405a..c48d1ee9f4d 100644 --- a/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7ce431ff4df..723b01561c3 100644 --- a/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index cce2a50b94c..43c9fa9abe4 100644 --- a/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_enumerate_ep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0d407a11d78..00081fe6170 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 4ede6ca13f9..b391dc33a2d 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8c0b69dab0e..69fe8cd5875 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0087f98d768..47726dd6568 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1adf2a4007d..4ee84fa2ad8 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fc89e605718..476d3a2a3a9 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index b956a9c1682..6f87f7d684a 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index f9e522e41de..d9ad548f0a0 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f98e862d0d9..04cb3204c2b 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7086f355e05..d0b70e32412 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0cfd6a12edb..b847c77fac6 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c4da5e41820..b254bb941df 100644 --- a/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_legacy_irq/pcie_legacy_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 245a4d9d415..2d0586835f8 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index a706aa82f01..80c9caa8ae3 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 050ecc72d00..ed13f8c522c 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4969fa2b2b0..d6e21eba9ee 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 77e2eb991c0..a92d621b6cd 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0231ebb470e..8c5db579421 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 06a0d377ef1..d02c6a39a7b 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index f1b330c2bf2..f86798cf581 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d8c7fa9756c..c3a689c86b0 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3afefe0acf6..59e605548f9 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 095f6e9adcd..ed9d2906e1e 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 66b2e1b6506..2cb0ce09e0a 100644 --- a/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_msi_irq/pcie_msi_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 240298ad45b..3c71ca5ad1a 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 20b1d7b09dc..8b5fcb9f608 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 592ea1eccf4..05800635cf7 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 807d3180d02..03fee69bf99 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1e47c53cd50..d51a69cfd67 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8f027806bda..331a48390e4 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_ep/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index e3dd4d5d08e..7f554818be1 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 94a119f17a4..69a0dd6bcbb 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index abc27790d0f..a083bc47868 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 26db15c9670..b0446a0e3b7 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e0add873bdd..8746d8da562 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0f94c334790..136b5438838 100644 --- a/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pcie/pcie_msix_irq/pcie_msix_irq_rc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fd54bd848b4..782a0b0094e 100644 --- a/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 536b47c26ab..5a0a3c79bbf 100644 --- a/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 841c14b7dfc..6f7c1ae6261 100644 --- a/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5f7c5642029..f20d884b17a 100644 --- a/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_esm_level_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d673e9fe4af..fed8856497f 100644 --- a/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index ea2046c8895..b0bd631cb20 100644 --- a/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2b144490cf1..8e2565b3698 100644 --- a/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f549e779168..4ea9f473ac9 100644 --- a/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_esm_level_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7ee7a15d5ad..1d77b41aa84 100644 --- a/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 99919118a3b..09cd4b2879f 100644 --- a/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d0391ab41a1..4150b1e834a 100644 --- a/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c8611a23bec..692901110bd 100644 --- a/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_esm_pwm_mode/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6b8524680a4..5063ac1d967 100644 --- a/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 198c1ba22f8..85b75d10b2e 100644 --- a/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,10 +115,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,10 +131,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5a439c82bad..f72863b3525 100644 --- a/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,10 +72,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,10 +86,10 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0d6d11de8f0..f2b8afdc258 100644 --- a/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_esm_pwm_mode/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9e9ad8db5c3..68416f5b964 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index b4203e496f9..fafd0477db1 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bb5b27a6bc0..41f506f6974 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d8c5cf0e672..c74e633df0a 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d8f50868d87..829181028a3 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 0ba49407b07..022758f3d23 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 13a15a10a13..2b195c8067b 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4c13cc4cf25..871ed43f541 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index af21f905a49..0f7b1deec6a 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 868d0ab308c..4649b1dec0d 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9593ab41640..96d64067864 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b146ce45f8d..d7e85e287f9 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index dd326e3ab7b..e424ddc330b 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index fae516c8862..b50820dacaf 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5aeadb0741f..ec933d61df5 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 21e97741a3b..d46e5ed2558 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 01c6957be1c..f39cbd52cb3 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 50cd02d554b..2889cbf169c 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c3e5bfcc858..e7dfc57d75c 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e4c669d41ba..0e91dce59ab 100644 --- a/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_qa_watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2ab7429fe21..a6abfef0a09 100644 --- a/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ad082f8c642..0faa0f1fb22 100644 --- a/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c3baaa2afb7..cd46e120b09 100644 --- a/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0e507580b31..a226141c88e 100644 --- a/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_trigger_watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 52700fbae30..94d73d22946 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ba4c49fd9cb..a82d9c06e89 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3c830abdf94..7dd970da37b 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_derby.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4958b852dff..71c93b12f08 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_derby.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_derby.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ced1f8416f1..b864f61e038 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index b0ee4add3e1..f1a3bfacee6 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 07f3413dceb..0dbe91c92b5 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f7e452d0152..a1f25965b36 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cb06824051a..ee3314ec972 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 77f4be7150f..2fee3a57016 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 16a95fda44e..4aabd3f9d36 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4b730955c5b..0186e6910b5 100644 --- a/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmic/pmic_user_reg_cfg/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 8c223ffe709..ec187336e40 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 5f58cefc992..c930cbf476c 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 046d32692e8..1e2ef2aaa40 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f5cd1492ecb..2a52454707d 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index 69f010f1be0..d64a0542978 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 8586fdd2faa..6bed3ecb11b 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index c039db692f6..2d5911dc6f7 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 8b3844e3d05..49767019b44 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec index e9d9d5875a6..28d98ec2322 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index d921a0a0ea7..9b45bf24a0b 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 292dd1af428..603fc42750e 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 61524738dbe..3bdae65d9c1 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec index 70568954047..fdcee64856d 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile index c7abbd67251..c8e8f092a63 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 9f6c27533bd..89b639aa3ca 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index c8e4750c909..118b8ce4177 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 59fc413617f..4bc549616c5 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 6d06242dd10..bc3de4f3890 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2011e5a63c1..7738a90e5a8 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c1c2e19d4dc..9c7cb5cee66 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index 7d35fe80858..81ea83bf539 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 2eba97ea75a..db9f63e558d 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index fc3faf8c597..83344263bfc 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index aff4ff9dc91..004eb2cb87f 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec index f404ed22a72..9f40843cbb0 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile index 9be6a8f89e3..4bf947f3546 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 8fc9615a000..a490636f295 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 3cc64d8b4b6..40079b9f72f 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec index 7c6163c6344..9d14c20e58a 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile index 7642c199b44..d9443acf976 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 7492fe74391..e35d4e219d3 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index dca7b1e2006..e9a619e4e99 100644 --- a/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9d958e47b8a..17a820162d9 100644 --- a/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 95ab8c94d4d..b89fdb83c04 100644 --- a/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index f604e1645cf..5148c688519 100644 --- a/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 7695865fb7e..6c237f4227f 100644 --- a/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 65495ffaad4..7ee3087723d 100644 --- a/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 64cfffb76b1..e086f4adef4 100644 --- a/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 6506757082d..5fb7c111bdd 100644 --- a/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index f29ec516112..924992aaa1d 100644 --- a/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2c18356564a..e8ded094dd7 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index aedbc29c845..799a3ea62cb 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 34c030b8e68..391a4aad13f 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index a6e43ee980f..9cc44e557e8 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 086919d32d9..225943d90f3 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index b87822da1da..f4e617744df 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index bd4bfa88a7a..cd4b9e77b7e 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 2a777ca30fa..4e96c73b757 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index edf6f784b60..1e9f7d1f9a0 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1e3271a7c3b..7d028e875e4 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index c203f43f1c7..a40a8767bf8 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 2524b32c387..f359af6b925 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index a84bd2a9d7c..06dfb283fdb 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index fdb6007f80a..ec5f0050d01 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index c5e14dd58e1..04a39c9bcd3 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 13001a5acc2..b6469100dcb 100644 --- a/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a3e7be5cb41..6fba23c3d05 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 81aa127d726..a415dd40eb8 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index f8a5d02ea76..da0a5c30dd7 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 2d39bde9521..76bd8d13d89 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index c6527e8b518..214f4b4910e 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index e2e0a50ee3c..97451caa529 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 420bbcc3f56..667bd5ca6a0 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index fc0b157f17c..036096b4807 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f6406ced0a8..07cc1fdae61 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 81aa127d726..a415dd40eb8 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 0bb1b031706..5bfbc7a407e 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 2d39bde9521..76bd8d13d89 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index b6087d35935..f8df8cc6b90 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index e2e0a50ee3c..97451caa529 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index ef3d48d69c2..dce4df0e940 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index fc0b157f17c..036096b4807 100644 --- a/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9c26ccbd783..c3b932ea050 100644 --- a/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index aac252291d2..09902b3dbb4 100644 --- a/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 2938ab3f008..ea0ffb520c7 100644 --- a/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 878424619cc..b04b11e11a7 100644 --- a/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f86676a2e8f..4871cae846e 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 49ef12f763e..afc111da3ca 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index a74935114e6..8e31790a866 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index c2e813fd3b5..6239d44eda3 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 7c28fae972f..2cd937877e8 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index dff250d0173..4f3e5a5bac5 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index f4bb24b5dca..3ef6cd6ecd4 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index d5593ba1c9b..e90dc31d6e1 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f4d0978ab3a..26198fd5aeb 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 49ef12f763e..afc111da3ca 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 16b6552c81f..b87721c635d 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile index c2e813fd3b5..6239d44eda3 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 0c139a7a4fa..49319a3e2da 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile index dff250d0173..4f3e5a5bac5 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec index f3f80a84443..dd566b24c9b 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile index d5593ba1c9b..e90dc31d6e1 100644 --- a/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/pmu/pmu_multievent/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 72d5aa1e006..345b1f7b016 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index af3676fca11..1c3d0cfceb3 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2814c4832ba..f37b235641f 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 209c68cbad5..121f6459f99 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cdd5dc9371f..bb8e32a4692 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index af3676fca11..1c3d0cfceb3 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index edd2a37df1d..48f623db902 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 209c68cbad5..121f6459f99 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 807ca4996fa..1809ae79a4f 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8fb3795a057..ad3e78c3d16 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8a38e8f235f..8ab4b683877 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6b403026fda..e69ee31ac65 100644 --- a/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fb33c61b46a..6f71a4fe5b2 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 8f7af7f7bd2..4f0dd7b6b11 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1cb246403c4..f2474ea6c72 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d5b3ca4550c..f6da8233335 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a8499098de4..b218be10f95 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 8f7af7f7bd2..4f0dd7b6b11 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 302aa3f52e9..729a9bb9b95 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d5b3ca4550c..f6da8233335 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index db89d707777..66866d7acd5 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ee5902c7530..4d7e04bee0c 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cc54b386c81..398a6afbf1e 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d4240822a3f..4e65df6b3e2 100644 --- a/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_diag_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4a09bf6595c..e306cbe39da 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 2075fa217f8..99486912877 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 072565bf255..98f0e997584 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 621ea2032a1..59c34cfa0c8 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 99cdc689aca..3baf0592121 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2075fa217f8..99486912877 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5b4474016c5..2c99c5ec262 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 621ea2032a1..59c34cfa0c8 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5f4ca4021b7..35cc6df38de 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 16306d3660b..7b6a7d8d571 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e168e14409d..439e2480413 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9d3eb691494..24b11d42c43 100644 --- a/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4eaa9ea1b18..f877dce2732 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 49cabbeb7c4..50cf1c07ecf 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f4640dd8383..8026af7a879 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f55c43d346e..44106af6266 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e7578668f84..07a5a0cc0e0 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 49cabbeb7c4..50cf1c07ecf 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5fb6f259ea4..5afc960d3cc 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f55c43d346e..44106af6266 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 30996724ce7..d8060988583 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d4ceb188542..2b40de7d35c 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1022f44e574..ca8f5904cca 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 08b02c42f3c..ea26fc60e9d 100644 --- a/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_dma_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8746a3b5cdb..333ba622dff 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -llittlefs.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -llittlefs.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index af33ef51c4e..6cea9bb8a21 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ab29dfd97c1..63ae4870e56 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -llittlefs.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -llittlefs.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1e6b3504dbb..daa3c121e7b 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_file_io/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e95120879dc..48c7a440001 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -llittlefs.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -llittlefs.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index af33ef51c4e..6cea9bb8a21 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a0a22fd11c5..a8cb74901b2 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -llittlefs.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -llittlefs.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1e6b3504dbb..daa3c121e7b 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_file_io/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7edc9e8372b..1c684a4cb10 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -llittlefs.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib + -llittlefs.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -llittlefs.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib + -llittlefs.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f3a54451dd7..05d46806641 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -llittlefs.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + littlefs.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 786ededf711..7db084f2f5a 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -llittlefs.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -llittlefs.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -llittlefs.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -llittlefs.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3a547f7e0e6..c0b70ba0b6b 100644 --- a/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_file_io/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -llittlefs.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -llittlefs.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - littlefs.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + littlefs.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4e901bc4c33..d5ef17019f5 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index bf99634ec5c..0e3d59e065d 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b02c1fddc07..daca4eb5237 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 537fb785947..1dcf5bb52e8 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b85be7967ed..f859e09255b 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index bf99634ec5c..0e3d59e065d 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 82f7dfbbd5d..03df0bbd8d5 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 537fb785947..1dcf5bb52e8 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b7ee1a5460d..707baf0bda2 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ce0700bee73..433c988ee89 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8f7676928ac..483a59ab978 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4b6640c7a5f..0be602d7dd3 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1ca1440a205..a1557230650 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 76e7db71f00..4e53d7d7b34 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bbacb697586..855a59fade0 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 96929145dc3..affcc80428e 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0428365ecea..5e680a364bb 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 76e7db71f00..4e53d7d7b34 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3dd2702827f..05b2d387975 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 96929145dc3..affcc80428e 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2f6089d8174..afb4d04f518 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8ca53a933e2..9b2f161c4f5 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index adcf98a13f0..35b1167fde1 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1756e350bb1..c4e00a6a9ce 100644 --- a/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_interrupt_lld/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ba8bae4eb22..e083d635bb5 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 912f944ac4f..960cafc490f 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0fa6b60a146..2bc8d8fa162 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b4f73211c1b..9e7253615f2 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_transfer/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5b8fcca4dc3..732f0081072 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 912f944ac4f..960cafc490f 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 046ae1e3c94..b48a0d76119 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b4f73211c1b..9e7253615f2 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_transfer/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 91969f5d77f..dba952bcbe1 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f9ef2f10bfd..1f09701a269 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 967d916da48..a3b44e00d5e 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 22315ab9baf..043f29ba50a 100644 --- a/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/qspi/qspi_flash_transfer/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rat/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rat/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4bc3669e47c..d2c9b6d4630 100644 --- a/examples/drivers/rat/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rat/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rat/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rat/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 10156d98ca1..cfa15bf21e3 100644 --- a/examples/drivers/rat/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rat/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rat/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rat/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 14681d4335c..aaaca644de7 100644 --- a/examples/drivers/rat/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rat/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rat/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rat/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 958791787bb..28599386ca4 100644 --- a/examples/drivers/rat/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rat/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rat/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rat/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ece24fdd55e..c7f8022553d 100644 --- a/examples/drivers/rat/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rat/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rat/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rat/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e53d9939377..5983e680742 100644 --- a/examples/drivers/rat/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rat/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/resolver/resolver_angle_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/resolver/resolver_angle_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1463583bd3b..e969a0d3f87 100644 --- a/examples/drivers/resolver/resolver_angle_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/resolver/resolver_angle_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/resolver/resolver_angle_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/resolver/resolver_angle_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 06a93e4626a..232cf7b952f 100644 --- a/examples/drivers/resolver/resolver_angle_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/resolver/resolver_angle_speed/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/resolver/resolver_diagnostics/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/resolver/resolver_diagnostics/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3e4eaa0331d..1e1a71d6a2d 100644 --- a/examples/drivers/resolver/resolver_diagnostics/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/resolver/resolver_diagnostics/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/resolver/resolver_diagnostics/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/resolver/resolver_diagnostics/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b702a348d15..cf401b01d95 100644 --- a/examples/drivers/resolver/resolver_diagnostics/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/resolver/resolver_diagnostics/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rl2/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rl2/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 791bf315793..be5676af360 100644 --- a/examples/drivers/rl2/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rl2/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rl2/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rl2/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f565e7fced1..9bf761b34d0 100644 --- a/examples/drivers/rl2/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rl2/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rl2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rl2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bf0697c28d9..3423ff5b7b1 100644 --- a/examples/drivers/rl2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rl2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rl2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rl2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 05de6b65db6..504b2808bef 100644 --- a/examples/drivers/rl2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rl2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rl2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rl2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 018a6bfecba..2cb6d9f4932 100644 --- a/examples/drivers/rl2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rl2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rl2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rl2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 74fb4a06f34..c37a17b707e 100644 --- a/examples/drivers/rl2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rl2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rl2/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rl2/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4ab15ad2730..ca2b1ac60a1 100644 --- a/examples/drivers/rl2/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rl2/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rl2/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rl2/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 66a8ff31fc9..a15cc931e4a 100644 --- a/examples/drivers/rl2/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rl2/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5a9dac0c296..5cd60802551 100644 --- a/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0aa9969184c..a6a40225a23 100644 --- a/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f3ae7a9cf26..1262565f20f 100644 --- a/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ab4e37e42a7..7062fd464df 100644 --- a/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 02252fedcb9..0fda715e1b8 100644 --- a/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 67fb3c00110..fe99961cca9 100644 --- a/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5c1d2c7087a..5502c5a0869 100644 --- a/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c3f3ad9b2de..d2f5297ca32 100644 --- a/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 62152463999..0b8cfad0097 100644 --- a/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index e8dffd220c3..f00e8b3ae27 100644 --- a/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9ad6345aba7..d473294b048 100644 --- a/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1f65804643e..c5b4813cba3 100644 --- a/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cea6a6435d8..57e7fe807b4 100644 --- a/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e8dffd220c3..f00e8b3ae27 100644 --- a/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 74be7c11863..48e4a444c51 100644 --- a/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1f65804643e..c5b4813cba3 100644 --- a/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4396ce56bf7..d96233d6896 100644 --- a/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 82b829b2db6..63309df7360 100644 --- a/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d76ac9a388f..a846b78e0e1 100644 --- a/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b73a4b8fb08..64a99d586d0 100644 --- a/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/rti/rti_led_blink/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/safety/reset_isolation/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/safety/reset_isolation/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 158b84a483a..49153bfa5db 100644 --- a/examples/drivers/safety/reset_isolation/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/safety/reset_isolation/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/safety/reset_isolation/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/safety/reset_isolation/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 9a092dfc3dd..dc3bf6dc7ee 100644 --- a/examples/drivers/safety/reset_isolation/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/safety/reset_isolation/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 58597327667..6a73d6e6bef 100644 --- a/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 4ac1d77b59b..7ac56c1b267 100644 --- a/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5a1ff4ef88b..11521d3cd96 100644 --- a/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a7ad85f33eb..d48e190a7ef 100644 --- a/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/safety/reset_isolation/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/safety/reset_isolation/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/safety/reset_isolation/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 12e93fd5f26..8e5aa33c642 100644 --- a/examples/drivers/safety/reset_isolation/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/safety/reset_isolation/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/safety/reset_isolation/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/safety/reset_isolation/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 37195bea7bc..0011b06d511 100644 --- a/examples/drivers/safety/reset_isolation/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/safety/reset_isolation/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/safety/reset_isolation/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/safety/reset_isolation/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8e8e7e705c9..909c6b95c31 100644 --- a/examples/drivers/safety/reset_isolation/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/safety/reset_isolation/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/safety/reset_isolation/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/safety/reset_isolation/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ca7731c50d0..83631ba6c46 100644 --- a/examples/drivers/safety/reset_isolation/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/safety/reset_isolation/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index c7e6607da18..398eefd327a 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 1649fce9e30..434756f1f33 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index cac522aeb4c..38a79f51a61 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 678deef4691..a80997a0c4a 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6ac3df37ac3..76f784a58bf 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6f04aad6e79..f3e2e99e26f 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/safety/reset_isolation_ipc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/safety/reset_isolation_ipc/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/safety/reset_isolation_ipc/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index e49b1870259..7f76cb6186c 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/safety/reset_isolation_ipc/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/safety/reset_isolation_ipc/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/safety/reset_isolation_ipc/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index efc9a7e4054..49fa2db1609 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/safety/reset_isolation_ipc/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/safety/reset_isolation_ipc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/safety/reset_isolation_ipc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5981c6f2dfa..e8d09ad3cde 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/safety/reset_isolation_ipc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/safety/reset_isolation_ipc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/safety/reset_isolation_ipc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 4bcb05722ad..6ade210f568 100644 --- a/examples/drivers/safety/reset_isolation_ipc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/safety/reset_isolation_ipc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0152f95fc4c..fd561f23d85 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 83734151470..749c5d1a9c3 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f23bd82dc93..a0a6ffecbca 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2c512a73bb6..5bc51056715 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_ccs_init/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index ec35645636e..7225c5ebd6a 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 120b4920ba4..fbc9c861a35 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3f3de4d2093..36271675e59 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4ae91a4ec05..35cab02c9a8 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_ccs_init/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_ccs_init/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 647ff2d5911..c7cd1d77cce 100755 --- a/examples/drivers/sciclient/sciclient_ccs_init/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_ccs_init/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_ccs_init/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3f8943e45bb..7e184fff9bc 100755 --- a/examples/drivers/sciclient/sciclient_ccs_init/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_ccs_init/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_ccs_init/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9d30d343178..4ae86e6bba5 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_ccs_init/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_ccs_init/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_ccs_init/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 3f8943e45bb..7e184fff9bc 100644 --- a/examples/drivers/sciclient/sciclient_ccs_init/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_ccs_init/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index d9ea91f4ab0..64fe4208f98 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 2cf53b9adc2..1001331cd60 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 1495eeab10a..682e30a2984 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index f02dc62fc73..8aa22b0bc94 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7b60964b923..3465ff755a3 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a2d18ea7799..c6923654088 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index aad20bdd016..6fd2cea7751 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index e7fce8f948c..d0c734bbd43 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index cfec6692e0a..30f98f2ff79 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index f99448e33b5..6c89c74845b 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec index a5f535bd9b2..4414599be55 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index b399ed35c1b..5cff296118c 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 838409438dc..43e980bad17 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 472089171d3..4aab2e39181 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec index 3a6b1925631..39de4a49e1c 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile index 0656f050889..3c471305b83 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 20d59c38ad8..5cd5e12a660 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index bd7fb0a4024..48f0dc1918d 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 111a3bdf1e2..f5457af6ae0 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index ec69a9f5a35..32a84a6a467 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 715f1fcf230..4004a7a02a4 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 8cd339c53f3..3135fff04b3 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d0f1516ae58..2619e71db07 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4bc0b879c12..3b17f8c76c0 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index c69fb27136f..b833d109f75 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 994f6955957..ce9e88c7c85 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ab90bc719c6..06f0304b5b1 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index b0da9a83795..6999fd2d328 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec index fb320c61680..18ed451b5ed 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile index 24a84e91a96..6ad0be519ae 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 20a6c9dccb8..93417f36d3e 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 7fced5820bd..a93208e6ed0 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec index 5d7ae12aa18..8a22653e085 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile index f20a511cf96..e62894c4520 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 0a142beab35..cc7517381ed 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 9b43a6e6ca0..40a90a021ba 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index edd055e8174..27826dbf7d4 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 6eab5176abd..73f1bcfab1e 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 7bdc8ae6f6e..904e69d332d 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,7 +82,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 89e6d121366..44fb8727539 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,7 +109,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 9728359f7ae..78286089d93 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 5e44bb0e6d3..51d8dae0927 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec index c255952e0ca..49411b14778 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,7 +82,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile index 120576902f9..a4fe2404999 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,7 +109,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 6b047515f64..70e875331e4 100755 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 934ac200597..a210a2da6e3 100755 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 115cdedaaf3..a600d32bbb0 100755 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9cf1f9ecad4..4696a1eac71 100755 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index bd6a51c4d17..d5d384dd573 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index ba8b14373cb..647dd507aed 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index a28a3c85beb..17248ef4061 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index f9a334dcc8a..7d89fc73d17 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index bcc4e5236d9..ef42c0bea94 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index 7bbbd1134a9..221727e3751 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index ce443d0b9c6..794e857ca2e 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 6eab5176abd..73f1bcfab1e 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index a650300f711..6bfec850eea 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,7 +82,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 89e6d121366..44fb8727539 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,7 +109,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 4d91cb88cac..ca2b38e5e9e 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 5e44bb0e6d3..51d8dae0927 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec index 1750e04ab85..dc3ff119ea8 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,7 +82,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile index 120576902f9..a4fe2404999 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,7 +109,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index b08d1eb0738..0e176652207 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 934ac200597..a210a2da6e3 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bbe835f7335..954bdbe63af 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 9cf1f9ecad4..4696a1eac71 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 6c00804da10..808b043805b 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile index ba8b14373cb..647dd507aed 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 06a24cd4538..1a4d7b842dc 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile index f9a334dcc8a..7d89fc73d17 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec index f4837af6c29..b8594aae8eb 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile index 7bbbd1134a9..221727e3751 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a62dc7161f2..8132d4af207 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -104,5 +105,7 @@ + + diff --git a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 45f8a44eef1..58aee565004 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -165,7 +166,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 7d0c3e5abca..97fe8fed5a9 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_1" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -104,5 +105,7 @@ + + diff --git a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile index cb1661ed005..58b9a5789d2 100644 --- a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -165,7 +166,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-1:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/sciclient/sciclient_get_version/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 34bd8b70f1f..95423a98c7b 100644 --- a/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " @@ -100,5 +101,7 @@ + + diff --git a/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index 59ed7fb92d5..ca9a56cc9dc 100644 --- a/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -161,7 +162,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/sciclient/sciclient_set_boardcfg/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 534ec9a9389..65c6f4c6c29 100644 --- a/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1b41d1d016f..fecb9a04ce9 100644 --- a/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 99b68629f99..849e085dc2c 100644 --- a/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 667d1c7f2bd..e85b478a42b 100644 --- a/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_ecap_loop_back/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_ecap_loop_back/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_ecap_loop_back/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 561ad29aa6c..3abfa94b46d 100644 --- a/examples/drivers/sdfm/sdfm_ecap_loop_back/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_ecap_loop_back/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_ecap_loop_back/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_ecap_loop_back/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c8e0760b1ac..5f757ca43a5 100644 --- a/examples/drivers/sdfm/sdfm_ecap_loop_back/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_ecap_loop_back/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b9f7b1110a4..28e9c757e6c 100644 --- a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index b74435523bf..fe326bece9e 100644 --- a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 81ded21ca6b..62e8b2a6e13 100644 --- a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 751268998ae..5ef6f5d1a3c 100644 --- a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 99f471d428b..66d59682442 100644 --- a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e8937112b23..f3dba1b1092 100644 --- a/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_epwm_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4f3ed0526b3..e092d2cf6ba 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 460bcb5ac33..ff6ebaeabc0 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 13da68b19a0..af9ecc5d58e 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 264389480bb..6be3e4092ca 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a64a9694c61..7e1317fb1c9 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 783304e42dd..f73eadf4c66 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 57f703f94c8..c2754b1bb65 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index df10ba1fa6c..4507022d4f3 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0c5c9d728f6..394a000955c 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c0a1cdbeeb2..c4c8a8ea7b4 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8ed37b2758f..be6e3295b10 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a52dfcbf01d..6208d605b95 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a6ee116e74b..3594c253f12 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 49508c5e8c3..ec38c4d6cac 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b2fcbdc3cf7..97388b5f853 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 49508c5e8c3..ec38c4d6cac 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_cpuread_single_channel/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4e12f84d541..e671b58d9e4 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5000805d295..b50662edb89 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c606196d8ce..cbbbc191efd 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 828f026c1fc..0dae76521a1 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ad09a2fbcc0..5c2a93f3afe 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4e87c8c53aa..b28cec67c6d 100644 --- a/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/sdfm/sdfm_filter_sync_dmaread/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 9a8f33811c7..28fc6138edc 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index db5cf2c7e6f..94bceef790f 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bb3474ce64c..bad4f142456 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6960ed899e1..e8ef4ea6e8c 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index 9d9513c8070..9f24af27860 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index c764bc7821e..c9a7a70a1ba 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 4bef0ad98d3..513da4dc148 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index f56acfbf837..7f08bb71318 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index b67c8bae2fd..1902a407889 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 9dde31e4c84..f380b48c4d6 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 38d2ac2600e..80a08246314 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8053b0061da..8d20c42f8f2 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index fd2453adbed..4724e205461 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 9068da925ad..99745772d16 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -93,7 +94,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 153d9926f9c..aac8b3459ae 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 0c8efcf2f47..7332260470c 100644 --- a/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bc37abf67b5..6048893ba6d 100644 --- a/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4101619ec91..b25c60496fa 100644 --- a/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 98037bae3eb..c886c597419 100644 --- a/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 62989bf837e..f360d13c641 100644 --- a/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6fee8575608..d38d191d657 100644 --- a/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 8e1a994015f..855a945891b 100644 --- a/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 47524ffca52..ee59727c700 100644 --- a/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 5b702ca71c1..ff3a23f7434 100644 --- a/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3dc4a4fb3c9..fb167060454 100644 --- a/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7b29bdf741d..45abc130e5f 100644 --- a/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 51b154442be..a13141005cb 100644 --- a/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index a405670ede4..2a27c15a56e 100644 --- a/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 07c485e1959..8d00371dc6b 100644 --- a/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f01e513ac3f..c21c74f683f 100644 --- a/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 6d18d276c21..64ba5bc2d2a 100644 --- a/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 6258d6bf664..2e8d21e4f05 100644 --- a/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 511f1151cc3..31364be6b5d 100644 --- a/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 22bef1f99fa..9abf7ac487d 100644 --- a/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 0b3fb89229b..f7d51a1423d 100644 --- a/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 9f2b8e09c09..d47dcaa28c5 100644 --- a/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 86878333ccd..63bed13208a 100644 --- a/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 22bef1f99fa..9abf7ac487d 100644 --- a/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 8cccf629577..ac74c987128 100644 --- a/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 9f2b8e09c09..d47dcaa28c5 100644 --- a/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4e7488c62a8..cfaeef2b5c8 100644 --- a/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 56e964e9b34..21bb0109f17 100644 --- a/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e4b8924767e..690ee3ab59d 100644 --- a/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index ac6eeeb4bc2..360dc3835a1 100644 --- a/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/spinlock/spinlock_example/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_context_save/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_context_save/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f5efcf5e620..4b5d821f4a5 100644 --- a/examples/drivers/tmu/tmu_context_save/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_context_save/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_context_save/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_context_save/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5bc820bc55b..a70451c6741 100644 --- a/examples/drivers/tmu/tmu_context_save/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_context_save/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_context_save/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_context_save/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b0213366a12..2207252b228 100644 --- a/examples/drivers/tmu/tmu_context_save/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_context_save/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_context_save/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_context_save/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index de9da971b07..f68b9d7c77d 100644 --- a/examples/drivers/tmu/tmu_context_save/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_context_save/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_context_save/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_context_save/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 28f62cdf4d8..416d8417ba9 100644 --- a/examples/drivers/tmu/tmu_context_save/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_context_save/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_context_save/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_context_save/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 89cc7a8ad75..3f752d97168 100644 --- a/examples/drivers/tmu/tmu_context_save/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_context_save/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_context_save/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_context_save/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 694580b7652..ef210e98d3a 100644 --- a/examples/drivers/tmu/tmu_context_save/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_context_save/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_context_save/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_context_save/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0ac09d1d124..c42ba39f915 100644 --- a/examples/drivers/tmu/tmu_context_save/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_context_save/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fde6a8a8e69..a3edcc4cad0 100644 --- a/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index db83a738d71..8dfbbdad84a 100644 --- a/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 5ef4f64279d..3ebd99cb0fd 100644 --- a/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index cec92fcaeb2..0a0bc164e15 100644 --- a/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2a916c43b61..1919bded0f9 100644 --- a/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 04ce5ada97b..9d4fced3a63 100644 --- a/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 340f81f406b..2eef892c341 100644 --- a/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index f158ceccb4a..4a5e0bce40f 100644 --- a/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 60bc015ca02..50b335e7e61 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9883ca97f55..3e57793bf68 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index f09c8d242c8..3e03bb6f453 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 0b65ac39b63..577d4a58318 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 0f53c60285b..4851c80d239 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 202867ed235..23199fcb93a 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 10fefa07c31..a1984716701 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index fea728e63a6..c53dbe2c0b8 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9915f7cbde0..4797e832ea1 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 859765b3add..d9858f0ef2e 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index f3df150fe28..9e7eed73852 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 1afbf87cd54..09bf9b6b32b 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 5cecfaafb2c..c53edc302c9 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 06389154b83..3ba94aa39f1 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 5f3c5105c4c..0fea4c2de0d 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 92c8f0ad67f..98739d4a9a3 100644 --- a/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_cores_support/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_operations/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_operations/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ab6699802ee..bcb2dbd5eaa 100644 --- a/examples/drivers/tmu/tmu_operations/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_operations/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_operations/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_operations/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index eed7af28afa..265663e55d1 100644 --- a/examples/drivers/tmu/tmu_operations/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_operations/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_operations/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_operations/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4df80679e86..ce3de0e746b 100644 --- a/examples/drivers/tmu/tmu_operations/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_operations/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_operations/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_operations/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2206be985b0..22062bdef80 100644 --- a/examples/drivers/tmu/tmu_operations/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_operations/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_operations/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_operations/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 12db839a67e..f0fab11f868 100644 --- a/examples/drivers/tmu/tmu_operations/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_operations/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_operations/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_operations/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f7a3e82c28f..ea141a944e0 100644 --- a/examples/drivers/tmu/tmu_operations/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_operations/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_operations/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_operations/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 37d733046e1..845365cd7a5 100644 --- a/examples/drivers/tmu/tmu_operations/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_operations/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_operations/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_operations/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4b5ec085191..884ed09610b 100644 --- a/examples/drivers/tmu/tmu_operations/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_operations/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_park_transform/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_park_transform/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c4186c780d9..054c6d059d6 100644 --- a/examples/drivers/tmu/tmu_park_transform/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_park_transform/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_park_transform/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_park_transform/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 15b9ff33f63..644b0c4f48a 100644 --- a/examples/drivers/tmu/tmu_park_transform/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_park_transform/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_park_transform/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_park_transform/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1f28173950c..550076901b3 100644 --- a/examples/drivers/tmu/tmu_park_transform/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_park_transform/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmathlib.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmathlib.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_park_transform/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_park_transform/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 037919c6587..0ea3cfdcfa4 100644 --- a/examples/drivers/tmu/tmu_park_transform/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_park_transform/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_park_transform/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_park_transform/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0dbc461ebba..a8ac2dfb624 100644 --- a/examples/drivers/tmu/tmu_park_transform/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_park_transform/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_park_transform/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_park_transform/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9eb61a27fe4..5f4794c1ea0 100644 --- a/examples/drivers/tmu/tmu_park_transform/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_park_transform/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/tmu/tmu_park_transform/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/tmu/tmu_park_transform/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8894dde7d6a..b8a049ae108 100644 --- a/examples/drivers/tmu/tmu_park_transform/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/tmu/tmu_park_transform/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/tmu/tmu_park_transform/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/tmu/tmu_park_transform/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 88432245429..751dbba120f 100644 --- a/examples/drivers/tmu/tmu_park_transform/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/tmu/tmu_park_transform/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 50197fc82e5..5f44d5bc39e 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 22a10219ac6..0d9918a6ced 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 8ac8380b165..71f6aa4774d 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 73ff686d0b8..b7a4d593252 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7adc80288a5..24628f657d7 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5ff8d70e4f2..79624fa7b31 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 99eb8219a52..80733ab93b4 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 7b6f3d62119..d17411ca8ee 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e12eef530da..693aa0554ab 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6a75cbeb0f9..315c67b6f5e 100644 --- a/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 792f19803f7..072971c5fc9 100644 --- a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 3715b102d4d..311c5c16b36 100644 --- a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 89b163f3c21..77ac8a73d83 100644 --- a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4de4345eda4..2e553d0771c 100644 --- a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 7989faf187c..a6ce5e469da 100644 --- a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 5f7d37df7a2..438c6ca24e1 100644 --- a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 71a5fcce0e0..4d0fa26a1d1 100644 --- a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ba3ea3fc14f..9be153da0c2 100644 --- a/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ee7e96968a1..45684299f54 100644 --- a/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e76ffebb841..98924d089c7 100644 --- a/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 181bb28a6a2..7a4a23c1257 100644 --- a/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 38e7be30a07..272acdf6444 100644 --- a/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f64dc9176ba..0420257bf19 100644 --- a/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index adb95b50ce5..d5984ea6988 100644 --- a/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d38e18b0c57..aaffca116d4 100644 --- a/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d075457af52..16403fab44c 100644 --- a/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 11dc83def8f..0d8617ce994 100644 --- a/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 614f0bffa7b..1fa7c4e0edb 100644 --- a/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 69cf3e9b46b..08fefacff04 100644 --- a/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a38cb775e80..5cef56f3e63 100644 --- a/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c4d107f0bce..44d8a014902 100644 --- a/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d0b2a255768..75cd4ca3aff 100644 --- a/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 86e7af12d15..864b6c44cf0 100644 --- a/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1a669be1530..e2c61d83f6f 100644 --- a/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ab084110605..34dbe618e1b 100644 --- a/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c2e942b9c25..2df0ef4d1a6 100644 --- a/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 78301de5409..0ef5c3b551b 100644 --- a/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9076c0acc32..fbdc4b5f084 100644 --- a/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3e3a670086a..4a5bd2886a8 100644 --- a/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c2e942b9c25..2df0ef4d1a6 100644 --- a/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7a34f4536bc..12274e81bf2 100644 --- a/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9076c0acc32..fbdc4b5f084 100644 --- a/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/uart/uart_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index bb3421c2c23..0478b1515f1 100644 --- a/examples/drivers/uart/uart_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/uart/uart_echo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/uart/uart_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/uart/uart_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile index c91b70d3199..abc342d2c6e 100644 --- a/examples/drivers/uart/uart_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/uart/uart_echo/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a06f8edb4c6..985037c1e70 100644 --- a/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 914e51fdef0..08f548cb65e 100644 --- a/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 52be3c606d6..ffd72c1a9a7 100644 --- a/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ad350725c09..1372610a61b 100644 --- a/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 819e2a54484..66adefd9317 100644 --- a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 9679437f10a..bcd80c319ea 100644 --- a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 3d7c97dacab..829f1088192 100644 --- a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index fe438b6eaea..bf8af9df477 100644 --- a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index ffd23160845..d804fb38eb2 100644 --- a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 9905b85431a..b57dadd5763 100644 --- a/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 73f205b1744..0eecfbe1227 100755 --- a/examples/drivers/uart/uart_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 7c1a90a9f54..7036e064ace 100755 --- a/examples/drivers/uart/uart_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 530b80f5d87..d4c17d3e022 100644 --- a/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 893f41bf925..9bb89399c6e 100644 --- a/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b9ac8acaaa1..c35f48fadd4 100755 --- a/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 90ee2766085..962e5d1e0e4 100755 --- a/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index baa79ee29a9..5c2f1a5ab85 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 9679437f10a..bcd80c319ea 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 1bbcccbb0b5..51e038074e4 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index fe438b6eaea..bf8af9df477 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index bce9c040932..70e16873ab5 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 9905b85431a..b57dadd5763 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 2fc892c8c23..556956c3389 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 7c1a90a9f54..7036e064ace 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fc3b768b25a..46deb946ecd 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 893f41bf925..9bb89399c6e 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 30721e3ca97..340f9be14a7 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 90ee2766085..962e5d1e0e4 100644 --- a/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 99c1cf6deaf..7c5a9681bda 100644 --- a/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index c451d8b3519..3b4afc86f5e 100644 --- a/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/uart/uart_echo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index a067350b737..1d989853bad 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 1ace536132a..7a70900de45 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 277fb124860..f91dd462018 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 9ae28591d50..5528a588c91 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 194bf9545d6..7653a53167a 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e27e1faf6a5..17d655c684d 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index c3e8a58e9af..19ae214d67b 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 5986a693f8e..6333066ba81 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 03367515eb8..0a0225ceb73 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e76e532c837..d06d371de8d 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 0bdf2708679..30a551b6c79 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 71a23459bc9..7e26c94e99f 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 714a45eca88..d8989e95451 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 24036cb7a77..0c46fe2f3d2 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 6bb344d9f0e..bf5dbd07d07 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 96181702b19..60567c6de42 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b404c799273..20e14e07ec4 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4c7b8ba1930..59250405d61 100644 --- a/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 63db51e17e1..3cb8d34a7f0 100644 --- a/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1bdaf95e567..f7f69cec9aa 100644 --- a/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a3d90b3cebe..0207e3efd5d 100644 --- a/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f37a971bb1d..9d7ca2a4dac 100644 --- a/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 47359b5b5fb..e5ab8cbc78d 100644 --- a/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index abf9cb3b5fc..1a1ad195949 100644 --- a/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d0f5db16547..8ebde2fda40 100644 --- a/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9f217b22626..90d840a54c6 100644 --- a/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b06fb2a4d8b..b41f739642e 100644 --- a/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index dde2b8c4e01..f7e13166969 100644 --- a/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 641819ce1a8..c02a7b3bc0e 100644 --- a/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e02046790d4..24aa71a17e0 100644 --- a/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index da1c9c37ec7..bffdb57a39c 100644 --- a/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3989e3ad3fc..eff50c8dac3 100644 --- a/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9874c6df6fd..0bd91f8032d 100644 --- a/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1685e6a798f..a733421dddd 100644 --- a/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 894520e8a2f..07b4b71d186 100644 --- a/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index d05d86c61e1..c793991a85c 100644 --- a/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dce45f753d8..4c054c22071 100644 --- a/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f33a6dade5c..24f7687c170 100644 --- a/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d89f13bb5a4..2b50b3cfcd0 100644 --- a/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d05d86c61e1..c793991a85c 100644 --- a/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aa910d89769..a02165010ab 100644 --- a/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f33a6dade5c..24f7687c170 100644 --- a/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/uart/uart_echo_callback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 003f17e995d..50c81708e95 100644 --- a/examples/drivers/uart/uart_echo_callback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/uart/uart_echo_callback/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/uart/uart_echo_callback/am273x-evm/c66ss0_nortos/ti-c6000/makefile index ff825a2b83d..e1c6f14e3cd 100644 --- a/examples/drivers/uart/uart_echo_callback/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/uart/uart_echo_callback/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index eeef05e0402..a13285ee2af 100644 --- a/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index aa64cd4b7f0..b5c7943ee00 100644 --- a/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0161cd9870f..0d9ca10b966 100644 --- a/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ad007de5eba..69092407783 100644 --- a/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 638b99a088b..17923f6bde1 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index ea78749d233..420290d455c 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 40b639da000..b7661fa6de2 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 106402bad52..a35e58f7182 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 25a5f376480..baf19ea00bb 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 0b7d7454943..f1adcfe666c 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index df8bf7ac793..2cd10eb52d3 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index b7fe5ab2e2e..2a256c3a1d5 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 820a2a2514e..cf25fb629cd 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d8df90b1e3d..2924c0292df 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a9849e19484..2a4810e6a0d 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ddfab28c6c6..096a3fba583 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index dd013333688..6bd1330bb19 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index ea78749d233..420290d455c 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index d4d2c196065..8068a9aa05c 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 106402bad52..a35e58f7182 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 8fa71e47cc0..da08af8ee54 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 0b7d7454943..f1adcfe666c 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 6cad7edd20b..a94adfefdee 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index b7fe5ab2e2e..2a256c3a1d5 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4034ef4cf44..1a9b2e722cb 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index d8df90b1e3d..2924c0292df 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 87023dbf92c..45fc25e0f5a 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index ddfab28c6c6..096a3fba583 100644 --- a/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a560c2b9801..dccccd7ff03 100644 --- a/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index b8d5227fc64..da02e2e4705 100644 --- a/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/uart/uart_echo_callback/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 7378b4ca55b..98bc09f68c4 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 446c6661156..d3f3b753461 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f69bddf4cfd..015f7d2cd45 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 37c36526387..b898ae63c30 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 88570e1521d..4e08aed9e9d 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 3e10bdca5e6..765f472a0b5 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 692c04022eb..b4055504f0d 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9129c304c73..e23bddf349b 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 3432eed5209..4e86b94b06e 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index f4a22427648..79278f245ad 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3083b3f0238..157a188028e 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index be1908befd2..7c75ba7f1f1 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 178d875d044..f42a4c4f934 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index eca2f89034a..992db8c0c94 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 21230b768d6..294bee3adb0 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3eeedf77b36..4423b4839ab 100644 --- a/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 64163c9a20f..4f8353feb2b 100644 --- a/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 005515da45a..6b1bd611a67 100644 --- a/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f36b8394e04..2ca8612cc6e 100644 --- a/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4c5ba538a39..a34e56ca985 100644 --- a/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1b2efe073e0..e7729c931bc 100644 --- a/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 5aa448a9b1c..e75b96cae6e 100644 --- a/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5a01f40b645..56107c45213 100644 --- a/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3eebd8172ca..77f8462e621 100644 --- a/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fd730f697e0..cdfefe4116d 100644 --- a/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 5328428f728..5c7d85df2c1 100644 --- a/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 19a5b0ad1de..4f0141dcb5b 100644 --- a/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dba1e5738c4..3aa40067f31 100644 --- a/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index dc6861499a3..52825790905 100644 --- a/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 69173cf0e17..7031621631d 100644 --- a/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1facc8f86d9..98ada0fe3a5 100644 --- a/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7317779e22c..517ee3e9724 100644 --- a/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f06e142989e..a96c07443a6 100644 --- a/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 3e3fd497b5f..2d52256daa1 100644 --- a/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4d2685f0116..85bcbe8994c 100644 --- a/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2c9da4b433b..4c754988f21 100644 --- a/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cbe32080fba..d126b7b7b88 100644 --- a/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3e3fd497b5f..2d52256daa1 100644 --- a/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6770cf55c60..f74450757f7 100644 --- a/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2c9da4b433b..4c754988f21 100644 --- a/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/uart/uart_echo_dma/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 752297cfdc9..d0442ab89db 100644 --- a/examples/drivers/uart/uart_echo_dma/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/uart/uart_echo_dma/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/uart/uart_echo_dma/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 0553bbd91e7..96989f81503 100644 --- a/examples/drivers/uart/uart_echo_dma/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/uart/uart_echo_dma/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5be3ca19ddb..d09bdd7f907 100644 --- a/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2c18a3fc2ad..4e5848812ba 100644 --- a/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5ae35e2ef8f..b6542e59eb6 100644 --- a/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c2fa0a521d8..9c5e0f77386 100644 --- a/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c970c805867..26059f6adfe 100644 --- a/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3db99075907..37c1e142719 100644 --- a/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 56d29e9a5c2..c63c6846521 100644 --- a/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 75b55bb3925..663c01d543f 100644 --- a/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a9bf8069f12..2559b26ae4f 100644 --- a/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 3db99075907..37c1e142719 100644 --- a/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 29f4acba6aa..0a0cf974850 100644 --- a/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 75b55bb3925..663c01d543f 100644 --- a/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6c371d534fa..be1f87ea09e 100644 --- a/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index ba0f7ea9312..96756830879 100644 --- a/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/uart/uart_echo_dma/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5639410d280..c807f1410ce 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d13fec7965b..674ee8ff4a0 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 97c1b1611d7..8b1649dfec6 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2b302565038..48eb0ce3120 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5350d07b58e..8ac46f4dddb 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 405346c53aa..ce8e27e0b21 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1c8b7c395ca..2bb5e56885f 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4e0d8ad6821..8f1932629f3 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8e8a7869d64..14b5d42cc81 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0bfa7cbb18b..32326eaf16b 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 40dd4e510c6..819c75934de 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9a42c308941..034047fb894 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 66533d66494..01ee55075fd 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 558a902091d..6f060bf9bb8 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5bad09a419f..192c18a54f2 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 558a902091d..6f060bf9bb8 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0fb25d8d489..5569de26a9e 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2f5abcd064f..519a61dbb57 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 92f08ea3c83..10cd990d824 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 359bab26907..4e178fe7375 100644 --- a/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_dma_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 94af0eddd7c..5798c4b6bce 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index c9845b03f3d..9dffe808261 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 30a05c24e2d..f30112e20ee 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 28203fb1bfd..9f2e0bef03f 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d7ee574ebd0..a80347d624c 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 666c79aafd8..5cb222911d6 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 10b068e6246..b03e59acd81 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 75c36d21b8b..f4811a4f501 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ff6cb5af59d..744a1f4e057 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 444a7c83df3..b6d89293fef 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 20dde42b9d7..01252ca1061 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8bc834306fc..23dcf37a1d0 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 808dd5cd3c5..c1c102d22f2 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 92c66f47826..b2c798e04b1 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aef76a70128..31e3b4063e4 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 92c66f47826..b2c798e04b1 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1a922872ebd..18716ca1828 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5b4a9e10aac..81003d98ce7 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d49af73713c..05953b32c2a 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8952618e3b9..505d94f21dd 100644 --- a/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_interrupt_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index da6ea1f6c8e..bae5a68f02d 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index e9f95db7185..c58c428a6b7 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0f8ca1b6cda..4788b6983f2 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9c7be7afd1f..e180b8fc517 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 08e7d688af8..eb21d8bd80b 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index a38df9195cf..fbf7b866291 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 32ddeb77349..24b4024ed38 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 93ff9183849..aa01df50ec6 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 99b8eaada11..d4f6d23f1da 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1ceb1aade2e..bed0ac61b37 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c9fc14823b9..8e97ba653c4 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2af47686b24..2fecb06662b 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 95386c5e12d..cf7c3c7cf10 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d77d0887745..6ba06ec78cf 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 273c0251d2c..330ded2c69a 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index db339c5f63d..82c043ef02b 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5983730185c..8e85d611bd6 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index da5e259311f..3a841903589 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b2256ac0d53..96fdf02f52a 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index da5e259311f..3a841903589 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index c85e2b4f342..ebcd996cb94 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index eea663f26f6..d27aeadce49 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -88,7 +89,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -103,7 +104,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bc6b221b76b..5e70e5dd288 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2f64ed9a5d5..c7027cb65c4 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 88939f56971..4c1f1468adb 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index eea663f26f6..d27aeadce49 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -88,7 +89,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -103,7 +104,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f514c91dd01..3efafd64bcd 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 2f64ed9a5d5..c7027cb65c4 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 533e276fd3e..23fee94f236 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index a98ba61a61a..3896d56875b 100644 --- a/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/uart/uart_echo_low_latency_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 5f9a022de83..f90737caeb3 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index b507d710057..ce4f8931f2d 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 221507d6492..2ce8ed3f7cb 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 19917b3ba92..e85bf0b397c 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index bbdc8c2ad45..6ccc9820bed 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 84d9575346a..b401fe10125 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 291cf79aeaa..c5161870beb 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0881ff3815e..1a8749436de 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3ad28490055..cafdf87117e 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9a672f7eead..bf1b82fb695 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3ba7763d446..f65a44d4b0c 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 34efbe31618..911e19ebd0b 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a4d6513c79d..abc0a67e79f 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5c57432312d..1e287ae262b 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 659f842a220..f0f29ae6fb5 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 373b3e7e4f1..5eda17193a3 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 792cee05255..57d5de30edf 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 70de6c32589..02332a86ed8 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 71d99615e32..66bcf0a1f4e 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 70de6c32589..02332a86ed8 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 610bddf629c..0996939a6b8 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index f7c6ec0fb2a..f774a78cf8d 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -88,7 +89,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -103,7 +104,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0a76a372fff..0cc78967366 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 27e775918b5..3d40918642c 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 58fa33364ab..7dffadc04e8 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index f7c6ec0fb2a..f774a78cf8d 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -88,7 +89,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -103,7 +104,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1852866693f..872de1f8926 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 27e775918b5..3d40918642c 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2c566dd6c9c..5fdbecb6e93 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index d0e6fa446c2..caa318d2254 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/uart/uart_echo_low_latency_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 5088e29fc33..064769400e1 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 9c2a8a0ac1f..6957ba16042 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9c83415c2c7..a932cf7d453 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2f2bbc54985..cf244bdeccf 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 4314c138391..d5ae62d3ac2 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 4f0c3468cb4..b57def3f3ba 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 51b6757c275..df6da26b8a6 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f9f13b769af..9498cef8023 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f910fb092db..97ec00e023d 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 78afa02b0bc..1b15a9b3917 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8d71bb56ced..fd0602fcc11 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a8ab2de50c6..7c7d2316e9e 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 37af3cbd502..29a27cbbda6 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cbcf7956fa7..86df4520288 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bd7d746e3d9..e32373b8683 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8cd4c74d9d3..8908a33cc66 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 517af19fa56..78b03aab136 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d89a1b540f7..72dc987b5d4 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 42cb73d9dfd..eed13558dba 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d89a1b540f7..72dc987b5d4 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8e4d1514205..7346a37653c 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1e44d9cd19f..617ac543437 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 458fdc753e0..ed955591683 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7f7a83e6998..b9604dd1d35 100644 --- a/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_echo_polling_lld/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index add6826cdba..386a3792a1a 100644 --- a/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 429545a661b..0236cb54e30 100644 --- a/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1dfc5585be8..31b28cf9b7a 100644 --- a/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 429545a661b..0236cb54e30 100644 --- a/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/uart/uart_hld_lld_external_loopback/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 13a770ea722..91a0d745e17 100644 --- a/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 3a18fa42341..b7f633dc8fb 100644 --- a/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 404adaa54fb..50fb8fb2596 100644 --- a/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6342e6d8176..5d0fc39f3f7 100644 --- a/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_adc_read/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index a2de2d51d80..c6392cb6ecd 100644 --- a/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 8bc525c5408..968c3f242ea 100644 --- a/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f480ce85d79..20f21f44057 100644 --- a/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e4f601e8f61..da4a092e4ab 100644 --- a/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_adc_read/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_adc_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_adc_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e230f4040b0..8bdd8bc6c1d 100644 --- a/examples/drivers/udma/udma_adc_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_adc_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_adc_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_adc_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d0928b23656..f3e577cc7b5 100644 --- a/examples/drivers/udma/udma_adc_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_adc_read/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_adc_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_adc_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7705a3fd35e..fddc5a911ed 100644 --- a/examples/drivers/udma/udma_adc_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_adc_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_adc_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_adc_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index d0928b23656..f3e577cc7b5 100644 --- a/examples/drivers/udma/udma_adc_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_adc_read/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 973ac94389f..37299bfc458 100644 --- a/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 4eb269bb47b..7555a6b86b8 100644 --- a/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 56eb00ce4cf..04963b86974 100644 --- a/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d3f49733ee9..1403085bcc8 100644 --- a/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_chaining/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index e33cc4041b6..bf7f3127a32 100644 --- a/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 4b32d9313cd..937c009ba84 100644 --- a/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8cc0bfa2ea6..f4d7712a5e6 100644 --- a/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 355a3197975..384e7be386c 100644 --- a/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_chaining/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index bc97e1dcd6e..db998913248 100644 --- a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index b449706181c..e7c9892e8e9 100644 --- a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 2e27de85750..0bfb3a30964 100644 --- a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 973fae9933a..64c2cba7f9d 100644 --- a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 9e84ff7060f..4b8799d0f2a 100644 --- a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 7bb4898bd01..3a870d4843e 100644 --- a/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_chaining/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_chaining/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_chaining/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 61245d501be..3c378b4c81a 100644 --- a/examples/drivers/udma/udma_chaining/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_chaining/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_chaining/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5e7bb2ebd1c..69d295af6e7 100644 --- a/examples/drivers/udma/udma_chaining/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_chaining/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 086d34eda39..09dfca92f40 100644 --- a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index b449706181c..e7c9892e8e9 100644 --- a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 5b592232fb9..032f221c651 100644 --- a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 973fae9933a..64c2cba7f9d 100644 --- a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 2328339b523..03b570a2d21 100644 --- a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 7bb4898bd01..3a870d4843e 100644 --- a/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_chaining/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_chaining/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_chaining/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8051423d3db..76ade026a9b 100644 --- a/examples/drivers/udma/udma_chaining/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_chaining/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_chaining/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 5e7bb2ebd1c..69d295af6e7 100644 --- a/examples/drivers/udma/udma_chaining/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_chaining/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2a01f616b4a..72b8eafbd6e 100644 --- a/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 16578d29e1d..870f7ae7114 100644 --- a/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/udma/udma_chaining/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 48fe267eb17..6b1353f3cbb 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index d1df0870e24..3aee9d71d7e 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4c81b6faff3..405dcf312e6 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e0874269cfb..bb6f40e1b33 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 9930797a8f7..6d89c9d6ed3 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 8f30992abbf..3873d6fecb8 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1b65983f480..fcb98c669c8 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 05005e70410..8353474b057 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec index 70c7813e856..ed074b8c008 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile index 9409ee2b49a..c1dcf2bb888 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index cc94722b695..a15b274d06a 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 2b0c1e820eb..f2c5e138e7c 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/gcc-armv7/example.projectspec index 71c74284bc2..42f0ce9a907 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile index 7b2306538cb..706839ccfd8 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec index 57b429091e5..83f6a4b9645 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index af8070ff235..e8388aca13c 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/gcc-armv7/example.projectspec index 79bbf5a5bd5..5cd0df8cf8c 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile index 866ef59ed3e..a5ed123a9f6 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 34539e72c88..68e37b306fc 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 3790c3472de..d43374135e0 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index d1b196796ff..9dd242ea322 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 1629f760196..6d5ad16eff7 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index af3cf41e921..b1996f8e8f4 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4777c19ba66..a24ec78d498 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 039b70891da..d8e6213743a 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 49fd07f5e1c..d9c94a72c86 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d9b335d9a25..eb5142382a2 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 94610b700a1..0b4659c0894 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec index a938baf54b4..a95bb219b41 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile index ad134032b3d..fb9710352f1 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 8f84c3b4074..aaceb5da2ed 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index d896e0ccd88..4c7eba29ce5 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/gcc-armv7/example.projectspec index f578ce3c8b5..eb1ae94bf43 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile index 1e6429ddc40..52dea6bdb90 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec index 7a7532ba914..827e42df515 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile index f2925ee4cd3..b5a4cb22c06 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/gcc-armv7/example.projectspec index d0613fe50b8..7706f3d6249 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile index 73461610f51..7195608c283 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 74ab75a42b1..29a8d0d7bcf 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile index 950ce51b18b..71cbc913441 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index cd114338896..32ff5034e4f 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 390b4432c90..0bc51ce100d 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 99551f5550b..c3276f8b9c7 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index bddafadf6cc..9c171884304 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 5ec4baaaeda..8eb6a1b378b 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 7fb115e4373..8656526487d 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bebbb166b49..3838dd333d5 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 91851ade46b..d9c0f62f7fe 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 853ad6b5c00..c516ff2b66a 100755 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bd451fd1c0c..8817d7bb55b 100755 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index d764bfb07c0..fada97feffb 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index e4d37900899..81ed468e282 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec index bfe72e5ca85..72a30bba19f 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index b6d485133b4..fae334f95d4 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 88773339f7d..19c6b4a1771 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 7040ddadf69..4aa66cc18bc 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index ce4cce99c16..301779474a8 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 390b4432c90..0bc51ce100d 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 22e702af43c..198dfea3b5d 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index bddafadf6cc..9c171884304 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index d845ae892bc..4ad76604b04 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 7fb115e4373..8656526487d 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 36e7aec5487..f3a36bc31ab 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 91851ade46b..d9c0f62f7fe 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5eaf72b805f..0d081e07716 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index bd451fd1c0c..8817d7bb55b 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec index ffa02d3fc29..771bff6ef35 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile index e4d37900899..81ed468e282 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec index d7f17c22ad9..f9b963b8216 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile index b6d485133b4..fae334f95d4 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 6f102b02af4..94418f890a7 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile index 7040ddadf69..4aa66cc18bc 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e45b286e103..c44af75fe39 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 995cef3b664..c9785a6d8df 100644 --- a/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/udma/udma_memcpy_interrupt/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index d75ca43d343..588cd69a41b 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 49ba39eee69..6033169037e 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d245c21115e..91e2bf1c232 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a72f275d9ed..0366d75399b 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index ee280b6a8e0..0d8be04d42c 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index ac98d071c62..75799a1b2b3 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 403186c29c8..22d6a68aed5 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7ba3a0e7502..8797fbb6236 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index ddf5d4576a8..b4f95d1e71a 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 5de182549f5..08e326e839d 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4fd9b75ebe0..d09b57a353c 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4ba03fcfb27..8f654f06636 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index ba050bf39a4..a6f7c10adb7 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 2fa4c423011..23c6f40b745 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 22973a559c6..5390f40d4c6 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2d95c0a023e..b2c580df718 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 54137cd4cd2..734170267ca 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index ccfe103bcad..91fa3c2e1b6 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index ff7631fa551..023a37e056c 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 22d78c6da03..aabcbc0d1fd 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 9f5689efd0c..291bc32ebb3 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 79493ea239c..528eae20a31 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cee319f5492..a54a60903e6 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1289c7aec26..b5d7ea45893 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e8a6e4c5fac..ee68ea9cd01 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d917938ae65..45031c2b3a8 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index cc026eace6f..5561f839c5b 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index ccfe103bcad..91fa3c2e1b6 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 2cfa8901c5b..f8a0f2ab07d 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 22d78c6da03..aabcbc0d1fd 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 25995759ecd..4f2f9ace6f7 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 79493ea239c..528eae20a31 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cf674d936df..97c09d5d7bc 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 1289c7aec26..b5d7ea45893 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6a6f1295947..973816ed716 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index d917938ae65..45031c2b3a8 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 978b4235782..30e465a29b3 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index f9f0c60cfec..2148d196c96 100644 --- a/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/udma/udma_memcpy_polling/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index a2c59ad04df..b0006173164 100644 --- a/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,7 +90,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 3478950949b..a025ffe54af 100644 --- a/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,7 +99,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f4e7859d6dd..f6c862367e5 100644 --- a/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b4c4e7b55e8..ccce38ed90a 100644 --- a/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,7 +105,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,7 +118,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index e735e4d4130..986aebe2a65 100644 --- a/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,7 +90,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 35d217bcc03..9acff9a44ad 100644 --- a/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,7 +99,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d23c3681f0c..1c3786fc679 100644 --- a/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0e737c1660b..4cdb984691a 100644 --- a/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,7 +105,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,7 +118,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index c86d5d87be0..c98eb44095a 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 4f22a615681..17e9b191ca5 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index d5b2ba2c02a..06fc9cf071e 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 46861bcf051..f9e80a07623 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 6a1a4d574db..a7cfadb3f51 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 055e7e2ef26..a8d8fd9529b 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2b392a07be7..a4996034ae4 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_sw_trigger/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 89da7fc8941..fca4345f6f2 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 1fb7a91c116..5c082446b05 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 4f22a615681..17e9b191ca5 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index b7e5aa02ee0..9c4e6d36caa 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -48,6 +48,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 46861bcf051..f9e80a07623 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index e87b61c2432..05d46aa9cb0 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 055e7e2ef26..a8d8fd9529b 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bc956ab7a2a..77c742dabc9 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/udma/udma_sw_trigger/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_sw_trigger/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 89da7fc8941..fca4345f6f2 100644 --- a/examples/drivers/udma/udma_sw_trigger/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9d8e9edaeae..45cb21c143d 100644 --- a/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index fc3a7edc455..4e8c0ee5912 100644 --- a/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/drivers/udma/udma_sw_trigger/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index c43a5600574..04451818d37 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 718b72bab8a..bf7bde4d126 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e02859d406b..ef5d203525e 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b4721285ef5..027e25d129b 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index b4156f2a3a3..915d32997f5 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index e4a19fd0c06..c31e14f5085 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0109056a4d5..538899c529f 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a4580067d69..d08510e7f8b 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6e4eed926c5..de9cd49c483 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e0d30c9de2c..ee1eb81cd98 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f9f965a5eb3..762550e02f4 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3f2aec7c932..94220983ae7 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ac79cb05c01..b5a70ad7a9d 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 43326a47c3a..07175282735 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d012e062fe8..744d2fd02ae 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5828dee0397..0eef4a01cea 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 19f0a86fa4b..bb50c52365f 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cf843c9cd69..73df4472098 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 741cc900e72..db29e7ef258 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cf843c9cd69..73df4472098 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 32ec71e2d23..f30db258bd0 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 34c8782e093..35860aa0325 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 23583dd3dff..fa0ba3e59aa 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 19384b9e4c3..c5b6d5c8ee0 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 973615a47cc..e6001b1bc15 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index b1f1b541d24..52e4ea9ba9e 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5860b5f249e..65f38a34a18 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 89c8d522e76..b2ea976ebd0 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index aa63092c367..86fd362f6f6 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index b1f1b541d24..52e4ea9ba9e 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b53956617db..ab47798494d 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 89c8d522e76..b2ea976ebd0 100644 --- a/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_interrupt/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0a8207e8be2..8707aa9a612 100644 --- a/examples/drivers/watchdog/watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 444e5cf74b3..42cb0dee9c7 100644 --- a/examples/drivers/watchdog/watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_reset/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 23f031878a9..a92ae66e4a2 100644 --- a/examples/drivers/watchdog/watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index bfdee757f38..f85f3c99fe5 100644 --- a/examples/drivers/watchdog/watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_reset/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4b449758378..a223eb66ec1 100644 --- a/examples/drivers/watchdog/watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a8562e7e08f..1bdfcebe98e 100644 --- a/examples/drivers/watchdog/watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_reset/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_reset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_reset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 037470bf84b..20d0e69bc8b 100644 --- a/examples/drivers/watchdog/watchdog_reset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_reset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_reset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_reset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e92429668d3..3ed5a66939a 100644 --- a/examples/drivers/watchdog/watchdog_reset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_reset/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_reset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_reset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8f6a9cd41ff..d6fb802c70a 100644 --- a/examples/drivers/watchdog/watchdog_reset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_reset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_reset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_reset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3c86173591e..25a6cef2b04 100644 --- a/examples/drivers/watchdog/watchdog_reset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_reset/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_reset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_reset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f4c6ec64ff5..2b6859352fe 100644 --- a/examples/drivers/watchdog/watchdog_reset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_reset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_reset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_reset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3c86173591e..25a6cef2b04 100644 --- a/examples/drivers/watchdog/watchdog_reset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_reset/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/drivers/watchdog/watchdog_reset/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/drivers/watchdog/watchdog_reset/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 99f23b2ad87..77a90f53c8f 100644 --- a/examples/drivers/watchdog/watchdog_reset/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/drivers/watchdog/watchdog_reset/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/drivers/watchdog/watchdog_reset/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/drivers/watchdog/watchdog_reset/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fc8bc61e185..833d3786411 100644 --- a/examples/drivers/watchdog/watchdog_reset/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/drivers/watchdog/watchdog_reset/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index ae1c950ff69..89c1337fde7 100644 --- a/examples/empty/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index c6ffc6428c9..32f5262c5bf 100644 --- a/examples/empty/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,7 +115,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index a73ea005640..ccce17e0926 100644 --- a/examples/empty/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -66,7 +67,7 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 5ea7bde726b..4eccd86178d 100644 --- a/examples/empty/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/empty/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 0c7c9955551..4e94d2c488a 100644 --- a/examples/empty/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/empty/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/empty/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 74576e1f567..d7cc2cc2d6a 100644 --- a/examples/empty/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/empty/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f19fdb80eed..38c2fa98478 100644 --- a/examples/empty/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7853e7173ad..30e25f47496 100644 --- a/examples/empty/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/empty/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a82509a5681..eee67e359f6 100644 --- a/examples/empty/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/empty/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/empty/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 79a27973b96..e8de39698a0 100644 --- a/examples/empty/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/empty/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3b3c1fabe21..a04ea40758f 100644 --- a/examples/empty/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 73c0fa50b1e..68efe3ecf3e 100644 --- a/examples/empty/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec b/examples/empty/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec index 75a14079ef0..a7921050dec 100644 --- a/examples/empty/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/empty/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile b/examples/empty/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile index e515b92e030..511b2de5590 100644 --- a/examples/empty/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile +++ b/examples/empty/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 87adbabed30..2d130e68f28 100644 --- a/examples/empty/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 015b5a7d975..0296c3966ee 100644 --- a/examples/empty/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/empty/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index 55b783c201c..7cacc0eb28c 100644 --- a/examples/empty/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/empty/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/empty/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 07b7e6ce585..a247e6dcc93 100644 --- a/examples/empty/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/empty/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 3aba8845272..49cb5ecceb0 100644 --- a/examples/empty/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 2ffd019c24f..a696764ae94 100644 --- a/examples/empty/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/r5fss1-0_freertos/gcc-armv7/example.projectspec b/examples/empty/am243x-evm/r5fss1-0_freertos/gcc-armv7/example.projectspec index 5ab2e820f66..8738677aace 100644 --- a/examples/empty/am243x-evm/r5fss1-0_freertos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-evm/r5fss1-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/empty/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile b/examples/empty/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile index d5cf5f4ff7e..db1a077797e 100644 --- a/examples/empty/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile +++ b/examples/empty/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am243x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec index 45ab1a8b4ae..54da00d5b97 100644 --- a/examples/empty/am243x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/empty/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index a9eed7600f2..447a6f2a633 100644 --- a/examples/empty/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/empty/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec index 04acd6a2cee..5b8040fcb7c 100644 --- a/examples/empty/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/empty/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/examples/empty/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index be48a9bb449..5471271e81d 100644 --- a/examples/empty/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/empty/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 5390edd6a8c..42973381010 100644 --- a/examples/empty/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/empty/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 8a45bb188d3..81321eda4ee 100644 --- a/examples/empty/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/r5fss1-1_freertos/gcc-armv7/example.projectspec b/examples/empty/am243x-evm/r5fss1-1_freertos/gcc-armv7/example.projectspec index 46f64a2ebb4..9842c7930a1 100644 --- a/examples/empty/am243x-evm/r5fss1-1_freertos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-evm/r5fss1-1_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/empty/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile b/examples/empty/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile index a2eed3ef080..97878d506f2 100644 --- a/examples/empty/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile +++ b/examples/empty/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am243x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 2ae5305799b..9d17ca02083 100644 --- a/examples/empty/am243x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/empty/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 02cab1250a7..57c1a8fb1da 100644 --- a/examples/empty/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/empty/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec index ed9f77140ea..ed834885389 100644 --- a/examples/empty/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-evm/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/empty/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile b/examples/empty/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile index dc17a23a3b6..cac7d9c23e8 100644 --- a/examples/empty/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/empty/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index c99f91c7801..b34d2f1d821 100644 --- a/examples/empty/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/empty/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index 5594a09e583..e50e0a55264 100644 --- a/examples/empty/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 674f07d2b5b..72441203afd 100644 --- a/examples/empty/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 7a7d24f07ea..3cefe149cae 100644 --- a/examples/empty/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,7 +115,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 2923aa7e5f8..48ae29564ed 100644 --- a/examples/empty/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -66,7 +67,7 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 44af2575e89..3b6b7d55112 100644 --- a/examples/empty/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/empty/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index eaf4e8d29c2..3c19828ee11 100644 --- a/examples/empty/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/empty/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/empty/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index ee7b0c8d2fa..a9752f5e491 100644 --- a/examples/empty/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/empty/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 31fdf48c1a0..af54578b767 100644 --- a/examples/empty/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 07925b9d877..1a2f7b5f592 100644 --- a/examples/empty/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/empty/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 3006a017ca1..109a42dd7ca 100644 --- a/examples/empty/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/empty/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/empty/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index fbf23d053b0..6aab2dde33c 100644 --- a/examples/empty/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/empty/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 69c27639b38..231c1deb002 100644 --- a/examples/empty/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d9bfeabae08..dee45bad268 100644 --- a/examples/empty/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec b/examples/empty/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec index 0e71f08a257..fc8afb62c70 100644 --- a/examples/empty/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/empty/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile b/examples/empty/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile index 04d66c831b8..c3627e77ff5 100644 --- a/examples/empty/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile +++ b/examples/empty/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 02ff58dc2dc..d78e28cb2c7 100644 --- a/examples/empty/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index e555914db0e..4e0a866315f 100644 --- a/examples/empty/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/empty/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index 82de1bbc269..478d08dcaf1 100644 --- a/examples/empty/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/empty/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/empty/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index d8ffd0c5fb5..12f93eec706 100644 --- a/examples/empty/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/empty/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ce7250d54d0..34fab7cb2a3 100644 --- a/examples/empty/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 6c3a4744bbd..b716275b022 100644 --- a/examples/empty/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/r5fss1-0_freertos/gcc-armv7/example.projectspec b/examples/empty/am243x-lp/r5fss1-0_freertos/gcc-armv7/example.projectspec index 1aed3e213d5..8451bfcb4b3 100644 --- a/examples/empty/am243x-lp/r5fss1-0_freertos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-lp/r5fss1-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/empty/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile b/examples/empty/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile index e927b821bd7..de0f7cb87f2 100644 --- a/examples/empty/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile +++ b/examples/empty/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am243x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec index 4de2dcf35a4..85f9995cc94 100644 --- a/examples/empty/am243x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/empty/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile index e4f29f34994..36273756e1f 100644 --- a/examples/empty/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/empty/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec index 31c8764ff4d..ecc0b17aad6 100644 --- a/examples/empty/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-lp/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/empty/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile b/examples/empty/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile index 8588201674d..8b635e9693c 100644 --- a/examples/empty/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/empty/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 3bad8a2dfc4..ae95ba58b17 100644 --- a/examples/empty/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/empty/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index d44f5e2d5e1..f722fee6e14 100644 --- a/examples/empty/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/r5fss1-1_freertos/gcc-armv7/example.projectspec b/examples/empty/am243x-lp/r5fss1-1_freertos/gcc-armv7/example.projectspec index d25f7a1fd92..4904ff3722f 100644 --- a/examples/empty/am243x-lp/r5fss1-1_freertos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-lp/r5fss1-1_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,7 +89,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/empty/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile b/examples/empty/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile index bd06220bc71..7ee02b9fff1 100644 --- a/examples/empty/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile +++ b/examples/empty/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,7 +98,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am243x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec index e1136e4c90f..99a9b77cf44 100644 --- a/examples/empty/am243x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/empty/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile index d7af9f1d0ae..f6d37bf6d0d 100644 --- a/examples/empty/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec b/examples/empty/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec index d287c4d97e5..8f43866800e 100644 --- a/examples/empty/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec +++ b/examples/empty/am243x-lp/r5fss1-1_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -85,7 +86,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/empty/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile b/examples/empty/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile index e84281456d0..6598f1b22cd 100644 --- a/examples/empty/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile +++ b/examples/empty/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index a63fbeebfc6..d1a37ee8edf 100644 --- a/examples/empty/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am243x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/empty/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 72a35ab74a6..c88ee4d441d 100644 --- a/examples/empty/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1c936ecc67c..ac044634dd5 100644 --- a/examples/empty/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 00e66b6b3a3..0e7158e7b71 100644 --- a/examples/empty/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 280e9482cb7..9eab31b32b4 100644 --- a/examples/empty/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a6963cd415a..5f4618fe822 100644 --- a/examples/empty/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am261x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am261x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 1fb12b12c68..c6bc5afdacf 100644 --- a/examples/empty/am261x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am261x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am261x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am261x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 85feaccda8b..3557997de37 100644 --- a/examples/empty/am261x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am261x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index dc1363b0197..79d1ff76674 100644 --- a/examples/empty/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am261x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 6d3b5436438..cecea5bbd82 100644 --- a/examples/empty/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d2dbc20e559..e0ce3f71d2a 100644 --- a/examples/empty/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index a9129b735b4..e91c481ed96 100644 --- a/examples/empty/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1ff3d245f28..709ad40d5df 100644 --- a/examples/empty/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 972cd797e29..82224358c26 100644 --- a/examples/empty/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am261x-som/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am261x-som/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 1028e3ae3c6..071c8860040 100644 --- a/examples/empty/am261x-som/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am261x-som/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am261x-som/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am261x-som/r5fss0-1_freertos/ti-arm-clang/makefile index adfd4059825..8491498ab6c 100644 --- a/examples/empty/am261x-som/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am261x-som/r5fss0-1_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 50b740640ab..bc4a40c2dc3 100644 --- a/examples/empty/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 2af72bcd4cc..b87cbc741d3 100644 --- a/examples/empty/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 36858f6ce90..461d2e8bc96 100644 --- a/examples/empty/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 9d0ef398ee4..dbd2c67d2bd 100644 --- a/examples/empty/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f8f0e7f7097..cbc94f4cbf3 100644 --- a/examples/empty/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3ccfe78ca94..5e096d7f93c 100644 --- a/examples/empty/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263px-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263px-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec index cc4feb58b4d..9a440ff91fd 100644 --- a/examples/empty/am263px-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263px-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile index 0baf592f7c9..d1bbb4b4673 100644 --- a/examples/empty/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 2466c31cec5..b8ae0a0352e 100644 --- a/examples/empty/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263px-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 7a313ac8ee7..ca17dbfe1b2 100644 --- a/examples/empty/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2552dfbcade..bf4ad3e3a8b 100644 --- a/examples/empty/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1aa0b5784f7..4e10d8abc32 100644 --- a/examples/empty/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1819c4a778c..8963a3df327 100644 --- a/examples/empty/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 83081b2af47..eec8a4bbc2c 100644 --- a/examples/empty/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263px-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263px-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 06351dd7381..7503038bd83 100644 --- a/examples/empty/am263px-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263px-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 240cb64658f..298e4c2d389 100644 --- a/examples/empty/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 55bb822308d..4d9bf4b1fc0 100644 --- a/examples/empty/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263px-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index ba6e24f4436..9f7f538839a 100644 --- a/examples/empty/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6e1f3562f37..cc76352ef30 100644 --- a/examples/empty/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b6c821d076f..3fa3e9d87b6 100644 --- a/examples/empty/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3d92cd8d992..b95f5d4d9c1 100644 --- a/examples/empty/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 29af6c93101..abfbf1851c0 100644 --- a/examples/empty/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263x-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec index b38b77a4ded..c87e667161c 100644 --- a/examples/empty/am263x-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-cc/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile index 18118fe886f..d57bff792a6 100644 --- a/examples/empty/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 34d2e235062..a0128a1e4b3 100644 --- a/examples/empty/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 85e7cfd83c5..bc2d02fc223 100644 --- a/examples/empty/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-cc/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263x-cc/r5fss1-0_freertos/ti-arm-clang/example.projectspec index b3e2446afd7..ddf23351725 100644 --- a/examples/empty/am263x-cc/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-cc/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/empty/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile index 7fe5145a67c..311996f22f6 100644 --- a/examples/empty/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index ac254044711..f9fc8f352b5 100644 --- a/examples/empty/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/empty/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 95495c40b7c..90418e12a9a 100644 --- a/examples/empty/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-cc/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263x-cc/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 6b4781a0670..974f2ef9b91 100644 --- a/examples/empty/am263x-cc/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-cc/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/empty/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile index b5712d30b90..07b4b23c015 100644 --- a/examples/empty/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index c275f692f61..3ebfde87c56 100644 --- a/examples/empty/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/empty/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index e3b5f22c3e6..e33dd5100a4 100644 --- a/examples/empty/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bbd6acba1e8..0b8d0f6357c 100644 --- a/examples/empty/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b6c821d076f..3fa3e9d87b6 100644 --- a/examples/empty/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 60aae3cb348..a84779b995d 100644 --- a/examples/empty/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 29af6c93101..abfbf1851c0 100644 --- a/examples/empty/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 8c8c69a3aab..f0c69c6d92e 100644 --- a/examples/empty/am263x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 18118fe886f..d57bff792a6 100644 --- a/examples/empty/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 05d7d80999c..ef85144e845 100644 --- a/examples/empty/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 85e7cfd83c5..bc2d02fc223 100644 --- a/examples/empty/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec index a0d616ac8de..66d18665aa9 100644 --- a/examples/empty/am263x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-lp/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/empty/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile index 7fe5145a67c..311996f22f6 100644 --- a/examples/empty/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index f97c49033f1..11140440411 100644 --- a/examples/empty/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/empty/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 95495c40b7c..90418e12a9a 100644 --- a/examples/empty/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am263x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec index f47f5903889..624d3c55d79 100644 --- a/examples/empty/am263x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-lp/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/empty/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile index b5712d30b90..07b4b23c015 100644 --- a/examples/empty/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,7 +111,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +124,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 7a6a7b985af..81e407cbe93 100644 --- a/examples/empty/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/empty/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index e3b5f22c3e6..e33dd5100a4 100644 --- a/examples/empty/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec b/examples/empty/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec index a5c7f44a3eb..ce48f5933c7 100644 --- a/examples/empty/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec +++ b/examples/empty/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f -mv6600 --abi=eabi -q @@ -45,6 +46,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +74,7 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.freertos.debug.lib -llibc.a " > @@ -84,7 +86,7 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.freertos.release.lib -llibc.a " > diff --git a/examples/empty/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/examples/empty/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 0a78838ed62..df6737f9a8c 100644 --- a/examples/empty/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/examples/empty/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -58,10 +58,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -93,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -105,7 +107,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/empty/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/empty/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 6947e567e1d..deceab7f9a1 100644 --- a/examples/empty/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/empty/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -81,7 +82,7 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/empty/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/empty/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 4f6e3ce6dcf..3a547fc4f27 100644 --- a/examples/empty/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/empty/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -90,7 +91,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -102,7 +103,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/empty/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c6dd646db8a..de26f5469a6 100644 --- a/examples/empty/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5e5f32c06fb..022e3ba8f39 100644 --- a/examples/empty/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index df55fcf9c23..dfeb98472ec 100644 --- a/examples/empty/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 78bf0c77241..0b61cb28fc9 100644 --- a/examples/empty/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 6410833dacd..50bb1844ca0 100644 --- a/examples/empty/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index bd535d05100..94e837abee1 100644 --- a/examples/empty/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 90092238c7a..bd19ed35663 100644 --- a/examples/empty/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 6715f8d477e..7dac8eeab6d 100644 --- a/examples/empty/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/empty/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 0a6d57828c2..7c9a936acde 100644 --- a/examples/empty/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/empty/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/empty/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/empty/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 7077573564f..5f5d92b95f9 100644 --- a/examples/empty/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/empty/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 94e81ca827e..1a7bdeae866 100644 --- a/examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 2031dfca295..a64c431230c 100644 --- a/examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/empty/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -88,7 +89,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -103,7 +104,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/empty/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec index f24e4907f27..aaef0710183 100644 --- a/examples/empty/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/empty/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/empty/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/empty/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile index 2300e7a0441..e4f977151fd 100644 --- a/examples/empty/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/empty/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 4c8b953d116..e996772c1f1 100644 --- a/examples/empty/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 962cbdd4a15..ae61a784c71 100644 --- a/examples/empty/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,7 +115,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 324bbbbbe27..19be9fc2e48 100644 --- a/examples/empty/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -66,7 +67,7 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index c64b14d1790..ebc8086958f 100644 --- a/examples/empty/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0e197d4c136..60315c73bc0 100644 --- a/examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0cf4e32c208..483339847fd 100644 --- a/examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index effc6784297..e9aa37a6931 100644 --- a/examples/empty/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index af914844aab..8c96f884b86 100644 --- a/examples/empty/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index cd3755dbb2d..8bb1a409c63 100644 --- a/examples/empty/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index a7768f81378..3f365468b0f 100644 --- a/examples/empty/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 1f79b3eec6d..3c8f753b32a 100644 --- a/examples/empty/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index be836710b3e..f02c5062e0c 100644 --- a/examples/empty/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec index 3044ab94583..76587771da6 100644 --- a/examples/empty/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/empty/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index 952462a1db2..ef4e7b03abb 100644 --- a/examples/empty/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 9fdc30bb08d..8ab084433c1 100644 --- a/examples/empty/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/empty/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 3d137de99fb..ed5370bbb57 100644 --- a/examples/empty/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 8a5493129d3..ea472bd247f 100644 --- a/examples/empty/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/empty/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 48b8c8e4ee1..3b09ba5fc83 100644 --- a/examples/empty/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 57e069bc147..a69c8d1af10 100644 --- a/examples/empty/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-evm/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/empty/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index 7f027940ea2..96afe3dc09c 100644 --- a/examples/empty/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/empty/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 88f47174425..87e64cca180 100644 --- a/examples/empty/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/empty/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/empty/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/empty/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 7077573564f..5f5d92b95f9 100644 --- a/examples/empty/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/empty/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/empty/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 82686c94c55..bc626292c79 100644 --- a/examples/empty/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/empty/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,7 +77,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/empty/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/empty/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 2031dfca295..a64c431230c 100644 --- a/examples/empty/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/empty/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -88,7 +89,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -103,7 +104,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/empty/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/empty/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec index e4e40f4f795..c3576cd3d91 100644 --- a/examples/empty/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/empty/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/empty/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/empty/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile index 2300e7a0441..e4f977151fd 100644 --- a/examples/empty/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/empty/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,7 +93,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,7 +108,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/empty/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec index e90c1abaad9..bd9261d38ac 100644 --- a/examples/empty/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -69,7 +70,7 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -80,7 +81,7 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index 962cbdd4a15..ae61a784c71 100644 --- a/examples/empty/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,7 +115,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index eedf3f31fce..0f76065cb90 100644 --- a/examples/empty/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -66,7 +67,7 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index c64b14d1790..ebc8086958f 100644 --- a/examples/empty/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -99,7 +100,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -111,7 +112,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 65fd8ba7c35..e5da1328358 100644 --- a/examples/empty/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 0cf4e32c208..483339847fd 100644 --- a/examples/empty/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2ed9bcc7a22..cda4776a414 100644 --- a/examples/empty/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/empty/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index af914844aab..8c96f884b86 100644 --- a/examples/empty/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 20a81c88223..dc54f449c9b 100644 --- a/examples/empty/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile index a7768f81378..3f365468b0f 100644 --- a/examples/empty/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 0fe363c5f8c..66d81cdd029 100644 --- a/examples/empty/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/empty/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile index be836710b3e..f02c5062e0c 100644 --- a/examples/empty/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec index a1c9f1e6da8..00581d9047c 100644 --- a/examples/empty/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/empty/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile index 952462a1db2..ef4e7b03abb 100644 --- a/examples/empty/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 004d817bcb0..d43b34ad28c 100644 --- a/examples/empty/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/empty/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile index 3d137de99fb..ed5370bbb57 100644 --- a/examples/empty/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 5fa9de28438..eda1d8b62c6 100644 --- a/examples/empty/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/empty/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile index 48b8c8e4ee1..3b09ba5fc83 100644 --- a/examples/empty/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +117,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/examples/empty/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec index ce7ddb98d99..c03af9c69f5 100644 --- a/examples/empty/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/empty/am64x-sk/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/empty/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile b/examples/empty/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile index 7f027940ea2..96afe3dc09c 100644 --- a/examples/empty/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/examples/empty/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e2a90fc3e7c..a71dd7aab01 100644 --- a/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 7e5c6789349..4e37a713247 100644 --- a/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/empty/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 8581d7436ff..c6e375ba55f 100644 --- a/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_1" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile index 727110b12e1..c5c3013b60a 100644 --- a/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-1:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs b/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/empty/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/hello_world/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 2b4f3c3d1d7..0697da4a6ba 100644 --- a/examples/hello_world/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index e0f7eba7f4e..ba5ea476554 100644 --- a/examples/hello_world/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 3cf3e107db2..610adea093d 100644 --- a/examples/hello_world/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 29a3f3facca..c9b137db912 100644 --- a/examples/hello_world/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/hello_world/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index c265ab2eed7..de7540eedfd 100644 --- a/examples/hello_world/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/hello_world/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/hello_world/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/hello_world/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 4da1afda102..fe26dfba5c1 100644 --- a/examples/hello_world/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/hello_world/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b9ad6d73b35..2c02ec00e47 100644 --- a/examples/hello_world/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8ca95b00e25..fc62709dc6a 100644 --- a/examples/hello_world/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/hello_world/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index e0b063c5406..9781768eefd 100644 --- a/examples/hello_world/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/hello_world/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/hello_world/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/hello_world/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 147b3f1a911..b2bc99af9c8 100644 --- a/examples/hello_world/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/hello_world/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/hello_world/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8fd9acfa77c..89d6067eeab 100644 --- a/examples/hello_world/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c4fb4fd52fa..0878bcbfc4d 100644 --- a/examples/hello_world/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 37805790c58..5117f2cdcb1 100644 --- a/examples/hello_world/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 7888dca4611..7985693e783 100644 --- a/examples/hello_world/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 7f9a747e32a..02832bee393 100644 --- a/examples/hello_world/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index bbb9ddc38a8..46a614aae86 100644 --- a/examples/hello_world/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/hello_world/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index c7ee3fc3873..96306277d91 100644 --- a/examples/hello_world/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/hello_world/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/hello_world/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/hello_world/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 8985799bb20..99bcacdc5d4 100644 --- a/examples/hello_world/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/hello_world/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 357fe26ca51..488e61b7223 100644 --- a/examples/hello_world/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 8a6933dd202..98f033bacef 100644 --- a/examples/hello_world/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/hello_world/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index c9d2eec9841..491cd8b382b 100644 --- a/examples/hello_world/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/hello_world/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/hello_world/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/hello_world/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index f2df0c6ae03..d12d9c070ab 100644 --- a/examples/hello_world/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/hello_world/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/hello_world/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 572004dcb25..4bca6030d51 100644 --- a/examples/hello_world/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1398a639abf..ddfe78b21e7 100644 --- a/examples/hello_world/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 32fe86a3688..84cc86b7cf8 100644 --- a/examples/hello_world/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9e67d973c6c..744ddd74279 100644 --- a/examples/hello_world/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cde5033f596..026cab2668e 100644 --- a/examples/hello_world/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a674dd5aaed..ea872dbb32a 100644 --- a/examples/hello_world/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 168822ea90b..5c49332fffe 100644 --- a/examples/hello_world/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 7df6aefbe90..b61585a833c 100644 --- a/examples/hello_world/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2a4a47bdf5d..e1c7c5cd78d 100644 --- a/examples/hello_world/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 45429e10399..956a4966b08 100644 --- a/examples/hello_world/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 90d877ca37c..c20110341ad 100644 --- a/examples/hello_world/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 82d77be8ab8..925a95b0851 100644 --- a/examples/hello_world/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c4903dae22c..a76a6452b80 100644 --- a/examples/hello_world/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 31a40e47b34..61b46a6b23b 100644 --- a/examples/hello_world/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 65f88df59f0..299d0e88243 100644 --- a/examples/hello_world/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f298225357c..94ef6de8f3d 100644 --- a/examples/hello_world/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5d1e3c2e1a6..fc49d13b44b 100644 --- a/examples/hello_world/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 06f41845a49..1d4f262cd39 100644 --- a/examples/hello_world/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 63d2d9cd9e4..aad34b22402 100644 --- a/examples/hello_world/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 1b35cec043d..addc88fe8ef 100644 --- a/examples/hello_world/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 752c54d3230..c2a361a5cfb 100644 --- a/examples/hello_world/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4c01a38caf2..603b518593c 100644 --- a/examples/hello_world/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4cd259b4dcb..541b18ee5b8 100644 --- a/examples/hello_world/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1b35cec043d..addc88fe8ef 100644 --- a/examples/hello_world/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eb78b5d476c..f11f28d491d 100644 --- a/examples/hello_world/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4c01a38caf2..603b518593c 100644 --- a/examples/hello_world/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec b/examples/hello_world/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec index f16b09b2773..aa7c845ac53 100644 --- a/examples/hello_world/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec +++ b/examples/hello_world/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f -mv6600 --abi=eabi -q @@ -45,6 +46,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +75,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.freertos.debug.lib + -lboard.am273x.c66.ti-c6000.freertos.debug.lib -llibc.a " > @@ -86,8 +88,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.freertos.release.lib + -lboard.am273x.c66.ti-c6000.freertos.release.lib -llibc.a " > diff --git a/examples/hello_world/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/examples/hello_world/am273x-evm/c66ss0_freertos/ti-c6000/makefile index cdace4fa461..5647c8639ab 100644 --- a/examples/hello_world/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/examples/hello_world/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -58,10 +58,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/hello_world/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/hello_world/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 6686cce8217..bde503e8934 100644 --- a/examples/hello_world/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/hello_world/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/hello_world/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/hello_world/am273x-evm/c66ss0_nortos/ti-c6000/makefile index c13cf29e869..4b7affd0a0a 100644 --- a/examples/hello_world/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/hello_world/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/hello_world/am273x-evm/m4fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am273x-evm/m4fss0-1_nortos/ti-arm-clang/example.projectspec index 699b2009593..8d685464fb7 100644 --- a/examples/hello_world/am273x-evm/m4fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am273x-evm/m4fss0-1_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,7 +68,7 @@ " linkerBuildOptions=" -lnortos.am273x.dss_m4f.ti-arm-clang.debug.lib - -ldrivers.am273x.dss_m4f.ti-arm-clang.debug.lib + -ldrivers.am273x.dss_m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -78,7 +79,7 @@ " linkerBuildOptions=" -lnortos.am273x.dss_m4f.ti-arm-clang.release.lib - -ldrivers.am273x.dss_m4f.ti-arm-clang.release.lib + -ldrivers.am273x.dss_m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am273x-evm/m4fss0-1_nortos/ti-arm-clang/makefile b/examples/hello_world/am273x-evm/m4fss0-1_nortos/ti-arm-clang/makefile index 473cb9f8172..b08be3636a1 100644 --- a/examples/hello_world/am273x-evm/m4fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am273x-evm/m4fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,7 +104,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.dss_m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.dss_m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.dss_m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.dss_m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.dss_m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.dss_m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 929c288f040..1f31c34e576 100644 --- a/examples/hello_world/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0718785c499..69d6e629fa9 100644 --- a/examples/hello_world/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e2b29d8876a..8e684aca47d 100644 --- a/examples/hello_world/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 143d28bce8c..c0a8a05772b 100644 --- a/examples/hello_world/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 1c91e5f8b70..e3dc1fd3087 100644 --- a/examples/hello_world/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/hello_world/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 02e3abf30f1..46233fccb02 100644 --- a/examples/hello_world/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e48b3499e72..bbb1dda57d8 100644 --- a/examples/hello_world/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/hello_world/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 5fbd92b35bf..fd160a36ba5 100644 --- a/examples/hello_world/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/hello_world/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index a2dd50b5deb..c288138efb7 100644 --- a/examples/hello_world/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/hello_world/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -54,6 +54,7 @@ -DSOC_AM64X -DOS_FREERTOS -DSMP_FREERTOS + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/hello_world/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/hello_world/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index d0d59bca446..e94c0d6b9dc 100644 --- a/examples/hello_world/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/hello_world/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -64,6 +64,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/hello_world/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 7f4a1898b8c..65b5550e069 100644 --- a/examples/hello_world/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/hello_world/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/hello_world/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/hello_world/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index a41f722caad..6fed4ac5899 100644 --- a/examples/hello_world/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/hello_world/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/hello_world/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index e93105f7f1a..de501655086 100644 --- a/examples/hello_world/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/hello_world/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/hello_world/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/hello_world/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 2ef7a2c8aab..ebf489a08e1 100644 --- a/examples/hello_world/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/hello_world/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/hello_world/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/hello_world/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec index f4e50aaf46f..7ec417c3d23 100644 --- a/examples/hello_world/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/hello_world/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/hello_world/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/hello_world/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile index 6a9161cc14f..e5ee46ed851 100644 --- a/examples/hello_world/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/hello_world/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 89106c90918..5b68ce6bb04 100644 --- a/examples/hello_world/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 7716436cac9..6a55db713f3 100644 --- a/examples/hello_world/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 6cc1e543ad6..d470c8e17c0 100644 --- a/examples/hello_world/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 4c0f4865f71..8b389a9a027 100644 --- a/examples/hello_world/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/hello_world/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 7f9f828235f..5b226d6a2a9 100644 --- a/examples/hello_world/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/hello_world/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/hello_world/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/hello_world/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 275da35337c..3eaaea70c5a 100644 --- a/examples/hello_world/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/hello_world/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6c67717061a..63280ddf6c2 100644 --- a/examples/hello_world/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8a45c89fb19..681698f9eb3 100644 --- a/examples/hello_world/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am64x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/hello_world/am64x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index c8a8f4ce8ca..fe72a498395 100644 --- a/examples/hello_world/am64x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/hello_world/am64x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am64x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/hello_world/am64x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/hello_world/am64x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 0db5a039da6..f988c37657b 100644 --- a/examples/hello_world/am64x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/hello_world/am64x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/hello_world/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b0501c330e9..98ba98bf136 100644 --- a/examples/hello_world/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2f8ad35ec90..599aafc8cdf 100644 --- a/examples/hello_world/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/hello_world/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 0f004fa2e2f..0c239a874df 100644 --- a/examples/hello_world/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/hello_world/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -54,6 +54,7 @@ -DSOC_AM64X -DOS_FREERTOS -DSMP_FREERTOS + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/hello_world/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/hello_world/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index d0d59bca446..e94c0d6b9dc 100644 --- a/examples/hello_world/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/hello_world/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -64,6 +64,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/hello_world/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index c56a47963fa..1e6ce7eb38c 100644 --- a/examples/hello_world/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/hello_world/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/hello_world/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/hello_world/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index a41f722caad..6fed4ac5899 100644 --- a/examples/hello_world/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/hello_world/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/hello_world/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 79749d2312f..b311d897f0e 100644 --- a/examples/hello_world/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/hello_world/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/hello_world/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/hello_world/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 2ef7a2c8aab..ebf489a08e1 100644 --- a/examples/hello_world/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/hello_world/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/hello_world/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/hello_world/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec index 3a8adc95afb..31289915ebc 100644 --- a/examples/hello_world/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/hello_world/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/hello_world/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/hello_world/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile index 6a9161cc14f..e5ee46ed851 100644 --- a/examples/hello_world/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/hello_world/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 177f903e349..58091d0fa15 100644 --- a/examples/hello_world/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index 7716436cac9..6a55db713f3 100644 --- a/examples/hello_world/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index acee9ced5cc..c342b9a902f 100644 --- a/examples/hello_world/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 4c0f4865f71..8b389a9a027 100644 --- a/examples/hello_world/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/hello_world/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec index b0b81bc5c28..a3156e4a599 100644 --- a/examples/hello_world/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/hello_world/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/hello_world/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile b/examples/hello_world/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile index 275da35337c..3eaaea70c5a 100644 --- a/examples/hello_world/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/hello_world/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/hello_world/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d0c15e95c53..422c702b4ea 100644 --- a/examples/hello_world/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 8a45c89fb19..681698f9eb3 100644 --- a/examples/hello_world/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am64x-sk/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/hello_world/am64x-sk/r5fss0-0_nortos/gcc-armv7/example.projectspec index 83249cb763b..7e17ce3d5bb 100644 --- a/examples/hello_world/am64x-sk/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/hello_world/am64x-sk/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am64x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/hello_world/am64x-sk/r5fss0-0_nortos/gcc-armv7/makefile b/examples/hello_world/am64x-sk/r5fss0-0_nortos/gcc-armv7/makefile index 0db5a039da6..f988c37657b 100644 --- a/examples/hello_world/am64x-sk/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/hello_world/am64x-sk/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/hello_world/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8cc59ae5e4f..eca04d988e2 100644 --- a/examples/hello_world/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 2f8ad35ec90..599aafc8cdf 100644 --- a/examples/hello_world/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3fd3732fb5d..2200da7086f 100644 --- a/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 7791e017be5..973cfbe1e15 100644 --- a/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/hello_world/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/hello_world_cpp/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 3f1d663e434..d14d15dee55 100644 --- a/examples/hello_world_cpp/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index ad09f3ac7f3..8aadf1699cb 100644 --- a/examples/hello_world_cpp/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 3789fa04e5b..0dfb0bd19eb 100644 --- a/examples/hello_world_cpp/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index bf02b1cfe3b..3046ce18e03 100644 --- a/examples/hello_world_cpp/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 790a2744c7f..f4da6dbae52 100644 --- a/examples/hello_world_cpp/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f6e980f4b04..57cea7caacc 100644 --- a/examples/hello_world_cpp/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5a7ca07f4e3..98ca72195ae 100644 --- a/examples/hello_world_cpp/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b4ad1b60e8a..6ff89736431 100644 --- a/examples/hello_world_cpp/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec index ead84857820..1f5bcef661e 100644 --- a/examples/hello_world_cpp/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index e64f5441e23..64bbdb5e72a 100644 --- a/examples/hello_world_cpp/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 835609eacda..5316c934ab7 100644 --- a/examples/hello_world_cpp/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 131e6509059..e2696b61d59 100644 --- a/examples/hello_world_cpp/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 59e61ea06d1..56b949d6120 100644 --- a/examples/hello_world_cpp/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1a530de21d6..ac1db42f565 100644 --- a/examples/hello_world_cpp/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c1e023c0e66..ebf2208c23f 100644 --- a/examples/hello_world_cpp/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9ce2cbeb98f..1ba2a9446ae 100644 --- a/examples/hello_world_cpp/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ef2056f02d1..90a92109cb8 100644 --- a/examples/hello_world_cpp/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 253a1bba3f0..6de7f99666d 100644 --- a/examples/hello_world_cpp/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 82e1eee0e05..9947b6c03c5 100644 --- a/examples/hello_world_cpp/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2bd7f4b7b78..d7557d259f9 100644 --- a/examples/hello_world_cpp/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 389939d542f..96b0c006083 100644 --- a/examples/hello_world_cpp/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 75cd49e2dc4..316dded1399 100644 --- a/examples/hello_world_cpp/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a34353ca1d0..46323feef7d 100644 --- a/examples/hello_world_cpp/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 24700a48c98..2361907158a 100644 --- a/examples/hello_world_cpp/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8bb3bac15cd..35c97dfe5a7 100644 --- a/examples/hello_world_cpp/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 17a3342f116..8bd6a8d3b81 100644 --- a/examples/hello_world_cpp/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a234f04b388..b81beee034d 100644 --- a/examples/hello_world_cpp/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d67d457c3db..053d4e56895 100644 --- a/examples/hello_world_cpp/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 49e81d17d72..a6dafaaaefe 100644 --- a/examples/hello_world_cpp/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 456da02509a..6284777ae3e 100644 --- a/examples/hello_world_cpp/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fb8f0d63fdc..9fcb677e0d1 100644 --- a/examples/hello_world_cpp/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d00bf6bd97e..ca5a3d1d343 100644 --- a/examples/hello_world_cpp/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c787babc842..94fd392f845 100644 --- a/examples/hello_world_cpp/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 61add786e5d..115d3c765fe 100644 --- a/examples/hello_world_cpp/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0407cc7a9d4..d937282b480 100644 --- a/examples/hello_world_cpp/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index afb067ec6b8..8493190893a 100644 --- a/examples/hello_world_cpp/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3a3bdbef432..0e719a07664 100644 --- a/examples/hello_world_cpp/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 61add786e5d..115d3c765fe 100644 --- a/examples/hello_world_cpp/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +132,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b009a624b77..63cdd1bf9e0 100644 --- a/examples/hello_world_cpp/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index afb067ec6b8..8493190893a 100644 --- a/examples/hello_world_cpp/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a96ac297ebd..6197842462d 100644 --- a/examples/hello_world_cpp/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0293adc6482..829908d898e 100644 --- a/examples/hello_world_cpp/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8314b22ade0..950aaa71ee9 100644 --- a/examples/hello_world_cpp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a030b35a1fd..01a3d2708a8 100644 --- a/examples/hello_world_cpp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 7c4f0de2b1e..0f3a78067d4 100644 --- a/examples/hello_world_cpp/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index e04195c5640..d71b8bb5863 100644 --- a/examples/hello_world_cpp/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 2bbaa767394..f6227f58d6c 100644 --- a/examples/hello_world_cpp/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index cf94ae28fc9..50307965166 100644 --- a/examples/hello_world_cpp/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 45666fc8a91..b143a1cd9b0 100644 --- a/examples/hello_world_cpp/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2d0316bff9c..a964f992df9 100644 --- a/examples/hello_world_cpp/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3f9c4218c4c..dc6b8f4ce65 100644 --- a/examples/hello_world_cpp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 604fd6ee5e5..fc1d9fe0516 100644 --- a/examples/hello_world_cpp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 3ceab74df32..5768378b804 100644 --- a/examples/hello_world_cpp/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index e04195c5640..d71b8bb5863 100644 --- a/examples/hello_world_cpp/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 874cc527521..75ab197baa0 100644 --- a/examples/hello_world_cpp/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index cf94ae28fc9..50307965166 100644 --- a/examples/hello_world_cpp/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 291d6417e4e..4d26cb4a805 100644 --- a/examples/hello_world_cpp/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 2d0316bff9c..a964f992df9 100644 --- a/examples/hello_world_cpp/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 503b6775671..8fd8a9269b2 100644 --- a/examples/hello_world_cpp/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_cpp/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_cpp/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 604fd6ee5e5..fc1d9fe0516 100644 --- a/examples/hello_world_cpp/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 453e674d84a..69fa8d5f139 100644 --- a/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 18a14187868..9a350d3b282 100644 --- a/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,7 +112,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,7 +125,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -178,7 +179,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/hello_world_cpp/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/hello_world_xip_fss1/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_xip_fss1/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 66bb65cef72..1e01858179d 100644 --- a/examples/hello_world_xip_fss1/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_xip_fss1/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_xip_fss1/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_xip_fss1/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a49220f88fd..37bef0f386f 100644 --- a/examples/hello_world_xip_fss1/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_xip_fss1/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_xip_fss1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_xip_fss1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dde17999c2e..50126856637 100644 --- a/examples/hello_world_xip_fss1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_xip_fss1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_xip_fss1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_xip_fss1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1f279a9ef1d..c16541633b8 100644 --- a/examples/hello_world_xip_fss1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_xip_fss1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/hello_world_xip_fss1/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/hello_world_xip_fss1/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 239118750b6..a7938ed286b 100644 --- a/examples/hello_world_xip_fss1/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/hello_world_xip_fss1/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/hello_world_xip_fss1/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/hello_world_xip_fss1/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2a657f4a0f9..f99ce8096ef 100644 --- a/examples/hello_world_xip_fss1/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/hello_world_xip_fss1/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 6d9a2503ea9..b24e7269200 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index cb18b164565..7cd04bd3adf 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index b6d25011164..d5f92824d5c 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 18cd760331a..65b75453a77 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index d05bfbfa8cd..4fc46f78599 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index f7bc6435469..47c60faef6f 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2f1030106a7..596dbd76f1e 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 588b086dbe9..ac1df05c4c5 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 869dea4207a..a3d3ba933a0 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 1b78dff2779..f5c9b9fba23 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 76e937bf0b1..b3c90b5ced3 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1812fe9186c..7e55e2cf190 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 335be7e29f1..f856ce1d1c4 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index cc4f3ccd401..4cd8439a5c4 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 14fa4818bc6..852da9bc3e2 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index e00c46814b1..516169e57d1 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index e73f28311ec..875281d8f7e 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 11ce877d22a..df76f5f51d6 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c127e7239e3..20576be5893 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9564a32433c..e2c1e475bbc 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 92300a24ef1..cfa3f29ac81 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 7214f9f6597..b9673e19fe6 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c09a1aeccaf..717ff3651aa 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ebcf8b37495..f0dcc37bec5 100644 --- a/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 92844056e33..b948a2dbce7 100644 --- a/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 72f45aa0ae5..8aa97d29476 100644 --- a/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b5ba1938804..7e1e86d9bd9 100644 --- a/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 186e15e4106..66e8e8c1949 100644 --- a/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 02bcd63cf28..212dac68cf2 100644 --- a/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 0ac7cbf7f18..d0680b097b7 100644 --- a/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3f39b6a02b..0e3de1483f5 100644 --- a/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index fb10ab8be15..79d42748ac4 100644 --- a/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6dd73170d15..8b983043276 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 70691965e3e..31ee72ca0f2 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index afc7c7831dd..5d7e8afba77 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8ffb18feb75..c78f151688b 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 48f306cef72..c36789b92ba 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b1fec604c16..6c46d09d29f 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/example.projectspec index 6cd23bd1f5c..4b0deba65cd 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DMPU_FREERTOS + -DOS_FREERTOS_MPU " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f-mpu.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos_mpu.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos_mpu.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f-mpu.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos_mpu.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos_mpu.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile index 13301a5ebba..acc14472682 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DMPU_FREERTOS \ + -DOS_FREERTOS_MPU \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f-mpu.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f-mpu.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0397b2d6d5c..5419ea2e333 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ef132ebcbc0..88a5d0245f8 100644 --- a/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 011671a9465..49127c52193 100644 --- a/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index bcb3eaa8a9c..b3050067b5a 100644 --- a/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f7ad52ac5ff..557d1605cba 100644 --- a/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8022283f2ae..4f4bcb1a998 100644 --- a/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3dd29e8d300..ba9e8a97efa 100644 --- a/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index bcb3eaa8a9c..b3050067b5a 100644 --- a/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8755614eda7..3bd7abb75e2 100644 --- a/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8022283f2ae..4f4bcb1a998 100644 --- a/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec b/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec index c6ff59ead32..e0f5b02139e 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f -mv6600 --abi=eabi -q @@ -45,6 +46,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +75,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.freertos.debug.lib + -lboard.am273x.c66.ti-c6000.freertos.debug.lib -llibc.a " > @@ -86,8 +88,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.freertos.release.lib + -lboard.am273x.c66.ti-c6000.freertos.release.lib -llibc.a " > diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 6ed987d8cd5..91714973510 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -58,10 +58,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index d9591802525..ab525f4d313 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -42,6 +42,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a183f9b3533..165cdcd2cea 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -104,8 +105,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e413afaede1..b786e0c0a48 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 4a56aae3d57..4cbae139017 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7571d5df3cb..818da677f19 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 336c0928e3c..4aa1dd43a3a 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index f99a2737476..a3d3e2852fc 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 996c0499c32..95b05b2a82a 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e1cd20020ba..6a781f7d343 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index f38c73e37d3..36c7dd48e7b 100644 --- a/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index bc8ed38aedc..355fbb535b9 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -54,6 +54,7 @@ -DSOC_AM64X -DOS_FREERTOS -DSMP_FREERTOS + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 159d807abcc..bf72981dc7c 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -64,6 +64,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 7dcf81587c6..5a1ff6f7876 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index e3478d98843..ef178c2fb71 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec index f8a461970a0..32aba42b9b2 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 2da9c25b323..72f69ca8d32 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec index 72a663bb5f6..5d9cf590665 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile index a92b629556d..790758b7cd1 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index dee8742cc37..38c5849d234 100755 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 3a0b5bdbba0..0cc98315f79 100755 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index a35f95071e5..918ab58fe21 100755 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index ce44324ad02..a4fd587b0c5 100755 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 3ef7f0c986a..0ea6d1c7444 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 0123e4f7139..6080c6fdbb4 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 245835a01f6..676bae04063 100755 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5ddbba5abcd..345e7bf7b72 100755 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index f00693a30ca..f369c9552d7 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am64x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 4d92c3757a6..f7f9a0ffded 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 32966c5ca94..ea5829f3fa7 100755 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0486c83d14c..a894b03898d 100755 --- a/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index d79115bc048..bdff7cf0d52 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -54,6 +54,7 @@ -DSOC_AM64X -DOS_FREERTOS -DSMP_FREERTOS + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 159d807abcc..bf72981dc7c 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -64,6 +64,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index a7d95037ac7..5b6f99f9ca0 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index e3478d98843..ef178c2fb71 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec index 61ffea63bf0..4ec78e68c7a 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/example.projectspec @@ -45,6 +45,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -77,7 +78,7 @@ " linkerBuildOptions=" -lnortos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.nortos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 2da9c25b323..72f69ca8d32 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -55,6 +55,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -89,7 +90,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -104,7 +105,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec index 325459484c7..3bafeb66377 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile index a92b629556d..790758b7cd1 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec index c1f49e91cef..b569e093ea7 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index 3a0b5bdbba0..0cc98315f79 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 0ad7007b41a..295f07a4483 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -40,6 +40,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -67,8 +68,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,8 +80,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index ce44324ad02..a4fd587b0c5 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec index d0281ecba46..4c64437b932 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile index 0123e4f7139..6080c6fdbb4 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a63bb5bc35e..fe96dca7bd7 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 5ddbba5abcd..345e7bf7b72 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/gcc-armv7/example.projectspec index 4c7199d7994..752979e84e9 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am64x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/gcc-armv7/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/gcc-armv7/makefile index 4d92c3757a6..f7f9a0ffded 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 88a0950b730..91498894b9c 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 0486c83d14c..a894b03898d 100644 --- a/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 16e38dfef86..1421a02ba1a 100644 --- a/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,7 +72,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,7 +83,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -103,5 +104,7 @@ + + diff --git a/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index c0b98763c84..c827a2621bd 100644 --- a/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,7 +106,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,7 +119,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -163,7 +164,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/kernel/dpl/dpl_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/kernel/dpl/dpl_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d062bca169c..cae5ce765ee 100644 --- a/examples/kernel/dpl/dpl_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0012db33bae..e48d6a62f64 100644 --- a/examples/kernel/dpl/dpl_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_low_latency_interrupt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/dpl_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/dpl_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e109e436967..9d82099a0c1 100644 --- a/examples/kernel/dpl/dpl_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/dpl_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/dpl_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/dpl_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1323ebf7003..f134fa62128 100644 --- a/examples/kernel/dpl/dpl_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/dpl_low_latency_interrupt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 71a2a431b03..8e81e773345 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f0109d17c1f..8ee1ab389ac 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7ca4de4d741..0d886e40ccb 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0cca76e9e69..26865070d81 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 77a0746fcef..3367ddb3733 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 2a7dbe7df57..cd5cd590313 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 81d2d0549b9..b8160f1ff05 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2db45c33812..cc1ac8638c9 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cdb28251111..011f36081be 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 3f6bc4fcb7f..6d057afcc8f 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 032df66d1a8..6e47f79be16 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b564dca003a..4db9ea6c9b9 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b54bb55ac6a..0e5362aaf26 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 45b5da441d1..f955bd95c96 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cf9e3654f75..1d33019fa54 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c7b0fea2624..21f9a425fbe 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2e92b85fe0f..d645b5de337 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 41c9f6a20fb..b91da61916d 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fcae5f1aa2c..75a9291380c 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7efc88d16ad..b5130970688 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 774eff6cb28..b00a67a3172 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 41c9f6a20fb..b91da61916d 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2236964a1fd..1bd99b08c34 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7efc88d16ad..b5130970688 100644 --- a/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/interrupt_prioritization/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9907ee27c40..5912fbc6a11 100644 --- a/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b06212cec8d..9d4765d741a 100644 --- a/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 15c13358a3a..4ee69155ec7 100644 --- a/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3956e2a6674..5b87f62d97f 100644 --- a/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2d99f1d7511..e82d262ab65 100644 --- a/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 9e313f647be..abc48894946 100644 --- a/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a42e5c04a7a..7723edcc84c 100644 --- a/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e63713d7719..d2a5a9686c7 100644 --- a/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8512ef5f04e..97c6551172d 100644 --- a/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 707a00d0cb0..ddd6d6bba7f 100644 --- a/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4db94a140d3..e28297baa50 100644 --- a/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 69adfd4a5da..1b7c9cfb192 100644 --- a/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 51228b82b6f..69d6b82ccbb 100644 --- a/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 04f3c2f3d2f..2ca041aed20 100644 --- a/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 198b26bfb6f..6b4966c23c3 100644 --- a/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b83eec41814..b36b63b2a07 100644 --- a/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7d1d1f4a49e..ea16d1c2da3 100644 --- a/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 483bc1537cf..dbe2baf1117 100644 --- a/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bb3b73ef210..a3eba1d0053 100644 --- a/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 26871c92b01..88db1c578eb 100644 --- a/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 847704ff2e0..039f2a64c15 100644 --- a/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 483bc1537cf..dbe2baf1117 100644 --- a/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8a18b0eed1d..1bbe34c0d7a 100644 --- a/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 26871c92b01..88db1c578eb 100644 --- a/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_data_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1e6cfb35533..6f910e638a2 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1e8a2456a54..8cf37d19298 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9b2a476094b..fe08cff2e9e 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 62a44d150f2..8e7d9cc77a4 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c5e2926ad10..85cbc26b78b 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 4a27ffd7e71..c67abdfe86d 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3ffb49c8e58..b18ecdbe31b 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1a6541b69fb..7a99a831a14 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3a2c1276955..ceab9667ee5 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 873cf8e5cd5..967ffee3d5b 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 13072a6022c..4d51e5e53e1 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 43aee358084..2ca39bc88bf 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4a8a721139a..f22cfd831db 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 5693677d7e2..c99dd6e7883 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 338fb825348..3ef09e96047 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cd7058de98a..91778290381 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 739d83f821d..4907ddda9ef 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 386aa73b166..ab102b9d0ed 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 977f8e14bd4..5382d61b65a 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 05de7bdd5c8..605d2f63a46 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3ab99d2013c..4511d161d9e 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 386aa73b166..ab102b9d0ed 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 431c80d1de5..b7232092463 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 05de7bdd5c8..605d2f63a46 100644 --- a/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_prefetch_abort/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9a42131024b..ba9df1b337d 100644 --- a/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 5b9e95e8093..e82334eb93f 100644 --- a/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 439d5dc0bc8..53a760c7754 100644 --- a/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 31affce7ba6..1bfae0173be 100644 --- a/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 550a889dd1d..1f87a206e84 100644 --- a/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index a4609604eab..d6839d11189 100644 --- a/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d73fb769171..3e545eb9e13 100644 --- a/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index bc5385d8790..6b98654314a 100644 --- a/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 79d922a056a..cdc90f85d7a 100644 --- a/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 33ac7a2f29d..f64ae00392c 100644 --- a/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 604f72c2eb9..e17bedf1b29 100644 --- a/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2ee2d95c602..37ac4fdbca9 100644 --- a/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ed8be5a670d..73e5df0b75b 100644 --- a/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d3b46091ad0..fc4c6ca0d3a 100644 --- a/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 648e9c35c5a..428b83d5eff 100644 --- a/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0e32efcd0da..a23dba7a89e 100644 --- a/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ce42d994de3..a3ab9b964ba 100644 --- a/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index ba5e46c0d3a..8eaf57549c0 100644 --- a/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6d4c57235f9..930daf01b85 100644 --- a/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index eb118dd9260..20ae11dac10 100644 --- a/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bab7a5d5659..9ef9d592025 100644 --- a/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ba5e46c0d3a..8eaf57549c0 100644 --- a/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 32fbf57c288..060db3e48f2 100644 --- a/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index eb118dd9260..20ae11dac10 100644 --- a/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/test_undef/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fe025aff062..8be4e3fdeaa 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6f9ab092a2e..3bae416d0fe 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index a2f92162158..909e9ce131e 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index f572194293b..cbda5f11352 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec index 901a3d41869..aa65df84259 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index 0a3a9697297..0ece26e6e1b 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec index 702c40a9821..79d0eb53f10 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index ba0a28975a7..b9da48e2615 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/xip_benchmark/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 189ff0f99cf..f6b8fe1aae0 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 6f9ab092a2e..3bae416d0fe 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 38e49bcccdf..7d8775c42ae 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile index f572194293b..cbda5f11352 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec index 46e924efaf7..d1acf1b045f 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-0_freertos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile index 0a3a9697297..0ece26e6e1b 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec index aa7abb38834..f1700d0087b 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-1_freertos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -lcmsis.am64x.r5f.ti-arm-clang.release.lib -llibc.a -llibsysbm.a diff --git a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile index ba0a28975a7..b9da48e2615 100644 --- a/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/examples/kernel/dpl/xip_benchmark/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lcmsis.am64x.r5f.ti-arm-clang.release.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ cmsis.am64x.r5f.ti-arm-clang.release.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 70d1b851af7..d015b351170 100644 --- a/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -57,6 +57,7 @@ -DSOC_AM64X -DOS_FREERTOS -DSMP_FREERTOS + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -90,9 +91,9 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib - -ldhrystone_benchmark.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -ldhrystone_benchmark.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index a998e1d65a9..ecded0be04d 100644 --- a/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -65,6 +65,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:dhrystone_benchmark.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:dhrystone_benchmark.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - dhrystone_benchmark.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + dhrystone_benchmark.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 64e6808aff9..c999bf65501 100644 --- a/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -55,6 +55,7 @@ -O3 -march=armv8-a -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib - -ldhrystone_benchmark.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib + -ldhrystone_benchmark.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 12ef2b4cf99..acd89af19fc 100644 --- a/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/kernel/freertos/dhrystone_benchmark/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:dhrystone_benchmark.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:dhrystone_benchmark.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - dhrystone_benchmark.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + dhrystone_benchmark.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 9102112a45e..4243df4e9bd 100644 --- a/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 3bec605c5cf..e98d7b2e346 100644 --- a/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6682b87bb85..175bf18d331 100644 --- a/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 17a144a8ede..87f48110408 100644 --- a/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/interrupt_profiling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/interrupt_profiling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/interrupt_profiling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3407b906e56..ce6c28cac0f 100644 --- a/examples/kernel/freertos/interrupt_profiling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/interrupt_profiling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/interrupt_profiling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/interrupt_profiling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 13b122ff6d7..80a610e90a1 100644 --- a/examples/kernel/freertos/interrupt_profiling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/interrupt_profiling/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/interrupt_profiling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/interrupt_profiling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 14e36bcc445..490e3a9b509 100644 --- a/examples/kernel/freertos/interrupt_profiling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/interrupt_profiling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/interrupt_profiling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/interrupt_profiling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 13b122ff6d7..80a610e90a1 100644 --- a/examples/kernel/freertos/interrupt_profiling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/interrupt_profiling/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/interrupt_profiling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/interrupt_profiling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f41c8335828..814f3f790b0 100644 --- a/examples/kernel/freertos/interrupt_profiling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/interrupt_profiling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/interrupt_profiling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/interrupt_profiling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 347ba8bc9db..99d41a2997a 100644 --- a/examples/kernel/freertos/interrupt_profiling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/interrupt_profiling/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/interrupt_profiling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/interrupt_profiling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 17fb4296e41..d0f8cd45faa 100644 --- a/examples/kernel/freertos/interrupt_profiling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/interrupt_profiling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/interrupt_profiling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/interrupt_profiling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index bf2b9a6423e..c75b4460a39 100644 --- a/examples/kernel/freertos/interrupt_profiling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/interrupt_profiling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 7ea0e4f512c..1ac9708c5b9 100644 --- a/examples/kernel/freertos/posix_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index d5a5d734b89..677eb16066d 100644 --- a/examples/kernel/freertos/posix_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index c7db1e98b90..b75a170687b 100644 --- a/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -58,6 +58,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -93,8 +94,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 2f2eb9b26b4..3bcfa0ee56c 100644 --- a/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 949704a0eeb..8e36a394984 100644 --- a/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1e4ceaacdf3..32375b0f817 100644 --- a/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec index d1c4837e0da..209ff10a8bd 100644 --- a/examples/kernel/freertos/posix_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 4fd082396bb..4017d89a124 100644 --- a/examples/kernel/freertos/posix_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index de526ee1c3e..d01f9b89eb7 100644 --- a/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -58,6 +58,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -93,8 +94,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 1636ed3cc3d..871304c1d2c 100644 --- a/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 89b8e0ef707..e21abcf3dc1 100644 --- a/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a9e014ef529..62a4c093a8d 100644 --- a/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5e8fd4db6a0..dd55de34c80 100644 --- a/examples/kernel/freertos/posix_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 5c231bc0c3b..4039259d1ef 100644 --- a/examples/kernel/freertos/posix_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9d2007ebcc7..eb934f485e8 100644 --- a/examples/kernel/freertos/posix_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index a69fe7820ad..64ec53ddaec 100644 --- a/examples/kernel/freertos/posix_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index eea94d5113d..4ed35a52bb4 100644 --- a/examples/kernel/freertos/posix_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 135eee6e34e..8cb36838c5b 100644 --- a/examples/kernel/freertos/posix_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 43e55ddaa41..0153981123e 100644 --- a/examples/kernel/freertos/posix_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 7f01929cf9a..9923cf77b5f 100644 --- a/examples/kernel/freertos/posix_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0c1ac45aa3d..bc68e0293ce 100644 --- a/examples/kernel/freertos/posix_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 5fea01de4fe..18cd9cd5b72 100644 --- a/examples/kernel/freertos/posix_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3fa92bc195e..7d724b4ce93 100644 --- a/examples/kernel/freertos/posix_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 5fea01de4fe..18cd9cd5b72 100644 --- a/examples/kernel/freertos/posix_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec b/examples/kernel/freertos/posix_demo/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec index 42f54787429..46f6e2d0d4f 100644 --- a/examples/kernel/freertos/posix_demo/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec @@ -38,6 +38,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/include/private -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include/portable + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f -mv6600 --abi=eabi -q @@ -49,6 +50,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -77,8 +79,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.freertos.debug.lib + -lboard.am273x.c66.ti-c6000.freertos.debug.lib -llibc.a " > @@ -90,8 +92,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.freertos.release.lib + -lboard.am273x.c66.ti-c6000.freertos.release.lib -llibc.a " > diff --git a/examples/kernel/freertos/posix_demo/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/examples/kernel/freertos/posix_demo/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 9cc083b2927..3ebe1d58fbe 100644 --- a/examples/kernel/freertos/posix_demo/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/examples/kernel/freertos/posix_demo/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,10 +62,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/include/private \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/include/portable \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -111,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/kernel/freertos/posix_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f8f2bf3bbb1..f5ba9e2bef9 100644 --- a/examples/kernel/freertos/posix_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b05ef92c070..c5bdfb05336 100644 --- a/examples/kernel/freertos/posix_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index de5c7bace1d..299cb4da08c 100644 --- a/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -54,6 +54,7 @@ -DSOC_AM64X -DOS_FREERTOS -DSMP_FREERTOS + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 99b1b55669a..02774c5ed70 100644 --- a/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -64,6 +64,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 806ad9345bf..ebf3ca77851 100644 --- a/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index e243f68cc55..85f949987cb 100644 --- a/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index ac9e85f2860..5c5519f2c45 100755 --- a/examples/kernel/freertos/posix_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 9b03c4aeb1e..4ce0f017388 100755 --- a/examples/kernel/freertos/posix_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index d048b71a871..ba5b32e4d10 100644 --- a/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -58,6 +58,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -93,8 +94,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 6883cecf4e9..6c7827387e6 100644 --- a/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f00bc351170..da5214271a0 100755 --- a/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 86286b77f54..b828faefaa2 100755 --- a/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index 072f0329766..d392bc81192 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -54,6 +54,7 @@ -DSOC_AM64X -DOS_FREERTOS -DSMP_FREERTOS + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 99b1b55669a..02774c5ed70 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -64,6 +64,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 45cc25a7818..6f7281b3553 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index e243f68cc55..85f949987cb 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec index eb04687bc7c..fb08a7da8cd 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,8 +75,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index 9b03c4aeb1e..4ce0f017388 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec index b24bccd141a..53ed28bcdb3 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -58,6 +58,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -93,8 +94,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile index 6883cecf4e9..6c7827387e6 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e279b3e49a5..bbef7108f44 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -76,8 +77,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -88,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 86286b77f54..b828faefaa2 100644 --- a/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9aa4d3f2159..75acd6ce9c1 100644 --- a/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -48,6 +48,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -75,7 +76,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -86,7 +87,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -107,5 +108,7 @@ + + diff --git a/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 8ee08dbe890..578988ab4fa 100644 --- a/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,7 +110,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,7 +123,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -167,7 +168,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/kernel/freertos/posix_demo/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/kernel/freertos/smp_task_switch/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec b/examples/kernel/freertos/smp_task_switch/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec index d5217c100ba..80670b18848 100644 --- a/examples/kernel/freertos/smp_task_switch/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/smp_task_switch/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/example.projectspec @@ -54,6 +54,7 @@ -DSOC_AM64X -DOS_FREERTOS -DSMP_FREERTOS + -DOS_FREERTOS_SMP " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -86,8 +87,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53-smp.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos-smp.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos-smp.debug.lib " > diff --git a/examples/kernel/freertos/smp_task_switch/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/examples/kernel/freertos/smp_task_switch/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 7f4202cfae1..67a5d605d59 100644 --- a/examples/kernel/freertos/smp_task_switch/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/examples/kernel/freertos/smp_task_switch/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -64,6 +64,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 523046392d3..5ea327e977b 100644 --- a/examples/kernel/freertos/task_switch/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am243x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index cda860c3874..8a00fedabef 100644 --- a/examples/kernel/freertos/task_switch/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index ca8268c3485..9aa7b7f32e9 100644 --- a/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index ad5f50926e8..08272d2f0bd 100644 --- a/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 17d0cfa0c23..13c844b3a9a 100644 --- a/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 745744e1c5c..a3e0219ce59 100644 --- a/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec index da491acf228..e48179600a7 100644 --- a/examples/kernel/freertos/task_switch/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am243x-lp/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am243x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index d834d6b85d5..dbefae408a3 100644 --- a/examples/kernel/freertos/task_switch/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index d26d0212dee..70c676978e5 100644 --- a/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 6d849d79f49..65d97f542f2 100644 --- a/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ba5a8de365e..11f801f9b00 100644 --- a/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b21dfbbf950..ba58c50cc09 100644 --- a/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fbbdd346d71..e159967050d 100644 --- a/examples/kernel/freertos/task_switch/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 950438fdeae..c4f9e1835fd 100644 --- a/examples/kernel/freertos/task_switch/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e7c4a1fe5b5..436d296059e 100644 --- a/examples/kernel/freertos/task_switch/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 53b99e50872..27cf807987f 100644 --- a/examples/kernel/freertos/task_switch/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e1e8e305a37..349ead99d01 100644 --- a/examples/kernel/freertos/task_switch/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c4031e422f5..e583f6e4a78 100644 --- a/examples/kernel/freertos/task_switch/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8c29404a102..1b1a1a7100b 100644 --- a/examples/kernel/freertos/task_switch/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index fae6f52cff5..c25d9f2b8b8 100644 --- a/examples/kernel/freertos/task_switch/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fad2b313c5c..87aa5a4faae 100644 --- a/examples/kernel/freertos/task_switch/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 4aaa5ddfbd0..babaa87932d 100644 --- a/examples/kernel/freertos/task_switch/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1609c82eea8..e33544c055d 100644 --- a/examples/kernel/freertos/task_switch/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4aaa5ddfbd0..babaa87932d 100644 --- a/examples/kernel/freertos/task_switch/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec b/examples/kernel/freertos/task_switch/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec index 0a68f1dde29..6b95088db72 100644 --- a/examples/kernel/freertos/task_switch/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec +++ b/examples/kernel/freertos/task_switch/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f -mv6600 --abi=eabi -q @@ -45,6 +46,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +75,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.freertos.debug.lib + -lboard.am273x.c66.ti-c6000.freertos.debug.lib -llibc.a " > @@ -86,8 +88,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.freertos.release.lib + -lboard.am273x.c66.ti-c6000.freertos.release.lib -llibc.a " > diff --git a/examples/kernel/freertos/task_switch/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/examples/kernel/freertos/task_switch/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 1715f35d025..eb42243e79e 100644 --- a/examples/kernel/freertos/task_switch/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/examples/kernel/freertos/task_switch/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -58,10 +58,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/kernel/freertos/task_switch/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3f247e287cb..084885c0f70 100644 --- a/examples/kernel/freertos/task_switch/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9d2732340fe..f74d9a9978d 100644 --- a/examples/kernel/freertos/task_switch/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index ea35c98139f..79171f074d7 100644 --- a/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 18e79551057..165ac1e10a1 100644 --- a/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec index 1b083364925..f5316b74b4e 100644 --- a/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile index 498dbec8ca0..7e6bf1fd373 100644 --- a/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/kernel/freertos/task_switch/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 97d8cd7f97f..53ea290b100 100755 --- a/examples/kernel/freertos/task_switch/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 0d5242e7dc9..f02fac4b08b 100755 --- a/examples/kernel/freertos/task_switch/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 9fd56d3f98c..d483768111b 100644 --- a/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile index d8bf4efe20b..59a77590f54 100644 --- a/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d698954adc0..415b2837f52 100755 --- a/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 82e556c48ea..22892c0a974 100755 --- a/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 05c71dfda3f..b6512984595 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 18e79551057..165ac1e10a1 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec b/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec index 5440d24fc5f..82f09eed362 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-1_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -ffunction-sections -DSOC_AM64X -DAMP_FREERTOS_A53 + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lboard.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lboard.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile b/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile index 498dbec8ca0..7e6bf1fd373 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/examples/kernel/freertos/task_switch/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 3b1e6e1dac4..ebb4500896d 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-sk/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lboard.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index 0d5242e7dc9..f02fac4b08b 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec index 43cc775a915..10fa87b7bd9 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -89,8 +90,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.gcc-armv7.debug.lib - -ldrivers.am64x.r5f.gcc-armv7.debug.lib - -lboard.am64x.r5f.gcc-armv7.debug.lib + -ldrivers.am64x.r5f.gcc-armv7.freertos.debug.lib + -lboard.am64x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile b/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile index d8bf4efe20b..59a77590f54 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am64x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am64x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am64x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 700ce3a4031..ea9abf65ae8 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 82e556c48ea..22892c0a974 100644 --- a/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d5c0a80971e..bc55162b17a 100644 --- a/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="4.0.1" + cgtVersion="4.0.1.LTS" device="Cortex R.AM6548.IDK_AM65x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM65X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,7 +73,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.debug.lib - -ldrivers.am65x.r5f.ti-arm-clang.debug.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,7 +84,7 @@ " linkerBuildOptions=" -lfreertos.am65x.r5f.ti-arm-clang.release.lib - -ldrivers.am65x.r5f.ti-arm-clang.release.lib + -ldrivers.am65x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " @@ -104,5 +105,7 @@ + + diff --git a/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index b8b1ff22316..d242f01ee65 100644 --- a/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,7 +107,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,7 +120,7 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -165,7 +166,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/examples/kernel/freertos/task_switch/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/examples/kernel/freertos/task_switch_mpu/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/example.projectspec b/examples/kernel/freertos/task_switch_mpu/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/example.projectspec index 709d28d7274..1a3c975fb4f 100644 --- a/examples/kernel/freertos/task_switch_mpu/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/example.projectspec +++ b/examples/kernel/freertos/task_switch_mpu/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DMPU_FREERTOS + -DOS_FREERTOS_MPU " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f-mpu.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos_mpu.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos_mpu.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f-mpu.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos_mpu.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos_mpu.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/freertos/task_switch_mpu/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile b/examples/kernel/freertos/task_switch_mpu/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile index d79e15c4a7b..acb59484995 100644 --- a/examples/kernel/freertos/task_switch_mpu/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile +++ b/examples/kernel/freertos/task_switch_mpu/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DMPU_FREERTOS \ + -DOS_FREERTOS_MPU \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f-mpu.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f-mpu.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/basic_smart_placement/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/basic_smart_placement/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 29b61fcd488..0bc45dfc138 100644 --- a/examples/kernel/nortos/basic_smart_placement/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/basic_smart_placement/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/basic_smart_placement/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/basic_smart_placement/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d69d86eefd4..e0c35031f34 100644 --- a/examples/kernel/nortos/basic_smart_placement/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/basic_smart_placement/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/basic_smart_placement/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/basic_smart_placement/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eafb6863c46..cead78125a7 100644 --- a/examples/kernel/nortos/basic_smart_placement/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/basic_smart_placement/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/basic_smart_placement/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/basic_smart_placement/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e17b6361d03..040fb93facc 100644 --- a/examples/kernel/nortos/basic_smart_placement/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/basic_smart_placement/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/basic_smart_placement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/basic_smart_placement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d400e37a805..bff5ea67089 100644 --- a/examples/kernel/nortos/basic_smart_placement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/basic_smart_placement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/basic_smart_placement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/basic_smart_placement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ddc3a1ea728..4f89a1df01c 100644 --- a/examples/kernel/nortos/basic_smart_placement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/basic_smart_placement/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/basic_smart_placement/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/basic_smart_placement/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9a14220f5e4..4090f71db65 100644 --- a/examples/kernel/nortos/basic_smart_placement/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/basic_smart_placement/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/basic_smart_placement/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/basic_smart_placement/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d0b8a95d50b..ccb76bfa9b0 100644 --- a/examples/kernel/nortos/basic_smart_placement/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/basic_smart_placement/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/basic_smart_placement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/basic_smart_placement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 357af489698..ba102e270cd 100644 --- a/examples/kernel/nortos/basic_smart_placement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/basic_smart_placement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/basic_smart_placement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/basic_smart_placement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d5f6eb8ec72..19e7b9ac505 100644 --- a/examples/kernel/nortos/basic_smart_placement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/basic_smart_placement/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/basic_smart_placement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/basic_smart_placement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8bca48b1435..19df7da1f62 100644 --- a/examples/kernel/nortos/basic_smart_placement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/basic_smart_placement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/basic_smart_placement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/basic_smart_placement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f60ae5eb674..c702f7ed390 100644 --- a/examples/kernel/nortos/basic_smart_placement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/basic_smart_placement/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/basic_smart_placement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/basic_smart_placement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 93c1eb74f52..2ae31aa08f5 100644 --- a/examples/kernel/nortos/basic_smart_placement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/basic_smart_placement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,7 +69,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -79,7 +80,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/basic_smart_placement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/basic_smart_placement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f60ae5eb674..c702f7ed390 100644 --- a/examples/kernel/nortos/basic_smart_placement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/basic_smart_placement/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,7 +108,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,7 +121,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index e1222a90881..40aa7fdf33b 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -87,7 +87,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 5a33e59a017..759708d35df 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -97,7 +97,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,7 +115,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ae5ca13f590..15b3a755cb3 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -70,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8bc7e68fc4e..4f52accfadd 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -103,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec index 6e3e0bdf4c4..aefb040ad80 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/gcc-armv7/example.projectspec @@ -87,7 +87,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index 97a38612b2b..7970f87c96e 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -96,7 +96,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -114,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 1f915b7f787..dad6df34dbd 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -70,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 52d36a32e09..f48682698a3 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -102,7 +102,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,7 +115,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e2f7a6b5758..12f0305e698 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -72,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 60713cfad9d..00d89e5eb18 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -112,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index f0a16db123f..7008b8ec065 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -72,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lpmic_blackbird.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index ba5e9cccb4d..569ed85e3aa 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -111,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 228152f7549..03ed894bacb 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -70,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 126b69b4a96..f50d657528a 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,7 +110,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,7 +123,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 1cb9e6432cb..0e099d93157 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -70,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 3f5ead69b07..c821f837af9 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -109,7 +109,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,7 +122,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 20b329b351f..681b129ccba 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -70,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9b218f472d0..1b186617f7b 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -103,7 +103,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,7 +116,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec index d18d27563c5..f1b8db5f49a 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -70,7 +70,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,7 +81,7 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 4a93c48636e..08c60604599 100644 --- a/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/kernel/nortos/wfi_standby_demo/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -102,7 +102,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,7 +115,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 4baa19c6123..89f08470056 100644 --- a/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lmathlib.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lmathlib.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 01ab858be19..4d2886bd34f 100644 --- a/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,9 +97,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:mathlib.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:mathlib.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - mathlib.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + mathlib.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f4ea88c8d47..fa6c62781ff 100644 --- a/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmathlib.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmathlib.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 46bfb861ed3..d08a2c0e684 100644 --- a/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/mathlib/benchmark/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0ab7200d1e0..1d1297bddea 100644 --- a/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -51,6 +51,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lmathlib.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lmathlib.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 357df44b13f..66e5c41d5e9 100644 --- a/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,9 +97,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:mathlib.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:mathlib.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - mathlib.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + mathlib.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9eb427cf6d1..ad93732ea17 100644 --- a/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmathlib.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmathlib.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 768357d540f..3094d900e98 100644 --- a/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/mathlib/benchmark/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/mathlib/benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/mathlib/benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ebf5bb1c33e..c6cd151632f 100644 --- a/examples/mathlib/benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/mathlib/benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/mathlib/benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/mathlib/benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6f690250c8e..a4b7a02e8b3 100644 --- a/examples/mathlib/benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/mathlib/benchmark/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/mathlib/benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/mathlib/benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 845f86881e6..e856bb946f1 100644 --- a/examples/mathlib/benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/mathlib/benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmathlib.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmathlib.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/mathlib/benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/mathlib/benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8ebda22c27a..73540bf3585 100644 --- a/examples/mathlib/benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/mathlib/benchmark/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/mathlib/benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/mathlib/benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1da796c0b81..0a518209789 100644 --- a/examples/mathlib/benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/mathlib/benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lmathlib.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lmathlib.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/mathlib/benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/mathlib/benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f7a8c40c871..efd5323527c 100644 --- a/examples/mathlib/benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/mathlib/benchmark/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/mathlib/benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/mathlib/benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 47f9c261225..67094c701f2 100644 --- a/examples/mathlib/benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/mathlib/benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lmathlib.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lmathlib.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/mathlib/benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/mathlib/benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f7a8c40c871..efd5323527c 100644 --- a/examples/mathlib/benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/mathlib/benchmark/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/mathlib/benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/mathlib/benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2d2491ff93e..c490c966c1c 100644 --- a/examples/mathlib/benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/mathlib/benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lmathlib.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lmathlib.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/mathlib/benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/mathlib/benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c44ddd614aa..e6827b7ff4e 100644 --- a/examples/mathlib/benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/mathlib/benchmark/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/mathlib/benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/mathlib/benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dfc61e61155..8b23fe5787c 100644 --- a/examples/mathlib/benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/mathlib/benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lmathlib.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lmathlib.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lmathlib.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lmathlib.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/mathlib/benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/mathlib/benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 87d790b5c0e..096cfb861b1 100644 --- a/examples/mathlib/benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/mathlib/benchmark/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmathlib.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmathlib.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - mathlib.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + mathlib.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/networking/lwip/icss_emac_lwip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/networking/lwip/icss_emac_lwip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 98acc217c8a..404d7daf019 100644 --- a/examples/networking/lwip/icss_emac_lwip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/networking/lwip/icss_emac_lwip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -59,6 +59,7 @@ -Wno-unused-function -DSOC_AM261X -DAM261X_LP + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -91,10 +92,10 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -licss_emac.am261x.r5f.ti-arm-clang.debug.lib - -licss_emac_lwip_if.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac.am261x.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac_lwip_if.am261x.r5f.ti-arm-clang.freertos.debug.lib -llwip-freertos-icss_emac.am261x.r5f.ti-arm-clang.debug.lib -llwip-contrib-freertos-icss_emac.am261x.r5f.ti-arm-clang.debug.lib -llibc.a @@ -107,10 +108,10 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -licss_emac.am261x.r5f.ti-arm-clang.release.lib - -licss_emac_lwip_if.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -licss_emac.am261x.r5f.ti-arm-clang.freertos.release.lib + -licss_emac_lwip_if.am261x.r5f.ti-arm-clang.freertos.release.lib -llwip-freertos-icss_emac.am261x.r5f.ti-arm-clang.release.lib -llwip-contrib-freertos-icss_emac.am261x.r5f.ti-arm-clang.release.lib -llibc.a diff --git a/examples/networking/lwip/icss_emac_lwip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/networking/lwip/icss_emac_lwip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f1e604cbe04..ad5d0542284 100644 --- a/examples/networking/lwip/icss_emac_lwip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/networking/lwip/icss_emac_lwip/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DAM261X_LP \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -131,10 +132,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac_lwip_if.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac_lwip_if.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llwip-freertos-icss_emac.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ -llwip-contrib-freertos-icss_emac.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ -llibc.a \ @@ -150,10 +151,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac_lwip_if.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac_lwip_if.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ lwip-freertos-icss_emac.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ lwip-contrib-freertos-icss_emac.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ libc.a \ diff --git a/examples/networking/lwip/icss_emac_lwip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/networking/lwip/icss_emac_lwip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 66646eaefdd..5ea0f3dd234 100644 --- a/examples/networking/lwip/icss_emac_lwip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/networking/lwip/icss_emac_lwip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -59,6 +59,7 @@ -Wno-unused-function -DSOC_AM263PX -DAM263PX_CC + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -91,10 +92,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -licss_emac.am263px.r5f.ti-arm-clang.debug.lib - -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac.am263px.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.freertos.debug.lib -llwip-freertos-icss_emac.am263px.r5f.ti-arm-clang.debug.lib -llwip-contrib-freertos-icss_emac.am263px.r5f.ti-arm-clang.debug.lib -llibc.a @@ -107,10 +108,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -licss_emac.am263px.r5f.ti-arm-clang.release.lib - -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -licss_emac.am263px.r5f.ti-arm-clang.freertos.release.lib + -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.freertos.release.lib -llwip-freertos-icss_emac.am263px.r5f.ti-arm-clang.release.lib -llwip-contrib-freertos-icss_emac.am263px.r5f.ti-arm-clang.release.lib -llibc.a diff --git a/examples/networking/lwip/icss_emac_lwip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/networking/lwip/icss_emac_lwip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b671679e0c3..71b48d6bc6c 100644 --- a/examples/networking/lwip/icss_emac_lwip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/networking/lwip/icss_emac_lwip/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DAM263PX_CC \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -131,10 +132,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llwip-freertos-icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ -llwip-contrib-freertos-icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ -llibc.a \ @@ -150,10 +151,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac_lwip_if.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac_lwip_if.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ lwip-freertos-icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ lwip-contrib-freertos-icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ libc.a \ diff --git a/examples/networking/lwip/icss_emac_lwip/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/networking/lwip/icss_emac_lwip/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4fa78e68b00..91f2e32cdcc 100644 --- a/examples/networking/lwip/icss_emac_lwip/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/networking/lwip/icss_emac_lwip/am263px-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -59,6 +59,7 @@ -Wno-unused-function -DSOC_AM263PX -DAM263PX_LP + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -91,10 +92,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -licss_emac.am263px.r5f.ti-arm-clang.debug.lib - -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac.am263px.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.freertos.debug.lib -llwip-freertos-icss_emac.am263px.r5f.ti-arm-clang.debug.lib -llwip-contrib-freertos-icss_emac.am263px.r5f.ti-arm-clang.debug.lib -llibc.a @@ -107,10 +108,10 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -licss_emac.am263px.r5f.ti-arm-clang.release.lib - -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -licss_emac.am263px.r5f.ti-arm-clang.freertos.release.lib + -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.freertos.release.lib -llwip-freertos-icss_emac.am263px.r5f.ti-arm-clang.release.lib -llwip-contrib-freertos-icss_emac.am263px.r5f.ti-arm-clang.release.lib -llibc.a diff --git a/examples/networking/lwip/icss_emac_lwip/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/networking/lwip/icss_emac_lwip/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 798621ffe64..c696ee93584 100644 --- a/examples/networking/lwip/icss_emac_lwip/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/networking/lwip/icss_emac_lwip/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DAM263PX_LP \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -131,10 +132,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac_lwip_if.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llwip-freertos-icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ -llwip-contrib-freertos-icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ -llibc.a \ @@ -150,10 +151,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac_lwip_if.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac_lwip_if.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ lwip-freertos-icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ lwip-contrib-freertos-icss_emac.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ libc.a \ diff --git a/examples/networking/lwip/icss_emac_lwip/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/networking/lwip/icss_emac_lwip/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c33149875c0..28a10e359df 100644 --- a/examples/networking/lwip/icss_emac_lwip/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/networking/lwip/icss_emac_lwip/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -59,6 +59,7 @@ -Wno-unused-function -DSOC_AM263X -DAM263X_CC + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -91,10 +92,10 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -licss_emac.am263x.r5f.ti-arm-clang.debug.lib - -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac.am263x.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.freertos.debug.lib -llwip-freertos-icss_emac.am263x.r5f.ti-arm-clang.debug.lib -llwip-contrib-freertos-icss_emac.am263x.r5f.ti-arm-clang.debug.lib -llibc.a @@ -107,10 +108,10 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -licss_emac.am263x.r5f.ti-arm-clang.release.lib - -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -licss_emac.am263x.r5f.ti-arm-clang.freertos.release.lib + -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.freertos.release.lib -llwip-freertos-icss_emac.am263x.r5f.ti-arm-clang.release.lib -llwip-contrib-freertos-icss_emac.am263x.r5f.ti-arm-clang.release.lib -llibc.a diff --git a/examples/networking/lwip/icss_emac_lwip/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/networking/lwip/icss_emac_lwip/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index d6f0fa8f5cc..d9b530bf53f 100644 --- a/examples/networking/lwip/icss_emac_lwip/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/networking/lwip/icss_emac_lwip/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DAM263X_CC \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -131,10 +132,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llwip-freertos-icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ -llwip-contrib-freertos-icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ -llibc.a \ @@ -150,10 +151,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac_lwip_if.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac_lwip_if.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ lwip-freertos-icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ lwip-contrib-freertos-icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ libc.a \ diff --git a/examples/networking/lwip/icss_emac_lwip/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/networking/lwip/icss_emac_lwip/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6e65d07b460..93cb23fd797 100644 --- a/examples/networking/lwip/icss_emac_lwip/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/networking/lwip/icss_emac_lwip/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -59,6 +59,7 @@ -Wno-unused-function -DSOC_AM263X -DAM263X_LP + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -91,10 +92,10 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -licss_emac.am263x.r5f.ti-arm-clang.debug.lib - -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac.am263x.r5f.ti-arm-clang.freertos.debug.lib + -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.freertos.debug.lib -llwip-freertos-icss_emac.am263x.r5f.ti-arm-clang.debug.lib -llwip-contrib-freertos-icss_emac.am263x.r5f.ti-arm-clang.debug.lib -llibc.a @@ -107,10 +108,10 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -licss_emac.am263x.r5f.ti-arm-clang.release.lib - -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -licss_emac.am263x.r5f.ti-arm-clang.freertos.release.lib + -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.freertos.release.lib -llwip-freertos-icss_emac.am263x.r5f.ti-arm-clang.release.lib -llwip-contrib-freertos-icss_emac.am263x.r5f.ti-arm-clang.release.lib -llibc.a diff --git a/examples/networking/lwip/icss_emac_lwip/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/networking/lwip/icss_emac_lwip/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ada34ea987a..ee0c8f4251a 100644 --- a/examples/networking/lwip/icss_emac_lwip/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/networking/lwip/icss_emac_lwip/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DAM263X_LP \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -131,10 +132,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -licss_emac_lwip_if.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llwip-freertos-icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ -llwip-contrib-freertos-icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ -llibc.a \ @@ -150,10 +151,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - icss_emac_lwip_if.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + icss_emac_lwip_if.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ lwip-freertos-icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ lwip-contrib-freertos-icss_emac.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ libc.a \ diff --git a/examples/otp/ext_otp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/otp/ext_otp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f149bee7f12..d93f4b48732 100644 --- a/examples/otp/ext_otp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/otp/ext_otp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/otp/ext_otp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/otp/ext_otp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0af9959a9af..13931dae511 100644 --- a/examples/otp/ext_otp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/otp/ext_otp/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/otp/runtime_keyrev/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/otp/runtime_keyrev/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 89716de9f82..a4b7a335bdf 100644 --- a/examples/otp/runtime_keyrev/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/otp/runtime_keyrev/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/otp/runtime_keyrev/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/otp/runtime_keyrev/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fc538e66c03..2a462cb757a 100644 --- a/examples/otp/runtime_keyrev/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/otp/runtime_keyrev/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/otp/runtime_keyrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/otp/runtime_keyrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 89ba325e79f..37ba7775402 100644 --- a/examples/otp/runtime_keyrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/otp/runtime_keyrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/otp/runtime_keyrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/otp/runtime_keyrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c2afa6754d6..1745efcc109 100644 --- a/examples/otp/runtime_keyrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/otp/runtime_keyrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/otp/runtime_swrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/otp/runtime_swrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 174d5f67a0a..ca8fdc8ef70 100644 --- a/examples/otp/runtime_swrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/otp/runtime_swrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/otp/runtime_swrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/otp/runtime_swrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fd4246a40e8..792387f4fc4 100644 --- a/examples/otp/runtime_swrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/otp/runtime_swrev/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/pru_io/adc/ads127/am243x-evm/icss_g0_pru0_fw/ti-pru-cgt/example.projectspec b/examples/pru_io/adc/ads127/am243x-evm/icss_g0_pru0_fw/ti-pru-cgt/example.projectspec index 675f170ebf0..ef873e33629 100644 --- a/examples/pru_io/adc/ads127/am243x-evm/icss_g0_pru0_fw/ti-pru-cgt/example.projectspec +++ b/examples/pru_io/adc/ads127/am243x-evm/icss_g0_pru0_fw/ti-pru-cgt/example.projectspec @@ -37,6 +37,7 @@ -DSLICE0 -v4 -DSOC_AM243X + -DOS_FW " linkerBuildOptions=" -m=ads127.${ConfigName}.map diff --git a/examples/pru_io/adc/ads127/am243x-evm/icss_g0_pru0_fw/ti-pru-cgt/makefile b/examples/pru_io/adc/ads127/am243x-evm/icss_g0_pru0_fw/ti-pru-cgt/makefile index b0621e7a15c..4caa0c041ca 100644 --- a/examples/pru_io/adc/ads127/am243x-evm/icss_g0_pru0_fw/ti-pru-cgt/makefile +++ b/examples/pru_io/adc/ads127/am243x-evm/icss_g0_pru0_fw/ti-pru-cgt/makefile @@ -57,7 +57,7 @@ all: $(OBJS) $(CMD_SRCS) $(OBJDIR)/%.obj %.obj: %.asm @echo 'Building file: "$^"' @echo 'Invoking: PRU Compiler' - "$(CGT_TI_PRU_PATH)/bin/clpru" -DPRU0 -DSLICE0 -v4 --define=SOC_AM243X --include_path="${CG_TOOL_ROOT}/include" --include_path="${MCU_PLUS_SDK_PATH}/source" --include_path="${MCU_PLUS_SDK_PATH}/source/pru_io/firmware/common" --include_path="${MCU_PLUS_SDK_PATH}/source/pru_io/firmware/adc/include" --define=_DEBUG_=1 -g --diag_warning=225 --diag_wrap=off --display_error_number --endian=little --preproc_with_compile --preproc_dependency="$(basename $( @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/ecc/sdl_dss_dsp_edc/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/ecc/sdl_dss_dsp_edc/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 201f3c64741..bc25e824335 100644 --- a/examples/sdl/ecc/sdl_dss_dsp_edc/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/ecc/sdl_dss_dsp_edc/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/ecc/sdl_dss_ecc_hwa/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/ecc/sdl_dss_ecc_hwa/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 41946efc130..469989a8f83 100644 --- a/examples/sdl/ecc/sdl_dss_ecc_hwa/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/ecc/sdl_dss_ecc_hwa/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/ecc/sdl_dss_ecc_hwa/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/ecc/sdl_dss_ecc_hwa/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a8ac12cab5b..835d96fca92 100644 --- a/examples/sdl/ecc/sdl_dss_ecc_hwa/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/ecc/sdl_dss_ecc_hwa/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/ecc/sdl_dss_l2_edc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/ecc/sdl_dss_l2_edc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index f7180da4a5c..202854ed505 100644 --- a/examples/sdl/ecc/sdl_dss_l2_edc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/ecc/sdl_dss_l2_edc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/ecc/sdl_dss_l2_edc/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/ecc/sdl_dss_l2_edc/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 71b258541d1..2a653ec4869 100644 --- a/examples/sdl/ecc/sdl_dss_l2_edc/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/ecc/sdl_dss_l2_edc/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/ecc/sdl_dss_l3_ecc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/ecc/sdl_dss_l3_ecc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 77ec0028da1..e3f547e5512 100644 --- a/examples/sdl/ecc/sdl_dss_l3_ecc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/ecc/sdl_dss_l3_ecc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/ecc/sdl_dss_l3_ecc/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/ecc/sdl_dss_l3_ecc/am273x-evm/c66ss0_nortos/ti-c6000/makefile index d5aa1c92079..0cf736673cd 100644 --- a/examples/sdl/ecc/sdl_dss_l3_ecc/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/ecc/sdl_dss_l3_ecc/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/ecc/sdl_dss_mailbox/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/ecc/sdl_dss_mailbox/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index c07d1a3d508..82803e7d03a 100644 --- a/examples/sdl/ecc/sdl_dss_mailbox/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/ecc/sdl_dss_mailbox/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/ecc/sdl_dss_mailbox/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/ecc/sdl_dss_mailbox/am273x-evm/c66ss0_nortos/ti-c6000/makefile index cf948dab7e9..5f47fc7fb33 100644 --- a/examples/sdl/ecc/sdl_dss_mailbox/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/ecc/sdl_dss_mailbox/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/ecc/sdl_ecc_dss_tptc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/ecc/sdl_ecc_dss_tptc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 0e38bee131d..ab71623062f 100644 --- a/examples/sdl/ecc/sdl_ecc_dss_tptc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_dss_tptc/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -46,6 +46,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,9 +76,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -89,9 +90,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/ecc/sdl_ecc_dss_tptc/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/ecc/sdl_ecc_dss_tptc/am273x-evm/c66ss0_nortos/ti-c6000/makefile index fafc97ed39e..655d90659a4 100644 --- a/examples/sdl/ecc/sdl_ecc_dss_tptc/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/ecc/sdl_ecc_dss_tptc/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -114,9 +115,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 16203385f12..788ce834ad1 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7f9f29784c2..a4d85480bf5 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index fbc2b7b40d3..d733915aaa0 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 09c8010476e..2b5496c8244 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_icssm/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ff00115bd30..be678ee5b04 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b14bf209611..b2346b000b0 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 49eb617d348..84e7f116ff6 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 55d3620b073..c236e2bb9bc 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_icssm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dcb2159c57e..81f04ba9bd4 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 55aa2d6bee0..c49539776af 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 5ef9dee2c86..3e5d5b2a3e2 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index f8fa5c26ed8..afe43c7107e 100644 --- a/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_icssm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eb0f13f08b9..23c95cf0e5a 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 13f3b083c30..89ec159f688 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index c52d69b5aa5..36e0432e9fe 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index e280c640423..d3fd6481024 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mcan/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ee81535aca5..70c3f6c5f6f 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5c8e0497d3b..eb6781f6bae 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index c11297e20da..bb1cc22702c 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index dea997400c3..24da3d3e284 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mcan/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index efb3fb19d80..66ff30f5846 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 535d12942c3..e03c2aa2647 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 55902e19746..385c2d57bb6 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index d44338787b9..52404029459 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mcan/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mcan/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9d52dc5ba89..1dc91670d5d 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mcan/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mcan/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mcan/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0dbae8285d0..0ed02b16725 100644 --- a/examples/sdl/ecc/sdl_ecc_mcan/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mcan/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ecd9ecfb94b..b9e8b151262 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index cc98e3e2024..6ca9725d5b9 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 943842f00fb..0c33c166fb9 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index a2a43e579ab..b08798195dc 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 26aef922540..7e0d8a45563 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8188aed1d51..27b5f112561 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index c78003b1611..b1b2af5f656 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index d06d67b6079..dbeb58455b7 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 216aeb3c08d..79a1e47180d 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bf51fcfcd20..4d94513888a 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 05a0020ed10..1b24d4f7fe6 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index b6ffaacd229..b7ed5dc39ae 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_l2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 27ffd35924a..e17340288d0 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_l2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_l2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c475a5924cb..3eb2a590a2a 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_l2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_l2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7de252cd0ee..6b91590b53e 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 90a1bf65a98..ec011b63600 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 0cb7ebbec47..a5fcb944d5d 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 540deeab939..f715d5086ba 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ab87cce4ecf..2d9b99d4c90 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ae82750a3ab..f14774a7be8 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index f5b8a69556e..85170808521 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index c39656d8839..58b253db734 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f8ac35e3a53..06c60f068f5 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1e2f543ba22..eda6f5a1646 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 5afb3ecc6ee..bd5e49448e2 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index d7322b2fa60..bab6baea2f5 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_mss_tptc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ddd07d0f79e..5f7331d0294 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_mss_tptc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_mss_tptc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8ff33e6877f..6a051e4d3d0 100644 --- a/examples/sdl/ecc/sdl_ecc_mss_tptc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_mss_tptc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cc2414eca95..62d8f017aee 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index fcf9c2c814a..86e0af6967f 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -133,9 +134,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 3faa4f2b0ad..3ed6116d4d1 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 4e8f08a988d..0776a001a0e 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -133,9 +134,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7b0439a813a..139e3679b33 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c419a03edad..5855217e773 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -133,9 +134,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 417a7ebc6b1..07259e43ce0 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index a78c49c4c82..81b557f67f8 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -133,9 +134,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 46456e55f38..aa5b929a8cb 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f51e4a9f0bb..4a7d1136689 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -133,9 +134,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index aa32fca4cf7..9cab211ddcc 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 11a7221a64c..fcb8aa8573c 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -133,9 +134,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 893ffa3bd71..d11c2444a9b 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e82e353bf75..ca1b2f2e22c 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_atcm0/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_atcm0/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9a5f0b4205c..ff7afe5c46b 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a38afcc1767..716c61dedfa 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 67365307702..5b625db7403 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 0c2238cc589..1efe874bd50 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 18e8a57d3a7..87c5607ab64 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 33409f06299..0837966595c 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index e055745d2d9..9a7d1bba274 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 9e5d033d76d..764356b49b6 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 10a02111f0f..cf5d80e3078 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6c2ffc020ae..df55884aa3b 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 941c967db56..5d836250c7f 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index d6fb3888a5f..3a953ba3aea 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_btcm/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 99cba4e91b6..8b5841727c5 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_btcm/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_btcm/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 32b37079d50..34509140b6b 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_btcm/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_btcm/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f7816379a56..b98e71003ff 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e535de91c4c..77234466fd5 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 4cf53056ae3..c612e432f3a 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 7eda3ef119e..9427d8f4500 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b877297534a..bb68335bc1b 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4e42905233d..7f01660bdf3 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 065080fb3e0..ccea12fd871 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index e7a04b856f1..51193392711 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a4daa950f34..d68c0e41400 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b6c6bdc1e26..79185899153 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 7ba3cff4e80..5c7d633ad36 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 8a2168dedc3..d25225e600b 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 33cb3653978..7fa80859a29 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4e1859f7ab2..2a5788f4ddb 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 02210cc2902..60d57d765f3 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 18eccc6fc71..4aaf744a49f 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 28e2a0227f3..81645df2aef 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 773de27d7de..a3011dea66d 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 4b74a1918fd..cd37c28422f 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 2c878812bc4..2d45c940c59 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 64a04fa33a1..dfd6bce82f3 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dd4f750038d..d9611f856ee 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index b0f5aecdc62..da7d779152e 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 293684c252c..240fb55fdf1 100644 --- a/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5_d-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ed0324da8d5..5996e67970d 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 530fd35b484..34ed4a1c8f5 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index fc5b85a4325..46855ef0e94 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index e14757ee4a8..7ad503cbb2e 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8782665d84a..9132474d97e 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 34f9c669b63..39cb17e5a5c 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index eddc84db6ae..13a4dca557b 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 5d5b4a50607..e6cf30f3e21 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0ee76f9df62..c3d29d87ed8 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 069133e9f3b..e4da4f3cf6b 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 5a1940be697..ab2fb63be1c 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 092a331ec1a..d1ed7de3c5c 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-data/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c7c3d8c68e1..cb8efed8267 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 43190955843..af8cdd2459a 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 62966063df0..d587d3645aa 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 82981802184..f865accbb9c 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d43eb3a05f3..448455bd465 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 94647cc9658..202f082b290 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 1d1b2bdca8c..bb7229ed721 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 37e31d3c74a..d331982ce86 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9e7537d7b2c..add24a95b23 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bff0b0cf1ee..539d13def72 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index ce032567069..1269626c157 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 4ae4bbd96ed..55098a8058a 100644 --- a/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc/sdl_ecc_r5f_i-tag/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f6973d331e5..562e7a71c3a 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM261X -DSUBSYS_MSS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ea60854e070..1d87f2174bf 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 84e7d9e27d5..dede89eb80b 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM261X -DSUBSYS_MSS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 223b281acf3..c69c372e371 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6d9d101bdda..3db4ee34cb1 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263PX -DSUBSYS_MSS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 65260838125..7eb3d8d1f82 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 5ed68721331..e8fdee8e4ce 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263PX -DSUBSYS_MSS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 707c6f9759f..780736c2f83 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 220a03549f4..0bbd410482a 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263X -DSUBSYS_MSS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dfa296ef794..1573031538b 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index b894d7a9072..028b5da95a4 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263X -DSUBSYS_MSS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 29ccc32b965..e5a600feeb8 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 705f48ea4e9..e4a423a4722 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DSUBSYS_DSS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 66f750c18e4..183ee626784 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DSUBSYS_DSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -114,9 +115,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9b5d72db894..f53acc890db 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM273X -DSUBSYS_MSS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2d8fa4afa39..a88f89700d3 100644 --- a/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_bus_safety/ecc_bus_safety_main/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_r5f_cache/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_r5f_cache/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a0b501aed74..1fb1e98e89d 100644 --- a/examples/sdl/ecc_r5f_cache/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_r5f_cache/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -DSOC_AM243X -DR5F_CORE -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_r5f_cache/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_r5f_cache/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ed1f840326c..b0eaf7a22a0 100644 --- a/examples/sdl/ecc_r5f_cache/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_r5f_cache/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/ecc_r5f_cache/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/ecc_r5f_cache/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ac13c08e350..efb640365e5 100644 --- a/examples/sdl/ecc_r5f_cache/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/ecc_r5f_cache/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -DSOC_AM64X -DR5F_CORE -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/ecc_r5f_cache/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/ecc_r5f_cache/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4a39140e72d..84051e44c52 100644 --- a/examples/sdl/ecc_r5f_cache/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/ecc_r5f_cache/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/esm/mcu_esm0/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/esm/mcu_esm0/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 69cfd3898bc..7e0ee4219b1 100644 --- a/examples/sdl/esm/mcu_esm0/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/esm/mcu_esm0/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/esm/mcu_esm0/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/esm/mcu_esm0/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 50e0754e38f..dcc2cf7d57d 100644 --- a/examples/sdl/esm/mcu_esm0/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/esm/mcu_esm0/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/esm/mcu_esm0/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/esm/mcu_esm0/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ff88584d111..7685b6a9752 100644 --- a/examples/sdl/esm/mcu_esm0/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/esm/mcu_esm0/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,8 +72,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/esm/mcu_esm0/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/esm/mcu_esm0/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4008e2e7167..aece33e4471 100644 --- a/examples/sdl/esm/mcu_esm0/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/esm/mcu_esm0/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/esm/mcu_esm0/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/esm/mcu_esm0/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 45458ce17e3..ec1d441ea61 100644 --- a/examples/sdl/esm/mcu_esm0/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/esm/mcu_esm0/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/esm/mcu_esm0/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/esm/mcu_esm0/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 16acffbf2d1..a1208efd5f5 100644 --- a/examples/sdl/esm/mcu_esm0/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/esm/mcu_esm0/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/esm/mcu_esm0/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/esm/mcu_esm0/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 61a1dc8df63..1c178db04a4 100644 --- a/examples/sdl/esm/mcu_esm0/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/esm/mcu_esm0/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,8 +72,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/esm/mcu_esm0/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/esm/mcu_esm0/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8e7c4b2478f..ce268efc3ba 100644 --- a/examples/sdl/esm/mcu_esm0/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/esm/mcu_esm0/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/hwa/hwa_main/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/hwa/hwa_main/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index e1e56fa2094..d0fa8183faf 100644 --- a/examples/sdl/hwa/hwa_main/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/hwa/hwa_main/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -43,6 +43,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/hwa/hwa_main/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/hwa/hwa_main/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 73f239d39e0..1a07b0550c3 100644 --- a/examples/sdl/hwa/hwa_main/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/hwa/hwa_main/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -95,9 +96,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,9 +110,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/integrated_examples/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/sdl/integrated_examples/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8b9f361ac4c..b2ebca24e0f 100644 --- a/examples/sdl/integrated_examples/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/sdl/integrated_examples/am261x-som/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -DSOC_AM261X -DSUBSYS_MSS -DR5F0_INPUTS + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -77,9 +78,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -90,9 +91,9 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/integrated_examples/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/sdl/integrated_examples/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 3b70897eb44..89b0d19a0ee 100644 --- a/examples/sdl/integrated_examples/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/sdl/integrated_examples/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -107,6 +107,7 @@ DEFINES_common := \ -DSOC_AM261X \ -DSUBSYS_MSS \ -DR5F0_INPUTS \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -150,9 +151,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -165,9 +166,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/integrated_examples/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/sdl/integrated_examples/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index fc7a9656bdf..d323093e597 100644 --- a/examples/sdl/integrated_examples/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/sdl/integrated_examples/am263px-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -DSOC_AM263PX -DSUBSYS_MSS -DR5F0_INPUTS + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -77,9 +78,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -90,9 +91,9 @@ " linkerBuildOptions=" -lfreertos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263px.r5f.ti-arm-clang.freertos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/integrated_examples/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/sdl/integrated_examples/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b2042ae15b7..23d9a188a26 100644 --- a/examples/sdl/integrated_examples/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/sdl/integrated_examples/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -107,6 +107,7 @@ DEFINES_common := \ -DSOC_AM263PX \ -DSUBSYS_MSS \ -DR5F0_INPUTS \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -150,9 +151,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -165,9 +166,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/integrated_examples/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/sdl/integrated_examples/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8caebba669b..2b320627098 100644 --- a/examples/sdl/integrated_examples/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/sdl/integrated_examples/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -DSOC_AM263X -DSUBSYS_MSS -DR5F0_INPUTS + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -77,9 +78,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -90,9 +91,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/integrated_examples/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/sdl/integrated_examples/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 9cb2fdfa305..bdfb73370f3 100644 --- a/examples/sdl/integrated_examples/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/sdl/integrated_examples/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -103,6 +103,7 @@ DEFINES_common := \ -DSOC_AM263X \ -DSUBSYS_MSS \ -DR5F0_INPUTS \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -146,9 +147,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -161,9 +162,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0696980eb68..00c6c85b216 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index b37ab33a041..634c6691b39 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index bf140cb71b8..b12ba2d3e63 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 5b1d8d48438..d6ab1251c74 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 30e1e8e80ad..7f2321c64d1 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d09ebf9ac64..3d822d0388c 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index eb9cde243bc..2bb13ad49f5 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 7bbdd5882eb..b4fed122031 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index afe72d311a7..ad92625aaaa 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4c334047d66..08c71774312 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index a0e2c660f90..860bad2e059 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 927ed5b314c..163addb5e82 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d5532271fa0..36e9cf45f12 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4c334047d66..08c71774312 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index a29d3854eac..2e6adaa710b 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile index ff7595ae589..ed53f12f88d 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 83fecfb655c..7f4b386c02b 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f02429ffce7..8fcfe6d7ee4 100644 --- a/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_auto_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index e1f62125f5a..663ca9963bc 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,9 +70,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,9 +83,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index d343544cbcd..865c5c3d821 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 64856d7a0b2..d904a38f810 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9f75b886b8a..24630262fa2 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4c855525846..95f7a2c3767 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1f9bea96afc..3501e2a7311 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index b0939f4d0e5..d2427bbf2da 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index e02be9ba3fd..0071fedeb3b 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 14262710aa6..fd45c73f78a 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6998a88b511..da507fd4bf0 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 55cc8227374..dcceddd7e71 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index c14d2fe0577..9a4fe691df4 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index de5f02f62a4..e4d20b9b917 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 476730987d2..be8128c11dc 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 09a057355e9..70c323b7590 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 45167259391..1fa458bf758 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4cbefb6c082..04a9cfa94c8 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 476730987d2..be8128c11dc 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 3279dd898e5..4cdd6fccabe 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile index d5916c9a797..a918a678ac7 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -111,9 +112,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d02b043adb2..49bb38b6a22 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7aa73ec4355..e46aed72b3f 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 43cf8717e12..6b85c50d305 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,9 +70,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,9 +83,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index a00b55c9dd3..3a42e8b22a3 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a8394e5217a..edc480a8fe5 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 188ccce0cfd..50dca1c9ae5 100644 --- a/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_full_cpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 91f8e7cdc93..6287e4aba46 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index fd6e5c1e4d8..3f36e1f3de4 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 5e77d7edc39..4920f4e4b29 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 519821f2790..faa0afa36b0 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3d9d777ceac..eea040df8ed 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5faa69b9129..7f3d63e24d6 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index c29183f7a1f..ede6509f1e3 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 9c1160cc92a..26280f63628 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 38ecd996168..d408a41c0d1 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b686bd7cc8e..2847161c706 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 4e07fd28b41..531f6621e18 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 2047d1c62bd..a8fb07219fc 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3f5b6e37fcf..edaa8cd3ad3 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b686bd7cc8e..2847161c706 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 2bf1cc1ce27..2ee45967427 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 0fa30d912c1..5afce330c5f 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 09d9e9add27..543117b6828 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 85e111d8d42..c68f379718a 100644 --- a/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mcrc/mcrc_semi_cpu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mtog/mtog_example/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mtog/mtog_example/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index b783e20a63a..667f963555f 100644 --- a/examples/sdl/mtog/mtog_example/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mtog/mtog_example/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,8 +69,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mtog/mtog_example/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mtog/mtog_example/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index df5d7bdd158..9dd41645663 100644 --- a/examples/sdl/mtog/mtog_example/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mtog/mtog_example/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/mtog/mtog_example/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/mtog/mtog_example/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 7041264817d..a1aa8ab0ea7 100644 --- a/examples/sdl/mtog/mtog_example/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/mtog/mtog_example/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -68,8 +69,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -80,8 +81,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/mtog/mtog_example/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/mtog/mtog_example/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e04fb6a4694..b9b67d61312 100644 --- a/examples/sdl/mtog/mtog_example/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/mtog/mtog_example/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 83de36ad657..a6e6c3963a5 100644 --- a/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 78d5e2e7e03..7da64e8f11a 100644 --- a/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index f7d19052d08..7d5a296e877 100644 --- a/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 065203cffe9..bddd8f9981c 100644 --- a/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_dma_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c4a2ebf9fab..e2dcd3475ca 100644 --- a/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 633b49632bd..8a5414d93d2 100644 --- a/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 57684972e3e..c60ff46a8fb 100644 --- a/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index a62ae35141d..2d9fff6b289 100644 --- a/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_dma_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 086de9a57d1..224f891a745 100644 --- a/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4f7dab1c2ff..5935445f558 100644 --- a/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index d4ac8bed091..a8027eff1ef 100644 --- a/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index b03be3206eb..90da7e95599 100644 --- a/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_dma_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_dma_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/parity/sdl_dma_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 01d4b26ecee..30a783217f5 100644 --- a/examples/sdl/parity/sdl_dma_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/parity/sdl_dma_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -47,6 +47,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -76,9 +77,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -90,9 +91,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/parity/sdl_dma_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/parity/sdl_dma_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 3b940c34aef..9a469b3cb74 100644 --- a/examples/sdl/parity/sdl_dma_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/parity/sdl_dma_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -115,9 +116,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/parity/sdl_dma_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_dma_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7c724b389db..49468b0f78c 100644 --- a/examples/sdl/parity/sdl_dma_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_dma_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -46,6 +46,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,9 +76,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_dma_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_dma_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a7a982e2baa..4f275a47a07 100644 --- a/examples/sdl/parity/sdl_dma_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_dma_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_dss_l1_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/parity/sdl_dss_l1_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index c8a8786bdef..588dffe0267 100644 --- a/examples/sdl/parity/sdl_dss_l1_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/parity/sdl_dss_l1_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/parity/sdl_dss_l1_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/parity/sdl_dss_l1_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 97ea7c05702..8eb38f98275 100644 --- a/examples/sdl/parity/sdl_dss_l1_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/parity/sdl_dss_l1_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/parity/sdl_dss_l2_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/parity/sdl_dss_l2_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 4f08b6466c3..c5c9ac67288 100644 --- a/examples/sdl/parity/sdl_dss_l2_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/parity/sdl_dss_l2_parity/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -45,6 +45,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/parity/sdl_dss_l2_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/parity/sdl_dss_l2_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile index abc989ab2c4..96cd78ce132 100644 --- a/examples/sdl/parity/sdl_dss_l2_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/parity/sdl_dss_l2_parity/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f520739c0a9..026c43458af 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 60c25c7603c..3576ce82c30 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index d6907d4b8b5..1d1af2f1287 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 51bc60e43a3..808ab51fcdd 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tcm_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5c1ae733b2c..9bd1bd01ddf 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1606d516dfd..eea6827a610 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 2b061789c98..bf0c83568ff 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index c6af55c4b95..1e9b980be3c 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tcm_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 625831c69f6..a4eb857438e 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a319d97df86..8ad63ed1508 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 617a5b6a0be..1d0a2b96af7 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 2a5aac9abd1..7969bb9bb57 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tcm_parity/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tcm_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tcm_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a978957ff17..91405af94a3 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tcm_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tcm_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tcm_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 29ca15ec9fb..47df69edf1d 100644 --- a/examples/sdl/parity/sdl_tcm_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tcm_parity/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 87e46c1db18..853d6227042 100644 --- a/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e62a2de28db..8348b1ed69a 100644 --- a/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 959166171bd..2e5e63a609a 100644 --- a/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 1b925743a60..bb77df7a021 100644 --- a/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tmu_parity/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f5f32d637f5..40a655a8292 100644 --- a/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e5274af2edc..65df6d4cdff 100644 --- a/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index b515f9ed83a..868206e3cb1 100644 --- a/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 3df23d05f65..e53c1c242c5 100644 --- a/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/parity/sdl_tmu_parity/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 24850586d0f..3421e62297f 100644 --- a/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 8a1c549cf43..8f62fc9885b 100644 --- a/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 2273e6f9af1..6dd579438c2 100644 --- a/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 62a1f1291bd..79a017ce610 100644 --- a/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6f4494c81f9..34ea5b3cddd 100644 --- a/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8beca3faf44..215c5e5a59b 100644 --- a/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index f57d7f78680..3af7fb88b91 100644 --- a/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index a15707829a6..cfb76f7a9dc 100644 --- a/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 96e99316caf..e5e2059197f 100644 --- a/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1d47f5ab7ce..7b4a2933645 100644 --- a/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index d4553b71fdb..813e42b4d39 100644 --- a/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index f6b2b9a3047..c6097acfe42 100644 --- a/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6b3d25d9042..b0bc302ad41 100644 --- a/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fbf92f357a3..acc63bb474e 100644 --- a/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 52b4ac074dd..942c01f13bb 100644 --- a/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 51b609b7884..5aed8b93d12 100644 --- a/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mcu/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 71e56df6e86..a14fa995a6e 100644 --- a/examples/sdl/pbist/pbist_mpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 7cfe9a6a027..7555071ef94 100644 --- a/examples/sdl/pbist/pbist_mpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mpu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5ee774a870c..fba03765aab 100644 --- a/examples/sdl/pbist/pbist_mpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 81bb26c7b19..e0fd48f889d 100644 --- a/examples/sdl/pbist/pbist_mpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mpu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index a2c8327f854..c7e8177d6b1 100644 --- a/examples/sdl/pbist/pbist_mpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e29f8bb82d6..a91034bab1a 100644 --- a/examples/sdl/pbist/pbist_mpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mpu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pbist/pbist_mpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pbist/pbist_mpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7fa4535d564..b6ed5b9af28 100644 --- a/examples/sdl/pbist/pbist_mpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pbist/pbist_mpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pbist/pbist_mpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pbist/pbist_mpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e247f6f0b4f..1d9c56f35de 100644 --- a/examples/sdl/pbist/pbist_mpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pbist/pbist_mpu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pok/pok_mcu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pok/pok_mcu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index e5288ac13df..18404dd6b48 100644 --- a/examples/sdl/pok/pok_mcu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pok/pok_mcu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pok/pok_mcu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pok/pok_mcu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index fefc3fba8a2..8a88906a0ea 100644 --- a/examples/sdl/pok/pok_mcu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pok/pok_mcu/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pok/pok_mcu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pok/pok_mcu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2839fca1f86..67db81fc30d 100644 --- a/examples/sdl/pok/pok_mcu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pok/pok_mcu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pok/pok_mcu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pok/pok_mcu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4d1ea565acb..0367ee19aa4 100644 --- a/examples/sdl/pok/pok_mcu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pok/pok_mcu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pok/pok_mcu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pok/pok_mcu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index b5afb9e5571..cae494d3c62 100644 --- a/examples/sdl/pok/pok_mcu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pok/pok_mcu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pok/pok_mcu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pok/pok_mcu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 26801545e0b..455d0611dba 100644 --- a/examples/sdl/pok/pok_mcu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pok/pok_mcu/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/pok/pok_mcu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/pok/pok_mcu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c5ea766a0b6..2aff2512790 100644 --- a/examples/sdl/pok/pok_mcu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/pok/pok_mcu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/pok/pok_mcu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/pok/pok_mcu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6232b972098..9be178dbbaa 100644 --- a/examples/sdl/pok/pok_mcu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/pok/pok_mcu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/r5f_cpu_utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/r5f_cpu_utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a731d815122..cf80543f1eb 100644 --- a/examples/sdl/r5f_cpu_utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/r5f_cpu_utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/r5f_cpu_utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/r5f_cpu_utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 018444e924a..0c113bcf26a 100644 --- a/examples/sdl/r5f_cpu_utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/r5f_cpu_utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1325c6962c3..b358514632e 100644 --- a/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3cce43480e7..dfb18329e54 100644 --- a/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 8071215c0e1..b05686af2d3 100644 --- a/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 6a10a0c01be..a52eec8e5a7 100644 --- a/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/r5f_cpu_utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1e70e200d15..e8133ee4dc5 100644 --- a/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c67bc2e85da..3311a5f0ac3 100644 --- a/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index d53bf679791..e555dfb7a20 100644 --- a/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 373b27096a4..2eebbec14fb 100644 --- a/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/r5f_cpu_utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ba4ba844635..cddec9dd3e6 100644 --- a/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e8288a8999b..7cbefa45fc5 100644 --- a/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index d87fba122ce..0d75315df73 100644 --- a/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 4cb7bd28664..6bb0fc52aa3 100644 --- a/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/r5f_cpu_utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/reset/reset_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/reset/reset_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ab9578af82b..3a51e5586f8 100644 --- a/examples/sdl/reset/reset_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/reset/reset_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/reset/reset_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/reset/reset_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index afead5e5017..9c5f2e94ec6 100644 --- a/examples/sdl/reset/reset_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/reset/reset_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rom_checksum/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rom_checksum/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d672a49143f..0e0a3ad289e 100644 --- a/examples/sdl/rom_checksum/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rom_checksum/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rom_checksum/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rom_checksum/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3fb81c22a40..6468963ca29 100644 --- a/examples/sdl/rom_checksum/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rom_checksum/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rom_checksum/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rom_checksum/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 95db6bae61d..737569df35c 100644 --- a/examples/sdl/rom_checksum/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rom_checksum/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rom_checksum/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rom_checksum/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 23c34948b72..2a74d886697 100644 --- a/examples/sdl/rom_checksum/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rom_checksum/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index c35fe6b5988..62ef7854d2e 100644 --- a/examples/sdl/rti/UC1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 0884dbdd743..fc0e996cdff 100644 --- a/examples/sdl/rti/UC1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 036be224f1f..4c4bee785dd 100644 --- a/examples/sdl/rti/UC1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 62bc3d44e63..245706647d1 100644 --- a/examples/sdl/rti/UC1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 384671e52e6..716de982e5b 100644 --- a/examples/sdl/rti/UC1/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a9cb3507150..b5614e52e83 100644 --- a/examples/sdl/rti/UC1/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 7816063db20..0cf0ad828b7 100644 --- a/examples/sdl/rti/UC1/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index f8bfb765cd7..eb6d0597814 100644 --- a/examples/sdl/rti/UC1/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4defa4b2200..f83c9ee0710 100644 --- a/examples/sdl/rti/UC1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 995323ffe77..9b5c12b22f6 100644 --- a/examples/sdl/rti/UC1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index b331eb45160..747becbb86e 100644 --- a/examples/sdl/rti/UC1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 3386b642c9a..a4b587ce40c 100644 --- a/examples/sdl/rti/UC1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9dd26205fd1..1b03607b1a9 100644 --- a/examples/sdl/rti/UC1/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 56b41b556e5..1af54e8f8bd 100644 --- a/examples/sdl/rti/UC1/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 5b755b32941..cdd660d2633 100644 --- a/examples/sdl/rti/UC1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 351a06a9ac5..18c6b1999f1 100644 --- a/examples/sdl/rti/UC1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/rti/UC1/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 3935340590a..2489483e023 100644 --- a/examples/sdl/rti/UC1/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/rti/UC1/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -46,6 +46,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,9 +76,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -89,9 +90,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/rti/UC1/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/rti/UC1/am273x-evm/c66ss0_nortos/ti-c6000/makefile index f73cb9682e2..1995ec7eaff 100644 --- a/examples/sdl/rti/UC1/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/rti/UC1/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/rti/UC1/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 53a6f17eaa2..87e96af1749 100644 --- a/examples/sdl/rti/UC1/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 58e6e1dcf9d..eceedfbc0a8 100644 --- a/examples/sdl/rti/UC1/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index d8a66739f48..58b132e5fec 100755 --- a/examples/sdl/rti/UC1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 69a0a7bdad6..2972d74331a 100755 --- a/examples/sdl/rti/UC1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ea16f9e1ce7..15ddf289e50 100644 --- a/examples/sdl/rti/UC1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3ac64a170d8..74ef13142b6 100644 --- a/examples/sdl/rti/UC1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index c95f285e58b..860f2db0287 100644 --- a/examples/sdl/rti/UC2/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 7a1040239d8..ae38f00640a 100644 --- a/examples/sdl/rti/UC2/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e319444e323..58f214a00e4 100644 --- a/examples/sdl/rti/UC2/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6a9b949dda3..3ee589b088d 100644 --- a/examples/sdl/rti/UC2/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 057951cb539..ecd93751538 100644 --- a/examples/sdl/rti/UC2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 131786c2751..e126f02f19c 100644 --- a/examples/sdl/rti/UC2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e8ba12ab126..6b8619e4485 100644 --- a/examples/sdl/rti/UC2/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index fe652ba6c83..de7f830cc31 100644 --- a/examples/sdl/rti/UC2/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8f1dacaae81..2e4ce91fc48 100644 --- a/examples/sdl/rti/UC2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e2bac8aac57..68944b2b837 100644 --- a/examples/sdl/rti/UC2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 9f74f60dedf..1657f49516d 100644 --- a/examples/sdl/rti/UC2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 27f85244240..4e56b8f56c8 100644 --- a/examples/sdl/rti/UC2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7dc0163c9f5..d716e79ee27 100644 --- a/examples/sdl/rti/UC2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a8ab29c4dbe..843f0e8cf5a 100644 --- a/examples/sdl/rti/UC2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index b4e6df0785d..c66c2732dfc 100644 --- a/examples/sdl/rti/UC2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index e90a848f06c..8f6d78a5b51 100644 --- a/examples/sdl/rti/UC2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/rti/UC2/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 549a3781e7c..0ce9ff20b4b 100644 --- a/examples/sdl/rti/UC2/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/rti/UC2/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -46,6 +46,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,9 +76,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -89,9 +90,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/rti/UC2/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/rti/UC2/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 2d43887446f..905f25c7eba 100644 --- a/examples/sdl/rti/UC2/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/rti/UC2/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/rti/UC2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5782fd68c81..3de19ab739c 100644 --- a/examples/sdl/rti/UC2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6e462fc9c9f..23fc0d5e5bb 100644 --- a/examples/sdl/rti/UC2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 2be0ff2529e..7b318b55bae 100755 --- a/examples/sdl/rti/UC2/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index da009bc5349..f34007b2dc9 100755 --- a/examples/sdl/rti/UC2/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC2/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC2/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2fd905154fe..9c543e16cd9 100644 --- a/examples/sdl/rti/UC2/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC2/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC2/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC2/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b689f47fdd1..3f6c5c26136 100644 --- a/examples/sdl/rti/UC2/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC2/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 4baa1ad75d2..fe873170360 100644 --- a/examples/sdl/rti/UC3/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 7ac9bc76e68..e70fad273a9 100644 --- a/examples/sdl/rti/UC3/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c7c4ce4a9ae..aefac969a90 100644 --- a/examples/sdl/rti/UC3/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9eb48cbf6b7..269c96fa8dd 100644 --- a/examples/sdl/rti/UC3/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 94d8e03ba02..e089bec6024 100644 --- a/examples/sdl/rti/UC3/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2d00ad74c70..ec6656009d0 100644 --- a/examples/sdl/rti/UC3/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 89991da8a29..a498e5d1458 100644 --- a/examples/sdl/rti/UC3/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index ea9cea6f997..9f8cdbb321b 100644 --- a/examples/sdl/rti/UC3/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 38e4f69d296..0965ddecf93 100644 --- a/examples/sdl/rti/UC3/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c674afdff09..b1d20c1a18e 100644 --- a/examples/sdl/rti/UC3/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index eaedfec7b4d..810a23f493f 100644 --- a/examples/sdl/rti/UC3/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index d742818e28d..7e91bb4566a 100644 --- a/examples/sdl/rti/UC3/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 763d3e20efa..1824b42661c 100644 --- a/examples/sdl/rti/UC3/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 25446867871..29956dc1a9b 100644 --- a/examples/sdl/rti/UC3/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 757c5bfae85..4ee19848b2b 100644 --- a/examples/sdl/rti/UC3/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 0ef1d84005e..aae175602b7 100644 --- a/examples/sdl/rti/UC3/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/rti/UC3/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 413103162ab..ba42259b872 100644 --- a/examples/sdl/rti/UC3/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/rti/UC3/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -46,6 +46,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,9 +76,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -89,9 +90,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/rti/UC3/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/rti/UC3/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 014b33921a7..789236022de 100644 --- a/examples/sdl/rti/UC3/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/rti/UC3/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/rti/UC3/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e6d6d5190d3..c5793e9e848 100644 --- a/examples/sdl/rti/UC3/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 297dbcdf9e8..bc5cb880fb7 100644 --- a/examples/sdl/rti/UC3/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 86adc4cdd2e..b95b3c2b787 100755 --- a/examples/sdl/rti/UC3/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index dd11668f7fe..b7452aae4a7 100755 --- a/examples/sdl/rti/UC3/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC3/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC3/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b5ded9f7ab3..1701c0db4bb 100644 --- a/examples/sdl/rti/UC3/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC3/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC3/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC3/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4f98e595c3e..32e5dcfc4a6 100644 --- a/examples/sdl/rti/UC3/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC3/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 74cad3348d7..19f485acfaf 100644 --- a/examples/sdl/rti/UC4/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 6c3c5c4c504..d34677df7e6 100644 --- a/examples/sdl/rti/UC4/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b8fe32e9a69..580470ba193 100644 --- a/examples/sdl/rti/UC4/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 97b30780d41..7f1dc61fc5d 100644 --- a/examples/sdl/rti/UC4/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 16b03620d77..0d2a09ca0ea 100644 --- a/examples/sdl/rti/UC4/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e7158ab17bd..5d6270a754b 100644 --- a/examples/sdl/rti/UC4/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 0e13c76223b..c98cc5d0ec1 100644 --- a/examples/sdl/rti/UC4/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 495c239e83e..8fe358b2c41 100644 --- a/examples/sdl/rti/UC4/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8be00fc293f..3b2a3bf9cde 100644 --- a/examples/sdl/rti/UC4/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7f38ef68318..b004a0593f6 100644 --- a/examples/sdl/rti/UC4/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 0455b2bc24d..5d2df75fe80 100644 --- a/examples/sdl/rti/UC4/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 4e649341f87..86def414917 100644 --- a/examples/sdl/rti/UC4/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c2138ea3feb..9320573079a 100644 --- a/examples/sdl/rti/UC4/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fd072c246e0..b3fe6d18de0 100644 --- a/examples/sdl/rti/UC4/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index f4283ea8012..03876a30fe4 100644 --- a/examples/sdl/rti/UC4/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM263X -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 64a826bc04a..d003c9a143b 100644 --- a/examples/sdl/rti/UC4/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/rti/UC4/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index ed364228784..6d33e316070 100644 --- a/examples/sdl/rti/UC4/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/rti/UC4/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -46,6 +46,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,9 +76,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -89,9 +90,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/rti/UC4/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/rti/UC4/am273x-evm/c66ss0_nortos/ti-c6000/makefile index cde9af802d1..0b09b43145a 100644 --- a/examples/sdl/rti/UC4/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/rti/UC4/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/rti/UC4/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index be7f2ccf808..216c9b30c4c 100644 --- a/examples/sdl/rti/UC4/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 03f278d8e92..1ae16e858b7 100644 --- a/examples/sdl/rti/UC4/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index f255235be46..1f85429bba0 100755 --- a/examples/sdl/rti/UC4/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index d133d1cac22..e91aeae51ca 100755 --- a/examples/sdl/rti/UC4/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/rti/UC4/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/rti/UC4/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d88f24a4b3a..7296c792764 100644 --- a/examples/sdl/rti/UC4/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/rti/UC4/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/rti/UC4/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/rti/UC4/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 72bdb06ad6f..65570a62273 100644 --- a/examples/sdl/rti/UC4/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/rti/UC4/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stc/stc_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stc/stc_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8891d52db48..391c61959f1 100644 --- a/examples/sdl/stc/stc_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stc/stc_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stc/stc_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stc/stc_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a808143779d..2e96f572c14 100644 --- a/examples/sdl/stc/stc_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stc/stc_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stc/stc_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stc/stc_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1aa80716b30..4572ba5accc 100644 --- a/examples/sdl/stc/stc_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stc/stc_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stc/stc_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stc/stc_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f804bb215c6..0ff436e3f95 100644 --- a/examples/sdl/stc/stc_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stc/stc_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stc/stc_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stc/stc_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 9473946fd9b..55b26b7f829 100644 --- a/examples/sdl/stc/stc_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stc/stc_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stc/stc_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/stc/stc_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index fe0e5e77e97..a2240cb0503 100644 --- a/examples/sdl/stc/stc_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stc/stc_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stc/stc_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stc/stc_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 58b38cadf04..43caa3511fb 100644 --- a/examples/sdl/stc/stc_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stc/stc_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stc/stc_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stc/stc_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a0031cb87b9..3e41677e6d4 100644 --- a/examples/sdl/stc/stc_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stc/stc_mcu/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stc/stc_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stc/stc_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 7e98426921a..0ee19ad9ae7 100644 --- a/examples/sdl/stc/stc_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stc/stc_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsdl.am263x.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsdl.am263x.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stc/stc_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/stc/stc_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 4d6b57be58f..7843551b16b 100644 --- a/examples/sdl/stc/stc_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stc/stc_mcu/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stc/stc_mcu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec b/examples/sdl/stc/stc_mcu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec index 8bbce6e1ced..1c940ce1af3 100644 --- a/examples/sdl/stc/stc_mcu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec +++ b/examples/sdl/stc/stc_mcu/am273x-evm/c66ss0_nortos/ti-c6000/example.projectspec @@ -44,6 +44,7 @@ --emit_warnings_as_errors -DSOC_AM273X -DC66_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib - -lsdl.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.nortos.debug.lib + -lboard.am273x.c66.ti-c6000.nortos.debug.lib + -lsdl.am273x.c66.ti-c6000.nortos.debug.lib -llibc.a " > @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lnortos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib - -lsdl.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.nortos.release.lib + -lboard.am273x.c66.ti-c6000.nortos.release.lib + -lsdl.am273x.c66.ti-c6000.nortos.release.lib -llibc.a " > diff --git a/examples/sdl/stc/stc_mcu/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/examples/sdl/stc/stc_mcu/am273x-evm/c66ss0_nortos/ti-c6000/makefile index bfe4ec9892c..7e565368089 100644 --- a/examples/sdl/stc/stc_mcu/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/examples/sdl/stc/stc_mcu/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -96,9 +97,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,9 +111,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/examples/sdl/stc/stc_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stc/stc_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2dd91fc1503..d1630f3dbdb 100644 --- a/examples/sdl/stc/stc_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stc/stc_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM273X -DR5F_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsdl.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsdl.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stc/stc_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stc/stc_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ef16b0daa78..84ccb7b71ad 100644 --- a/examples/sdl/stc/stc_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stc/stc_mcu/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 924fe8945b7..3b95577ec70 100644 --- a/examples/sdl/stog/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 8ee310b9672..f4f9543e254 100644 --- a/examples/sdl/stog/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 39b55d2a32d..673bb6fd124 100644 --- a/examples/sdl/stog/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 956646440d3..eac825d56cd 100644 --- a/examples/sdl/stog/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index cb91f613492..f1b448bc327 100644 --- a/examples/sdl/stog/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/stog/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 601b6b3fbe1..84da9772385 100644 --- a/examples/sdl/stog/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c81a8e142fc..4161c76bbaf 100644 --- a/examples/sdl/stog/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cf7dc64284c..52e508d71b2 100644 --- a/examples/sdl/stog/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 136e4b6109c..04b4c5c7dcf 100644 --- a/examples/sdl/stog/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 80e857e9cbe..8a0a818df7d 100644 --- a/examples/sdl/stog/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index a20105dfd87..e72b9ea309d 100644 --- a/examples/sdl/stog/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 4530bb91320..41d9a701197 100644 --- a/examples/sdl/stog/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 1ff78f00453..e4701043870 100644 --- a/examples/sdl/stog_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 044445b76c2..56d214d30df 100644 --- a/examples/sdl/stog_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b09304ef891..68417d75416 100644 --- a/examples/sdl/stog_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2e31e77e531..418d9373cd8 100644 --- a/examples/sdl/stog_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 7b8f04e519c..2318071d717 100644 --- a/examples/sdl/stog_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 981dc983a3c..c7214edc92c 100644 --- a/examples/sdl/stog_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/stog_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/stog_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3858354d6b0..b1de599d40c 100644 --- a/examples/sdl/stog_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/stog_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/stog_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/stog_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c61cf6915d8..309bf56aeed 100644 --- a/examples/sdl/stog_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/stog_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3dbf7321333..fb2de14ac52 100644 --- a/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index dda4303d8ec..376e58530e9 100644 --- a/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 5b4849ca1e8..410e0c43ba5 100644 --- a/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index bdba2ea9a34..413321fa328 100644 --- a/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/tmu_rom_checksum/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fe51e9284c6..aebb6bc2ebf 100644 --- a/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 626eb0594b4..5e78adfd315 100644 --- a/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index bb55c6c04f0..f729f7728fc 100644 --- a/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -72,9 +73,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -85,9 +86,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 263192c7647..cbd28dd8569 100644 --- a/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/tmu_rom_checksum/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f0799564b95..977d346899f 100644 --- a/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ee59bbff24d..446ec60eb1e 100644 --- a/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec index f59d062770b..86a5a0cca86 100644 --- a/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM261X -DR5F0_1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsdl.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsdl.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index ee2acc03ca3..5f60e1bd68b 100644 --- a/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/sdl/vtm/vtm_mcu/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3cddc42d8a9..0048ba8cdb4 100644 --- a/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F0_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e02f119068f..983ce9d32a9 100644 --- a/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 0236106592c..1b376d6196b 100644 --- a/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM263PX -DR5F1_INPUTS + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsdl.am263px.r5fss1.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsdl.am263px.r5fss1.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index f188773b8c1..6688a77b914 100644 --- a/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/vtm/vtm_mcu/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/vtm/vtm_uc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/vtm/vtm_uc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index cfcad9ded05..3237827623e 100644 --- a/examples/sdl/vtm/vtm_uc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/vtm/vtm_uc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM243X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.debug.lib - -ldrivers.am243x.m4f.ti-arm-clang.debug.lib - -lboard.am243x.m4f.ti-arm-clang.debug.lib - -lsdl.am243x.m4f.ti-arm-clang.debug.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.m4f.ti-arm-clang.release.lib - -ldrivers.am243x.m4f.ti-arm-clang.release.lib - -lboard.am243x.m4f.ti-arm-clang.release.lib - -lsdl.am243x.m4f.ti-arm-clang.release.lib + -ldrivers.am243x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am243x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/vtm/vtm_uc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/vtm/vtm_uc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 0de95b4be96..b62a3486c9e 100644 --- a/examples/sdl/vtm/vtm_uc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/vtm/vtm_uc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/vtm/vtm_uc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/vtm/vtm_uc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cdebe8b50e4..b79f9ff64a2 100644 --- a/examples/sdl/vtm/vtm_uc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/vtm/vtm_uc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM243X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsdl.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsdl.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/vtm/vtm_uc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/vtm/vtm_uc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d4c5e6b157d..a78e080995f 100644 --- a/examples/sdl/vtm/vtm_uc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/vtm/vtm_uc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/vtm/vtm_uc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/vtm/vtm_uc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec index 55646b1e3b2..f12ae3b3f8f 100644 --- a/examples/sdl/vtm/vtm_uc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/vtm/vtm_uc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/example.projectspec @@ -43,6 +43,7 @@ -Wno-unused-function -DSOC_AM64X -DM4F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lboard.am64x.m4f.ti-arm-clang.debug.lib - -lsdl.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lboard.am64x.m4f.ti-arm-clang.release.lib - -lsdl.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.nortos.release.lib + -lboard.am64x.m4f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.m4f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/vtm/vtm_uc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/vtm/vtm_uc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e5e3c414fe1..ad98554d5c8 100644 --- a/examples/sdl/vtm/vtm_uc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/vtm/vtm_uc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/sdl/vtm/vtm_uc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/sdl/vtm/vtm_uc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8f9faa99f86..78f4e120336 100644 --- a/examples/sdl/vtm/vtm_uc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/sdl/vtm/vtm_uc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DR5F_CORE + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,9 +74,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsdl.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,9 +87,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsdl.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsdl.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/sdl/vtm/vtm_uc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/sdl/vtm/vtm_uc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8b7cc5480b0..c48baa5a752 100644 --- a/examples/sdl/vtm/vtm_uc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/sdl/vtm/vtm_uc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 616ebc42675..7d9a52f3427 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3532589b5fc..aae92cae0bc 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 616060e5ec2..a2eb109186c 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9c57d44e950..b9fc2a4e9f0 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 39f8eaf50da..571d0cf55e9 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d6988667cd0..57b1bead792 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a91ba98681e..06b05bc3d37 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 961c6acabd3..76705df639a 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e626cca7071..2f40410ad63 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index dbc409e2eae..10df8d7f449 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2c1bbabcc0b..fda482f7f61 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d76b72b2636..7724893e3b6 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9269c23b707..c27f1b5e6f4 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e63ddfbd9cd..f93275459da 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 971e624cf12..d0a9a81817c 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e033547d05d..6be50e1a1b3 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b9739c6fed2..c75d0fcf52b 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9b0d15e3b17..40470c8d471 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e46efb4623d..3764980803b 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0703e9295e6..532507b9ad0 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cbc_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 19788bb2ad0..a3c50d4967b 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e96a5e537bd..8571c4190fe 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9f5f3345477..56df65f3574 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3f52557b207..2eb97c4d53e 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bd52b2eb599..6537d2e31b2 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9559da37cd6..31dc9333a65 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 239648690c7..5eb107f0dbe 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 61581bb1217..3490c0870f3 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a004edc50fd..c8efec5117f 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fea444577af..af362db28e5 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 756791da2ba..7a60994446d 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 947d2b7c87a..3cdcf0803af 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4a8683ac26d..a5d3263a75f 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 56acee129dd..036d2395417 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 532ab88d36f..7425e3d686a 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6444c40c490..be60994675d 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ccm_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 701daa6d36c..7c454224800 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5b30e589811..1b2bb58057c 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bbfc41f06fd..3137439879d 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c0d7d2fa1cd..0d56f48807d 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 21c8f67a288..25c9ae115a3 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index db5566f7666..5905670aca2 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 98651e22889..901661ea7e3 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7c36368320e..225a17de6ca 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1e6c12618b1..97122bc899f 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b0c670ce825..da2a7a3b034 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bc9fae2fda7..5e43d93f41c 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 29ed14889e5..08abd096eb8 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e5a9cb195e3..c68ea70ed91 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c31358e6aac..50d9ac184ab 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 11c4f7a656a..a0b44da9b33 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 26830b6be94..a9d4a1452a3 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 05f0323f0bf..4fe97204fc9 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0c899c8f3aa..7b500555363 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85ba3f774be..4bcde9e301c 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 98126d0c122..324ea642a35 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0c7762ed782..e2117c86c4b 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 83f376804a4..1b7af738379 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 360cc0e95f4..ddf79873265 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 0d315ccc2cf..0b1024a9a75 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 78c2dc3cbeb..1c22cd0f800 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 23ae9160a8c..98bad847e77 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 957ef400cee..bfeed3454f5 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6bd2a68f6de..24c72b52493 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b25bc61c933..0313a4dd15d 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 56df496b20d..63903a7325f 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_cmac_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ec91d82e526..5c9cfbfb141 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 12e5aaff956..7630597c196 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c5d68d8b36b..c151be4654e 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ed9cbedc746..786634b7a3f 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0756d45a408..2d1c57de1da 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a4d08f435d0..36c3ebfefb7 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e22f2cb1ae8..56573873034 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 23e18a0f998..322e2639de2 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index ee56645252a..a62e4f6bdab 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2a1f493b347..b41f65bc5c6 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9675ecdc5a9..ce9867dcc33 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 719815532d2..eaff7de08d1 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7ef451a1d9f..42811d6d85b 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ba0839eef2e..2efa437bc2a 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 80fa810ef53..0ac800401c6 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 15aea994ce2..47d0bc3f6e8 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2b2b6952361..ea79a3262ee 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1bab651ec05..6b84c22d22b 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8ddebf674c0..970916aaf84 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 27c98a8ed73..9b0d508394b 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_128/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4bff7afcdde..4e808e5ac78 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0ec90dca35c..b9d819d57d0 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 94785fef7d3..c7a7ac9f8a3 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f4d540eb6c5..8ec813f65aa 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 01c089a6191..0aafd8f397e 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index aab171f159a..810ee88895f 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b84a8843fa9..c53de2c3215 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index de63868678d..00d3e3b1648 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 16d402b523b..ba9e3aaa0cd 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a90cc36e655..419e120f936 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_ecb_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1672439a2bf..882385647a5 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6311a1dc44f..1361a3e2771 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 53a43b6bf7d..382a7ea215d 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 49c8fee0e17..40709c53d2d 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a53f938bb14..aef2fe066f8 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 525286f77a7..a359bff0200 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c609abf0772..60bbc624dfb 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4fd7e40a0d3..5bda578f096 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_aes/crypto_aes_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 49228459571..0e76aa0e8d4 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_aes/crypto_aes_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_aes/crypto_aes_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 65291192dc8..eeb3a42e1b5 100644 --- a/examples/security/crypto/dthe_aes/crypto_aes_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_aes/crypto_aes_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a4c49449f00..1021fae4e85 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1f091526dbf..b2c63736c2f 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 95a5523721b..5d81284d07d 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 33f5373a13f..a55ed9edba9 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f4b20844b61..55f62fa9369 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7883006f16f..9de36e09a0e 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 305cc9cb469..6070a4511fc 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f6d5385cc69..52756845ae8 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b7742713f8b..15a0e08c1b9 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index adb49fa7e84..924ce96ccfe 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aa39f4ab168..8b29900d5a1 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8f7277c41c4..562ead9eb33 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 74bcbd1f82a..6e694858b2d 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f24e80b5c24..a05bf90734c 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 657d0c3e479..23241986cef 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2a999e9c1b0..e526c936591 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 85174234850..05abe28ff00 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b8e674387ab..cf99ad3b96d 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7dd81e63f1a..3fffdbba5ae 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 694f680fb39..2f3da4cc416 100644 --- a/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_hmac_sha512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2919410603f..f026f32b9c5 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4097c86c967..eb1151ccebb 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3382aca740..093d45961e6 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 29c0dd248b6..8b609013dfb 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 74eb84f50fe..848d9b004fc 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ec5699f3055..03bb0bc8f46 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4110cca2a4d..414991105f8 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e325404b913..a1c9e21644e 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d299bdeeebd..7b33a4767f5 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index dd6e779baa5..c48fab238ff 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_256/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index aa1ffe7ca76..00d182b47d5 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c33095d5c52..2175f56dad0 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 403499a345d..0e43e0f8c63 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lsecurity.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lsecurity.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 60c70cf9223..6ac63f3ed65 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 841f9902f8d..3e13afff4c5 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lsecurity.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lsecurity.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f79d59ee0e4..78e898ee740 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 298baf6324f..00bd1b9bb0c 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 44f45f6c527..53eb8b9def2 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/dthe_sha/crypto_sha_512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f3bfd9254df..ec7576ca2ea 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lsecurity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lsecurity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/dthe_sha/crypto_sha_512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/dthe_sha/crypto_sha_512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 32d0b6bd57a..bd96753b628 100644 --- a/examples/security/crypto/dthe_sha/crypto_sha_512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/dthe_sha/crypto_sha_512/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index e1a1a0a2193..dc3389db699 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 53cb0e0d806..b7898d67b49 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e9ddd1e7c44..f6c5c8d6cbe 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8d1f6ede926..d82165c1ec6 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index c6f58a67abc..8fe947fa7a8 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index a1fba73bc7c..92a7599ea8b 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e446243beb9..e1abb634193 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 81c335dda90..4858d0ff5cd 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d9833ea0815..3ac12e1eb18 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8759f0b922e..2d6c0f9913b 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a279a787f94..948d382f2ee 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 4e6ef93235a..66153cf702f 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6f1c4bf0506..f7bc9a835ad 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 31d5b73867f..6d3ab8047a4 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 3189711cf53..053618215ea 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 73b61e9eb30..8371a18c55c 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3ad77c154be..532c8727b8b 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f3e88700890..a0d38e886e4 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bfca4ab1662..125a768ba1a 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b5b8a59f1d2..64a58946222 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cbc_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index e0779ca1a79..9489e3561ec 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 85df10388dc..ee2bad4e8c6 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2e48af6a9c0..b1b39961b35 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 69f0ebcc267..fb995d8cba7 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index c79c3cffbc5..6f7bf979cd2 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 1114452240a..a2d180f1efa 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f80349d7aef..6ea2d22797e 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5e378acbf2d..ea153cb8a10 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2cc656de588..3f742915422 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 24c7bd4d22e..0f411f25734 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index c18c99d2832..e9500671101 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d84d7dc2004..5976f5e9a48 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 272ce100cd8..b9914bd7aea 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b2e9f278117..0b1eaee2c1f 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index d3141ade413..b66f474386f 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 87b0958ea2f..3b9155cea36 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a626b95aeb6..f06b7b580a1 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e5e7cb1adce..e1f6b7cc0b1 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6c5f424df9d..cf1c9feabae 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bed5fb5efbf..4c3de1a25d1 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_cmac_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 65d6c3f9d24..3480341c52a 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index bf7b45f757d..7b3194f6ac5 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fabffe2e58e..7b34cccd7ab 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b5d2fc9a374..8a0282ce53f 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 65374129ff4..77c79d51bc0 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 707ad950ad9..f45283eca74 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4ddd49e0219..644f29bbe98 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3e61fa234c5..d4d81353bfa 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index abf072f3cbb..fce9dad695a 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2df576d8992..147aaf46dda 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_128/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 3ac2c3a0f90..98640b8806a 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 5a6defe1b38..5f24e24c47b 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a1b105032a8..20263da055a 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bca9a5756e5..38f3bc0c5ff 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 4b99458229d..c6484938180 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 7991c303f7b..f80154245a8 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9ced1515d7b..071591be470 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index baa0ef50f46..d73e808f05d 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f332593231d..dac6d90d052 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f6f0b425cfe..a72e480b8a6 100644 --- a/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_aes/crypto_aes_ecb_256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 6696a46b791..585c174f227 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 78b359b5f9c..8deedc9e302 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 34cbb0a281e..b0776dac59c 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4b5fa5df844..aece07543fd 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 15bcdc45aa8..0af77ea9cdf 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 1b7491d3a24..a6d965196ca 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e27af57f7fc..a7594b5cfba 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 76956241a94..0b79368eb50 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b3dc71f39ca..5908172ccce 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fc7f684c969..7f8132ea0e1 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha1/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 53ba866204f..0d0dd678cef 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index f1043088e7a..8ba67043189 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0ec62b3c4f8..bc877bdf1e5 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index dd668052197..ba1e8018c7e 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index b0647f932b6..242823c1601 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 2466c9d499a..654a3b7c849 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9bd2c495246..064cae00744 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 92d5c4cf9eb..99a1814e3b2 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e2735be70ec..e9d096ef88b 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0ce9126f81e..362f8fb0c2b 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index b5398414886..0c5ade6cd72 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index e510d329123..3bda6782c71 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index de7e0957f12..19f600dca4c 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index eccb4bf72cd..a3dd7f71b63 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index a21dc1e2b80..c141f2fbdbb 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index eee6f9bedbe..6db0dbcfaac 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2b50346e877..bcd9d05c4af 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d50af80b7ce..764d197eb62 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d4fc0f37f04..3531b1b583d 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e8b385bcf6d..4dbe9fccaa4 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha256_multishot/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index c45d0728a1c..67820710ada 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index b01366355cb..84ea357b89a 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f25f994e84a..566661b2ff5 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9719a28e4d6..fadc18b4f35 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 5a1e7b4f1c7..d8c266f61b5 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 2ef1fa54d9f..9090a0f61ff 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b5a46784b75..5137dd2eaeb 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 659f6cf66c0..50151cd0dcf 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index fa372990d60..891447606ce 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 439784a4491..6e585bf8dc4 100644 --- a/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_hmac_sha/crypto_hmac_sha512/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index c5ff70308ef..c96f410e29c 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 9c534c0fe4a..6802a947e15 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 783c87c11dc..2412362a06f 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fa8821fe634..6bcd2a7b932 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index df8674bfe7d..f854e878051 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 314f622c8c6..290edb0fcb8 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 6d1364a2b4c..ca0b3fd63d2 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d66621e5c73..28bdfb1f49d 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d14fdff00dc..791d34afbf7 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a57655b2674..c00d65dc0d6 100644 --- a/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index f4f8979c00e..0a45c823180 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index b65b61d896a..83345635672 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 52f448cf0fd..2829e57f5ce 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index efca0949bd4..1dac7b84110 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 7f5fdf50644..45b8d71a5a4 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 64f99575e13..4629bcc21ae 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cfa07f16c7f..e6527f4f70e 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9fa12f10e9c..2add3156d28 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 33f8730f131..07647b2bafa 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 5e0b321754c..a7d0cd86020 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index c3646024800..e1b881452b3 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 604cfb9e947..d76a683ca61 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a18874cf4dd..75242bab2a2 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d8210fcc294..416e90adbb6 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 15a882b2948..a0292b806e1 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index d43c57df1ef..6ef5d7d4313 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0ae6d370ed4..d4d4af67255 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8532443c44e..e8fdfbb8124 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7a691400d85..b3615761096 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b24c66ee219..58719dc1e4a 100644 --- a/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_pka/rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 0b2a1bcdd8e..1c64285c96b 100644 --- a/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 0ea7a95caea..9b43fc1bcef 100644 --- a/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 29bb40faa36..69fde15f5a0 100644 --- a/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b5f981fe6fc..0840d4b2bab 100644 --- a/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 60ff7c28991..989bf1ca738 100644 --- a/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index eb31ee3d9ce..7b9006c070d 100644 --- a/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 17e1910866b..aefd310ccd3 100644 --- a/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1dac53fae36..c442803f9f9 100644 --- a/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e7249e81b9e..e856e9f2882 100644 --- a/examples/security/crypto/sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2675145d272..9ef578b0d63 100644 --- a/examples/security/crypto/sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index decb2d61ce4..ad364568a5c 100644 --- a/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 87c2813a7d7..e3f441339ab 100644 --- a/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7d7e93602b4..fe180b98042 100644 --- a/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2c83437ff26..fd0263876f9 100644 --- a/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 67a6ff0d041..8fa8fee3b22 100644 --- a/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -52,6 +52,7 @@ -fdata-sections -ffunction-sections -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -88,9 +89,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -lsecurity.am243x.r5f.gcc-armv7.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -lsecurity.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 950e1ec7d15..f8ad1b09db7 100644 --- a/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index eed81f63088..451a849db63 100644 --- a/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lsecurity.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lsecurity.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 504d115afcc..20c65310c58 100644 --- a/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/security/crypto/sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/security/crypto/sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 388be22492e..139c545dde1 100644 --- a/examples/security/crypto/sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/security/crypto/sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -lsecurity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -lsecurity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/security/crypto/sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/security/crypto/sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 080f7d5d830..0d37691eee6 100644 --- a/examples/security/crypto/sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/security/crypto/sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec index 3904b953c46..48a82083f38 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -58,6 +58,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -95,10 +96,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_freertos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lusbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 64af1e6e329..9cc5fcc0d35 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,10 +106,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:usbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7e995e80a72..fd71eef3d24 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -78,10 +79,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 547e497524c..33fa80f61c3 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 6241c80167d..a608c5a878e 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index c6ae17b25f5..717a2dd8064 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,10 +103,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 13c525805ec..94883e8a208 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b6c8f7246fc..a84e76fe156 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,10 +109,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,10 +125,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec index 1d91e521f3c..62451a7a727 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/gcc-armv7/example.projectspec @@ -58,6 +58,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -95,10 +96,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_freertos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lusbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile index cee6983ad08..97a228d9a8f 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,10 +106,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:usbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index deb5b837726..4a8dbccb1a5 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -78,10 +79,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 3765c5548b9..7f2f5182567 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec index 326e6ad0002..f9c35dd97d7 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 6c877af4be0..a7687060beb 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,10 +103,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 0febcf21133..1f9c680f57d 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index d36ddbd995d..f91c0e48c5a 100644 --- a/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,10 +109,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,10 +125,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec index 39ba2391ee7..3f737d52de2 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/example.projectspec @@ -58,6 +58,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -95,10 +96,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_freertos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lusbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index e010b7c52bb..798d1d0ac77 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,10 +106,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:usbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b615be2c7f7..b333edf192e 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -78,10 +79,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f62336161b7..ed4c37a70e4 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index e492b1470e1..0b474e7e97e 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index eb7a74e563d..117797c6413 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,10 +103,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3fe2c1505b8..bc8ae787bff 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 256d5469ebc..ef9e9485a56 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,10 +109,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,10 +125,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec index 149db4ac6a6..2a66599cf3a 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/gcc-armv7/example.projectspec @@ -58,6 +58,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -95,10 +96,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_freertos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.freertos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.freertos.debug.lib + -lusbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.debug.lib " > diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile index 5c2b38564f4..e996de4b2a6 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,10 +106,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:usbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -126,10 +127,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec index b826bd92931..ca2276867db 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -78,10 +79,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 37f33137f75..891eea4c5b1 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec index 0f935d1a0a5..5046b0fea36 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/example.projectspec @@ -55,6 +55,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 809f3d391d7..014d8cee5c5 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,10 +103,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 7d189d848d9..77c93e7976a 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 5c79a66bd0e..224107c9d92 100644 --- a/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,10 +109,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,10 +125,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 10cf8354cc9..77f5197e8fb 100644 --- a/examples/usb/device/cdc_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM261X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_nortos.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_nortos.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_cdc_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8a14b229fc7..dea5dc1a287 100644 --- a/examples/usb/device/cdc_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_cdc_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7708571901c..c6420f3b107 100644 --- a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -78,10 +79,10 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index c50f99c45a6..711d24551a3 100644 --- a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a46ea7fa417..49a41041811 100644 --- a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 947ac8cf6a5..1201b50b30a 100644 --- a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,10 +109,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,10 +125,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec index 88217ba3aa0..11fd3dcaf0f 100644 --- a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_freertos/ti-arm-clang/example.projectspec @@ -48,6 +48,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -78,10 +79,10 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.debug.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.release.lib + -lboard.am64x.r5f.ti-arm-clang.freertos.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 4a06cfda226..159edd078b7 100644 --- a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_cdn_freertos.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_cdn_freertos.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_tusb_cdc_freertos.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 67305348732..3456605d69c 100644 --- a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -75,10 +76,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 2ac28b13763..d4ab6901f17 100644 --- a/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/cdc_echo/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,10 +109,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,10 +125,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_cdc_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index a926ae2b350..cbfcbdad55d 100644 --- a/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -91,10 +92,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index b4c5e5598fa..e781fef47e5 100644 --- a/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,10 +102,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,10 +123,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5ee1cbeb795..0b7267545af 100644 --- a/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6e28132a0a5..43107aaaa1f 100644 --- a/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/dfu/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 69a55145740..717d876e854 100644 --- a/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -54,6 +54,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -91,10 +92,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 9dffc59603f..eae8fa98b2e 100644 --- a/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,10 +102,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,10 +123,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c5ac4d918bd..0febaa9401e 100644 --- a/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6988f4a9f99..3f890d72e4b 100644 --- a/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/dfu/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/dfu/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/usb/device/dfu/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6ff67afc1cb..823baf20c95 100644 --- a/examples/usb/device/dfu/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/dfu/am261x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -47,6 +47,7 @@ -Wno-unused-function -DSOC_AM261X -DTINYUSB_INTEGRATION + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -77,10 +78,10 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_synp_freertos.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_synp_freertos.am261x.r5f.ti-arm-clang.freertos.debug.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -92,10 +93,10 @@ " linkerBuildOptions=" -lfreertos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lusbd_synp_freertos.am261x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am261x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_synp_freertos.am261x.r5f.ti-arm-clang.freertos.release.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/dfu/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/examples/usb/device/dfu/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ffee971b942..ba34d909e76 100644 --- a/examples/usb/device/dfu/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/examples/usb/device/dfu/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DTINYUSB_INTEGRATION \ + -DOS_FREERTOS \ CFLAGS_release := \ -Os \ @@ -118,10 +119,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_synp_freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_synp_freertos.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -134,10 +135,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_synp_freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_synp_freertos.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d469a9db484..654e6e75bda 100644 --- a/examples/usb/device/dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM261X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -89,10 +90,10 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fd6e266c415..48d57332bd6 100644 --- a/examples/usb/device/dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/dfu/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_release := \ -Os \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_synp_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_synp_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 174c5b57b16..bbf4d4f3166 100644 --- a/examples/usb/device/dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -74,10 +75,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -88,10 +89,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2f9e3fd4b5b..04da6b9bd46 100644 --- a/examples/usb/device/dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/dfu/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,10 +124,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_dfu_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index 9718a0519e4..4d4d07c869b 100644 --- a/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -60,6 +60,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -97,10 +98,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index b5960c71d2b..265cc55b55f 100644 --- a/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f8d77edce32..56d6aaf8aa8 100644 --- a/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -50,6 +50,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -80,10 +81,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -94,10 +95,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 56b3a2b6ac2..4849cb01876 100644 --- a/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/ncm/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 2f6aa90b3d9..fe05772e1b3 100644 --- a/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -60,6 +60,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -97,10 +98,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 62c500c7585..678b30d9cba 100644 --- a/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_ncm_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4558834bc01..2451e978558 100644 --- a/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -50,6 +50,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -80,10 +81,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -94,10 +95,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index da833adb881..0dac67521f3 100644 --- a/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/ncm/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_ncm_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/ncm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/ncm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 76959264f52..4ace44955d1 100644 --- a/examples/usb/device/ncm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/ncm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -50,6 +50,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -80,10 +81,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_ncm_nortos.am64x.r5f.ti-arm-clang.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_ncm_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -94,10 +95,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_ncm_nortos.am64x.r5f.ti-arm-clang.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_ncm_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/ncm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/ncm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c3a26086791..bbb9e90d296 100644 --- a/examples/usb/device/ncm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/ncm/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_ncm_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_ncm_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_ncm_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_ncm_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec index eaf4c97009a..9868fff6b79 100644 --- a/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -60,6 +60,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -97,10 +98,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 9beee43d13d..57860fe3397 100644 --- a/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 604fa505ab7..a7d69392889 100644 --- a/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -50,6 +50,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -80,10 +81,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -94,10 +95,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 991851ac10e..c131135005b 100644 --- a/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/rndis/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec b/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec index 2942eb421a6..cb7ecac1ac7 100644 --- a/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec +++ b/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/gcc-armv7/example.projectspec @@ -60,6 +60,7 @@ -ffunction-sections -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -97,10 +98,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.gcc-armv7.debug.lib - -lboard.am243x.r5f.gcc-armv7.debug.lib - -ldrivers.am243x.r5f.gcc-armv7.debug.lib - -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.debug.lib - -lusbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.debug.lib + -lboard.am243x.r5f.gcc-armv7.nortos.debug.lib + -ldrivers.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib + -lusbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.nortos.debug.lib " > diff --git a/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 5416cdbd9a0..3be496a36a3 100644 --- a/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,10 +108,10 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:usbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:usbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - usbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + usbd_tusb_rndis_nortos.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3ad51ed67a9..314f1e9ae0e 100644 --- a/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -50,6 +50,7 @@ -Wno-unused-function -DSOC_AM243X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -80,10 +81,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -94,10 +95,10 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 364820244a7..16a8d5c8e90 100644 --- a/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/rndis/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_rndis_nortos.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/examples/usb/device/rndis/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/usb/device/rndis/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 2e8584d2350..426d3cd76ae 100644 --- a/examples/usb/device/rndis/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/usb/device/rndis/am64x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -50,6 +50,7 @@ -Wno-unused-function -DSOC_AM64X -DTINYUSB_INTEGRATION + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -80,10 +81,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.debug.lib - -lboard.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.debug.lib - -lusbd_tusb_rndis_nortos.am64x.r5f.ti-arm-clang.debug.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib + -lusbd_tusb_rndis_nortos.am64x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -94,10 +95,10 @@ " linkerBuildOptions=" -lnortos.am64x.r5f.ti-arm-clang.release.lib - -lboard.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.release.lib - -lusbd_tusb_rndis_nortos.am64x.r5f.ti-arm-clang.release.lib + -lboard.am64x.r5f.ti-arm-clang.nortos.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib + -lusbd_tusb_rndis_nortos.am64x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/examples/usb/device/rndis/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/examples/usb/device/rndis/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 293fcb4c612..870123c0574 100644 --- a/examples/usb/device/rndis/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/examples/usb/device/rndis/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DTINYUSB_INTEGRATION \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lusbd_tusb_rndis_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lusbd_tusb_rndis_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_cdn_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - usbd_tusb_rndis_nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_cdn_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + usbd_tusb_rndis_nortos.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/source/board/makefile.am261x.r5f.ti-arm-clang.freertos b/source/board/makefile.am261x.r5f.ti-arm-clang.freertos index eaa83b7e7f5..ea2e080fa8f 100644 --- a/source/board/makefile.am261x.r5f.ti-arm-clang.freertos +++ b/source/board/makefile.am261x.r5f.ti-arm-clang.freertos @@ -29,6 +29,7 @@ FILES_common := \ flash_nor_ospi.c \ flash_nand_ospi.c \ ram.c \ + psram_gpmc.c \ psram_ospi.c \ led.c \ led_gpio.c \ @@ -47,6 +48,7 @@ FILES_PATH_common = \ flash/sfdp \ flash/ospi \ ram \ + ram/gpmc \ ram/ospi \ led \ ioexp \ diff --git a/source/drivers/makefile.am261x.r5f.ti-arm-clang.freertos b/source/drivers/makefile.am261x.r5f.ti-arm-clang.freertos index 6d0fb2a289f..dd3d96be879 100644 --- a/source/drivers/makefile.am261x.r5f.ti-arm-clang.freertos +++ b/source/drivers/makefile.am261x.r5f.ti-arm-clang.freertos @@ -49,6 +49,10 @@ FILES_common := \ fsi_dma_edma.c \ fss_v0.c \ gpio.c \ + gpmc_v0.c \ + gpmc_priv_v0.c \ + gpmc_norlike_v0.c \ + gpmc_dma.c \ i2c_v1.c \ i2c_v1_lld.c \ ipc_notify_v1.c \ @@ -117,6 +121,8 @@ FILES_PATH_common = \ fsi/v1 \ fsi/v1/dma/edma \ gpio/v0 \ + gpmc/v0 \ + gpmc/v0/dma \ i2c/v1 \ i2c/v1/lld \ ipc_notify/v1 \ diff --git a/test/benchmarks/memory_access_latency/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/benchmarks/memory_access_latency/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 74f637acf53..bf113b81d9c 100644 --- a/test/benchmarks/memory_access_latency/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/benchmarks/memory_access_latency/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,7 +87,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/benchmarks/memory_access_latency/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/benchmarks/memory_access_latency/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 63b19912813..90f9c8c4d9c 100644 --- a/test/benchmarks/memory_access_latency/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/benchmarks/memory_access_latency/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,7 +117,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,7 +133,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/benchmarks/memory_access_latency/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/benchmarks/memory_access_latency/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b06f58cd84f..b7fa735aac5 100644 --- a/test/benchmarks/memory_access_latency/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/benchmarks/memory_access_latency/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,7 +87,7 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/benchmarks/memory_access_latency/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/benchmarks/memory_access_latency/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 79d0427aabc..698cbe9eab2 100644 --- a/test/benchmarks/memory_access_latency/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/benchmarks/memory_access_latency/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,7 +117,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,7 +133,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/benchmarks/memory_access_latency/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/benchmarks/memory_access_latency/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 4a29b05334f..00ce7a00afe 100644 --- a/test/benchmarks/memory_access_latency/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/benchmarks/memory_access_latency/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,7 +87,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/benchmarks/memory_access_latency/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/benchmarks/memory_access_latency/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 23cc85dad7d..69cde31a747 100644 --- a/test/benchmarks/memory_access_latency/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/benchmarks/memory_access_latency/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,7 +117,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,7 +133,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/benchmarks/memory_access_latency/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/benchmarks/memory_access_latency/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 00e9fec2be4..43337441211 100644 --- a/test/benchmarks/memory_access_latency/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/benchmarks/memory_access_latency/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -73,7 +74,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -86,7 +87,7 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/benchmarks/memory_access_latency/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/benchmarks/memory_access_latency/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 23cc85dad7d..69cde31a747 100644 --- a/test/benchmarks/memory_access_latency/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/benchmarks/memory_access_latency/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,7 +117,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,7 +133,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/board/eeprom/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 2420770c9dc..8c450f3bed2 100644 --- a/test/board/eeprom/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/board/eeprom/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/board/eeprom/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d6189b21a08..dfaf1203078 100644 --- a/test/board/eeprom/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/board/eeprom/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 65ea2832cba..4a922793da0 100644 --- a/test/board/eeprom/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/board/eeprom/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/board/eeprom/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7f05fd145f9..d7621bd907c 100644 --- a/test/board/eeprom/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6c13f20a070..46188d2bf6d 100644 --- a/test/board/eeprom/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 05debfbda91..d299410407e 100644 --- a/test/board/eeprom/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c26580f2674..4b4024972bc 100644 --- a/test/board/eeprom/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2b0937fd988..bd6682096dd 100644 --- a/test/board/eeprom/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 115fa35570b..885baa3c05c 100644 --- a/test/board/eeprom/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 115fa35570b..885baa3c05c 100644 --- a/test/board/eeprom/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3cf41b41b27..261aa24385a 100644 --- a/test/board/eeprom/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/eeprom/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/eeprom/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 43a12a510e3..d960769fab4 100644 --- a/test/board/eeprom/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/eeprom/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/flash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/board/flash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 0200f7d1fae..18cb922c41a 100644 --- a/test/board/flash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/board/flash/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/board/flash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/flash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2de44745f52..4e9c7ea9937 100644 --- a/test/board/flash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/flash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/flash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/board/flash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index f90d746e956..37ffab021c6 100644 --- a/test/board/flash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/board/flash/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/board/flash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/flash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 05fad84dc91..b10673adc5a 100644 --- a/test/board/flash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/flash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/flash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/flash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6183ed225ff..ee104a79257 100644 --- a/test/board/flash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/flash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/flash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/flash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 302ce1bc284..3b9943d74b5 100644 --- a/test/board/flash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/flash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/flash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/flash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ac37dbdb566..1f086b50304 100644 --- a/test/board/flash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/flash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/flash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/flash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ac37dbdb566..1f086b50304 100644 --- a/test/board/flash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/flash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/flash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/flash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fb6c3fe19cb..80c1e90956f 100644 --- a/test/board/flash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/flash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/flash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/flash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2944b93e8b9..affe87885d1 100644 --- a/test/board/flash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/flash/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/board/led/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 08b81ec15d7..0c65ce84468 100644 --- a/test/board/led/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/board/led/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/board/led/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 28ed4a4235b..34cc0f77df5 100644 --- a/test/board/led/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/board/led/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 3e5056ba3a6..40f6fe74e04 100644 --- a/test/board/led/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/board/led/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/board/led/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 61dd393b6da..477f29b7b35 100644 --- a/test/board/led/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d9a6e9b5016..37b66427b58 100644 --- a/test/board/led/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index b9cc7689b1a..def93748f65 100644 --- a/test/board/led/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 80a62907c6a..a0e8d1333db 100644 --- a/test/board/led/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8f921089345..b9b267f3ec9 100644 --- a/test/board/led/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9ed60bb40ea..aab7fba244f 100644 --- a/test/board/led/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9ed60bb40ea..aab7fba244f 100644 --- a/test/board/led/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/board/led/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a70e7ddabe9..e0c46033ed6 100644 --- a/test/board/led/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/board/led/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,9 +95,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,9 +109,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/board/led/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d67edbcd21e..d1eddc081c2 100644 --- a/test/board/led/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/led/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/test/board/led/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 7e37bfbd434..83f1ecc0c80 100644 --- a/test/board/led/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/board/led/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,9 +93,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,9 +110,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/board/led/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/led/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1cc2058bf5c..5c6d9365a8a 100644 --- a/test/board/led/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/led/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/nand_flash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/nand_flash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6c43ed57686..a2946d175af 100644 --- a/test/board/nand_flash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/nand_flash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/board/ram/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/board/ram/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index af4c0b12606..e1eac00549d 100644 --- a/test/board/ram/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/board/ram/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/adc/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/adc/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 72dfed0ca95..3bb91d9b7e8 100644 --- a/test/drivers/adc/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/adc/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -58,10 +58,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/adc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/adc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 4fcf68665e1..d0c9fbb12a3 100644 --- a/test/drivers/adc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/adc/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -61,10 +61,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/adc/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/adc/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 887c6cd5804..ac9be6025d1 100644 --- a/test/drivers/adc/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/adc/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -58,10 +58,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +106,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/adc/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/adc/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 83175a31c56..d1d570aabc4 100644 --- a/test/drivers/adc/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/adc/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -61,10 +61,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/adc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/adc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e0e0507723a..b125fe032d0 100644 --- a/test/drivers/adc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/adc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/adc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/adc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7a5603ff495..827888bc56e 100644 --- a/test/drivers/adc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/adc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/adc/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/adc/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index ee4ba6a832b..f7ad32d8cba 100644 --- a/test/drivers/adc/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/adc/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/adc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/adc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e2dcb0e8a2b..68ef377ab3e 100644 --- a/test/drivers/adc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/adc/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -61,10 +61,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/boot/boot_testapp_mb/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 06e2d58b2fc..437cdc30926 100644 --- a/test/drivers/boot/boot_testapp_mb/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/boot/boot_testapp_mb/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/boot/boot_testapp_mb/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 07435b53ee4..d3c767b5b57 100644 --- a/test/drivers/boot/boot_testapp_mb/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/boot/boot_testapp_mb/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 69f1f4a5b19..17049ee0a46 100644 --- a/test/drivers/boot/boot_testapp_mb/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/boot/boot_testapp_mb/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/boot/boot_testapp_mb/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9ad8833d5eb..37e7ec1c332 100644 --- a/test/drivers/boot/boot_testapp_mb/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d07ad01747d..bbf46aead74 100644 --- a/test/drivers/boot/boot_testapp_mb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8505b3bc815..a1181b693b3 100644 --- a/test/drivers/boot/boot_testapp_mb/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 185848386d1..24266e9ceb9 100644 --- a/test/drivers/boot/boot_testapp_mb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 185848386d1..24266e9ceb9 100644 --- a/test/drivers/boot/boot_testapp_mb/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 44184010e4a..5d653aa4cb5 100644 --- a/test/drivers/boot/boot_testapp_mb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fb2f0404356..68f96076b45 100644 --- a/test/drivers/boot/boot_testapp_mb/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/boot/boot_testapp_mb/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/boot/boot_testapp_mb/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index fb2f0404356..68f96076b45 100644 --- a/test/drivers/boot/boot_testapp_mb/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/boot/boot_testapp_mb/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/cmpss/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/cmpss/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fd0727f1be1..8b30b316d87 100644 --- a/test/drivers/cmpss/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/cmpss/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/cmpss/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/cmpss/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 198d1ccd446..c6378a23967 100644 --- a/test/drivers/cmpss/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/cmpss/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/crc/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/crc/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a90abd484ba..c73480a1712 100644 --- a/test/drivers/crc/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/crc/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,9 +95,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,9 +109,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/crc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/crc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f02d395c785..b9e429229e5 100644 --- a/test/drivers/crc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/crc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/csirx/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/csirx/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 833612d3fea..4fcd1ee776d 100644 --- a/test/drivers/csirx/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/csirx/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -93,9 +94,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,9 +108,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/csirx/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/csirx/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bca2e4b38de..9be5cdef489 100644 --- a/test/drivers/csirx/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/csirx/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/dac/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/dac/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4b6fb1e9cf3..5accd5b0d2b 100644 --- a/test/drivers/dac/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/dac/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/dac/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/dac/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7cd8b4d041e..0ece613c17e 100644 --- a/test/drivers/dac/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/dac/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/dac/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/dac/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ddfea2764e5..dffcfad2dc4 100644 --- a/test/drivers/dac/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/dac/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/dac/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/dac/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ddfea2764e5..dffcfad2dc4 100644 --- a/test/drivers/dac/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/dac/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ddr/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/ddr/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index ef864ce581a..7fe105a95e1 100644 --- a/test/drivers/ddr/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ddr/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ddr/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ddr/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e2b46e4cae2..ae6ff4e96d5 100644 --- a/test/drivers/ddr/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ddr/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ddr/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ddr/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7588bca799b..a08a75a80d3 100644 --- a/test/drivers/ddr/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ddr/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ddr/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ddr/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 7588bca799b..a08a75a80d3 100644 --- a/test/drivers/ddr/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ddr/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ecap/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/ecap/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index efda9fe75b6..c0633ea282b 100644 --- a/test/drivers/ecap/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ecap/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -53,10 +53,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ecap/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ecap/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 679776e855e..3b73160a0d3 100644 --- a/test/drivers/ecap/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ecap/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -56,10 +56,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ecap/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/ecap/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index e426969f751..41385c95ce8 100644 --- a/test/drivers/ecap/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ecap/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -53,10 +53,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ecap/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ecap/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a1c01c88ad7..e34d5fe3842 100644 --- a/test/drivers/ecap/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ecap/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -56,10 +56,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2d6926b5490..8def35f2edc 100644 --- a/test/drivers/ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ecap/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bd9a9facb6a..9868179def4 100644 --- a/test/drivers/ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ecap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ecap/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ecap/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f09b07483da..1fd3fb7894b 100644 --- a/test/drivers/ecap/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ecap/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ecap/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/ecap/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index e85a790abc7..2abca60dda6 100644 --- a/test/drivers/ecap/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/ecap/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ecap/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ecap/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 944ce0c3c22..566fb36571b 100644 --- a/test/drivers/ecap/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ecap/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -56,10 +56,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eccm/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/eccm/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index e425fcfc34f..3931863ccc4 100644 --- a/test/drivers/eccm/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/eccm/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eccm_sc_dx/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/eccm_sc_dx/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b3729237881..1523dd21420 100644 --- a/test/drivers/eccm_sc_dx/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/eccm_sc_dx/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 375c286799c..351a53c5092 100644 --- a/test/drivers/edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a44bd90de7c..9c7f7e6073c 100644 --- a/test/drivers/edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0b18ec351bd..ce42de1b935 100644 --- a/test/drivers/edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0a818293262..54afeadac7d 100644 --- a/test/drivers/edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fc7724709da..0b613916ebd 100644 --- a/test/drivers/edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fc7724709da..0b613916ebd 100644 --- a/test/drivers/edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/edma/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 2f55fbe8406..17d7e92f75a 100644 --- a/test/drivers/edma/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/edma/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,9 +95,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,9 +109,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/edma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7be24005f83..2af4dfc1f19 100644 --- a/test/drivers/edma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/edma_ut_am261x/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/edma_ut_am261x/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7d45278fc3e..f1364464b5f 100644 --- a/test/drivers/edma/edma_ut_am261x/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/edma_ut_am261x/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/edma_ut_am261x/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/edma_ut_am261x/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e237fdbeeb1..b4d2780a36d 100644 --- a/test/drivers/edma/edma_ut_am261x/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/edma_ut_am261x/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/edma_ut_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/edma_ut_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 53b48d412b6..00d3b421050 100644 --- a/test/drivers/edma/edma_ut_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/edma_ut_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/edma_ut_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/edma_ut_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 53b48d412b6..00d3b421050 100644 --- a/test/drivers/edma/edma_ut_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/edma_ut_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/edma/edma_ut_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/edma/edma_ut_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 513fab3c452..f7f4fc67dcf 100644 --- a/test/drivers/edma/edma_ut_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/edma/edma_ut_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -96,9 +97,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,9 +111,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/edma/edma_ut_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/edma/edma_ut_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 651bd97365a..2a98849cb05 100644 --- a/test/drivers/edma/edma_ut_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/edma/edma_ut_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/epwm/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/epwm/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 15f353050aa..14560ada0db 100644 --- a/test/drivers/epwm/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/epwm/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -54,10 +54,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/epwm/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/epwm/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d7ad1358f41..de27a8e94df 100644 --- a/test/drivers/epwm/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/epwm/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -57,10 +57,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/epwm/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/epwm/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 148ea8a17e8..2feb50a602b 100644 --- a/test/drivers/epwm/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/epwm/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -54,10 +54,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/epwm/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/epwm/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 61c2831f33a..4b7da7dd545 100644 --- a/test/drivers/epwm/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/epwm/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -57,10 +57,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index db2ecd668c1..4217e336e2c 100644 --- a/test/drivers/epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/epwm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 10a06906133..d2ee8405ece 100644 --- a/test/drivers/epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/epwm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/epwm/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/epwm/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3a27591422a..79e3368dd06 100644 --- a/test/drivers/epwm/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/epwm/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/epwm/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/epwm/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d96a97d32b8..fb2c265896e 100644 --- a/test/drivers/epwm/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/epwm/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -57,10 +57,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eqep/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/eqep/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 2c7d83f2c13..d9e11f24e51 100644 --- a/test/drivers/eqep/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/eqep/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -54,10 +54,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/eqep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/eqep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index bbd01fa1bd1..1ab5b99b313 100644 --- a/test/drivers/eqep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/eqep/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -57,10 +57,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eqep/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/eqep/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 42398a348ed..69c8e0f527e 100644 --- a/test/drivers/eqep/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/eqep/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -54,10 +54,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/eqep/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/eqep/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6e7504d344c..2531987100d 100644 --- a/test/drivers/eqep/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/eqep/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -57,10 +57,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eqep/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/eqep/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7aece957369..3ebdf802a15 100644 --- a/test/drivers/eqep/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/eqep/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eqep/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/eqep/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9798dcedb63..2fafcc5b619 100644 --- a/test/drivers/eqep/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/eqep/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eqep/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/eqep/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f378ba1bebc..809324d58cb 100644 --- a/test/drivers/eqep/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/eqep/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eqep/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/eqep/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f378ba1bebc..809324d58cb 100644 --- a/test/drivers/eqep/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/eqep/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/eqep/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/eqep/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 81f5598921e..2f2eff295ad 100644 --- a/test/drivers/eqep/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/eqep/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -110,8 +111,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/eqep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/eqep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 33bb411a431..91afbf82773 100644 --- a/test/drivers/eqep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/eqep/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -57,10 +57,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/esm/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/drivers/esm/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 4ad1420fabf..f78550ff5bd 100644 --- a/test/drivers/esm/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/drivers/esm/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -59,10 +59,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -95,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/esm/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/esm/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0a541d0c53a..96ad6eb62b9 100644 --- a/test/drivers/esm/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/esm/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/firewall/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/firewall/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 5a09598a58a..d9c892f04f7 100644 --- a/test/drivers/firewall/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/firewall/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/firewall/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/firewall/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a455ac9d81e..05bcd2c0845 100644 --- a/test/drivers/firewall/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/firewall/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/firewall/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/firewall/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 5715eae26a1..3f9ac3e52ed 100644 --- a/test/drivers/firewall/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/firewall/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/firewall/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/firewall/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index ba035750f47..98778f22ad3 100644 --- a/test/drivers/firewall/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/firewall/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/firewall/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/firewall/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index b78d8068841..b51dfe277af 100644 --- a/test/drivers/firewall/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/firewall/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/firewall/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/firewall/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 29087c32488..f05874476a4 100644 --- a/test/drivers/firewall/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/firewall/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/firewall/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/firewall/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 167989165f1..940668f3ce2 100644 --- a/test/drivers/firewall/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/firewall/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/firewall/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/firewall/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index dafed27b3cc..d1c1c56ce00 100644 --- a/test/drivers/firewall/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/firewall/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/firewall/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/firewall/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0da189e99b2..6996b9018d6 100644 --- a/test/drivers/firewall/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/firewall/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/firewall/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/firewall/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 8bb14b6a7ec..c49da5f65f9 100644 --- a/test/drivers/firewall/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/firewall/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/firewall/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/firewall/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 0da189e99b2..6996b9018d6 100644 --- a/test/drivers/firewall/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/firewall/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/firewall/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/firewall/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile index 8bb14b6a7ec..c49da5f65f9 100644 --- a/test/drivers/firewall/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/firewall/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/flsopskd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/flsopskd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0d3790c394d..b7d2d6acd5b 100644 --- a/test/drivers/flsopskd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/flsopskd/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -80,6 +80,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -122,8 +123,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,8 +137,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fota_agent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/fota_agent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bc9cbb52ebe..9e4e55fc0b7 100644 --- a/test/drivers/fota_agent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/fota_agent/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -122,10 +123,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -138,10 +139,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fota_agent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/fota_agent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 87ce597a0b4..a501b646433 100644 --- a/test/drivers/fota_agent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/fota_agent/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -122,10 +123,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -138,10 +139,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_hld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_hld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 48e9773fe3d..9951d7d9e0e 100644 --- a/test/drivers/fsi/fsi_hld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_hld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_hld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_hld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 48e9773fe3d..9951d7d9e0e 100644 --- a/test/drivers/fsi/fsi_hld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_hld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/fsi/fsi_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index b9f7c4b3eca..ef60a9f7912 100644 --- a/test/drivers/fsi/fsi_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/fsi/fsi_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/fsi/fsi_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index c33bfd88515..160dd6725ba 100644 --- a/test/drivers/fsi/fsi_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/fsi/fsi_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index c837c6fd934..eb29a402c75 100644 --- a/test/drivers/fsi/fsi_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/fsi/fsi_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/fsi/fsi_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f259251cf8f..4a8f5e7d247 100644 --- a/test/drivers/fsi/fsi_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e2e1ee62f4d..1d5cfd7640e 100644 --- a/test/drivers/fsi/fsi_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 62b9cc76203..8bde1d97ef5 100644 --- a/test/drivers/fsi/fsi_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 462dc2491e5..9826f02768b 100644 --- a/test/drivers/fsi/fsi_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index bbbe46f1a76..ad245854e54 100644 --- a/test/drivers/fsi/fsi_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 231afa9be62..9b90b4b0e09 100644 --- a/test/drivers/fsi/fsi_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 231afa9be62..9b90b4b0e09 100644 --- a/test/drivers/fsi/fsi_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5c783e1bbd3..b1fa03ad578 100644 --- a/test/drivers/fsi/fsi_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/fsi/fsi_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/fsi/fsi_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 5c783e1bbd3..b1fa03ad578 100644 --- a/test/drivers/fsi/fsi_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/fsi/fsi_lld/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gp_timer/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/gp_timer/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d19426525c4..07e30f08d84 100644 --- a/test/drivers/gp_timer/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/gp_timer/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gp_timer/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gp_timer/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d3ac2704dd8..46d0c192974 100644 --- a/test/drivers/gp_timer/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gp_timer/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gp_timer/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/gp_timer/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 82c95f0080e..924d0da2194 100644 --- a/test/drivers/gp_timer/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/gp_timer/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gp_timer/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gp_timer/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index aca20d2f247..9d8135b3243 100644 --- a/test/drivers/gp_timer/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gp_timer/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gp_timer/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/gp_timer/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 8fb3c270932..a33f4ec7838 100644 --- a/test/drivers/gp_timer/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/gp_timer/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gp_timer/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gp_timer/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6aae949065c..76c4c48d4de 100644 --- a/test/drivers/gp_timer/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gp_timer/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gp_timer/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/gp_timer/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 8fb3c270932..a33f4ec7838 100644 --- a/test/drivers/gp_timer/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/gp_timer/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gp_timer/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gp_timer/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 6aae949065c..76c4c48d4de 100644 --- a/test/drivers/gp_timer/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gp_timer/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/gpio/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index c48b748a8fe..89102221232 100644 --- a/test/drivers/gpio/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/gpio/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/gpio/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index deef0527377..57f3134e4ad 100644 --- a/test/drivers/gpio/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/gpio/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 12688b067ca..8666cf808c3 100644 --- a/test/drivers/gpio/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/gpio/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/gpio/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ebcda152977..58503742088 100644 --- a/test/drivers/gpio/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 90f67964aa2..7a41ef0bba5 100644 --- a/test/drivers/gpio/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 688cc62dcd7..f14fcdf048f 100644 --- a/test/drivers/gpio/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5bb8e2952a9..fca57eb3368 100644 --- a/test/drivers/gpio/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 408c4eafa78..36923b43680 100644 --- a/test/drivers/gpio/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3e143f56d47..a6f3f8f9a36 100644 --- a/test/drivers/gpio/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3e143f56d47..a6f3f8f9a36 100644 --- a/test/drivers/gpio/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/gpio/am273x-evm/c66ss0_nortos/ti-c6000/makefile index b087a669fa5..49c8c832c6e 100644 --- a/test/drivers/gpio/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/gpio/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -93,9 +94,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,9 +108,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/gpio/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a28f79e421c..50f83cff7e7 100644 --- a/test/drivers/gpio/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/test/drivers/gpio/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index ffe38e6f3d2..0a1ade2553d 100644 --- a/test/drivers/gpio/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/drivers/gpio/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -108,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/gpio/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpio/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bf72198b469..0f08e1f1cfd 100755 --- a/test/drivers/gpio/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpio/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/gpio/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index cd0b4b89d17..cb32c13140f 100644 --- a/test/drivers/gpio/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/gpio/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -169,7 +170,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/gpio/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/drivers/gpio/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/gpio/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/gpmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/gpmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 4abdbe2d367..0e88c8bfe13 100644 --- a/test/drivers/gpmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/gpmc/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/gpmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2a71143930d..1f541bb72e6 100644 --- a/test/drivers/gpmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpmc/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpmc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpmc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 029bfff9fbf..b0a470e508f 100644 --- a/test/drivers/gpmc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpmc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gpmc/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/gpmc/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 7dd8baec61e..b5160677cfa 100644 --- a/test/drivers/gpmc/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/gpmc/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -95,9 +96,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - board.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + board.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/gpmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gpmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 01e548f9022..90e20e89565 100644 --- a/test/drivers/gpmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gpmc/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gtc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gtc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 0948cb23b5c..b951ec27965 100644 --- a/test/drivers/gtc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gtc/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/gtc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/gtc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 92f0788871c..c771807f3de 100644 --- a/test/drivers/gtc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/gtc/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/hwa/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/hwa/am273x-evm/c66ss0_nortos/ti-c6000/makefile index b716aa1c798..675de4829c7 100644 --- a/test/drivers/hwa/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/hwa/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -93,9 +94,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,9 +108,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/hwa/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/hwa/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a06e788b49f..404bcc2de5d 100644 --- a/test/drivers/hwa/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/hwa/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/i2c/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index d910c445aaa..ffb696ab4df 100644 --- a/test/drivers/i2c/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/i2c/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -56,10 +56,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/am243x-evm \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/i2c/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f7f66d7983d..ae34dc7c505 100644 --- a/test/drivers/i2c/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -59,10 +59,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/am243x-evm \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/i2c/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 82c4949964e..b2b5e2dfe3d 100644 --- a/test/drivers/i2c/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/i2c/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/i2c/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 50ed19a7274..e72fd8df929 100644 --- a/test/drivers/i2c/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/i2c/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 8790f1d16c2..26c9e279de4 100644 --- a/test/drivers/i2c/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/i2c/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -56,10 +56,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/am243x-evm \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/i2c/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 82e4b9e01a1..840be3f1a2e 100644 --- a/test/drivers/i2c/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -59,10 +59,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/am243x-evm \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/i2c/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index e90e480fa34..8d630ffd98c 100644 --- a/test/drivers/i2c/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/i2c/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/i2c/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 729eb8c73cc..60fb462dc23 100644 --- a/test/drivers/i2c/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d5eb97cb3eb..8cd1d3503e7 100644 --- a/test/drivers/i2c/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,10 +66,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8f032469117..508b43a988f 100644 --- a/test/drivers/i2c/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 238220b21b8..e16d7fbc316 100644 --- a/test/drivers/i2c/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,10 +66,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 27d8b119b58..05a3d56663b 100644 --- a/test/drivers/i2c/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 986e6783fba..e54946f723e 100644 --- a/test/drivers/i2c/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,10 +66,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,11 +119,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,11 +136,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d52ede358cf..8275b89ac28 100644 --- a/test/drivers/i2c/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,11 +116,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,11 +133,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d120e56b70f..5495b968036 100644 --- a/test/drivers/i2c/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,10 +66,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,11 +119,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,11 +136,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d63f990ed7d..bdcd357e581 100644 --- a/test/drivers/i2c/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,11 +116,11 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lpmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lpmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,11 +133,11 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - pmic_blackbird.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + pmic_blackbird.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 29c72f59c8d..f5081ca40bf 100644 --- a/test/drivers/i2c/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6491ed5244e..e6e704c0341 100644 --- a/test/drivers/i2c/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 29c72f59c8d..f5081ca40bf 100644 --- a/test/drivers/i2c/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6491ed5244e..e6e704c0341 100644 --- a/test/drivers/i2c/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b40018d4a2b..c4303267935 100644 --- a/test/drivers/i2c/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 5c1ef2c148b..daa456768bd 100644 --- a/test/drivers/i2c/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/test/drivers/i2c/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index a25bf5cf7c5..8d4a801e102 100644 --- a/test/drivers/i2c/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/drivers/i2c/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/i2c/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3229483555a..ef4bffab58e 100644 --- a/test/drivers/i2c/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -59,10 +59,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/am64x-evm \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 201c8052a6a..ae0746f06c2 100644 --- a/test/drivers/i2c/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/test/drivers/i2c/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index a25bf5cf7c5..8d4a801e102 100644 --- a/test/drivers/i2c/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/drivers/i2c/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/i2c/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 3229483555a..ef4bffab58e 100644 --- a/test/drivers/i2c/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -59,10 +59,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/drivers/i2c/am64x-evm \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/i2c/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 201c8052a6a..ae0746f06c2 100644 --- a/test/drivers/i2c/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/i2c/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/i2c/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index ed767696767..cc6d99aa58a 100644 --- a/test/drivers/i2c/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/i2c/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -170,7 +171,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/i2c/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/drivers/i2c/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/i2c/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/ipc_notify/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 8e6045a6ddd..e7c261e1ae7 100644 --- a/test/drivers/ipc_notify/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/ipc_notify/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 1173c9c0fc6..8cb408037af 100644 --- a/test/drivers/ipc_notify/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_notify/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_notify/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 77d55868e49..920bb65379c 100644 --- a/test/drivers/ipc_notify/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_notify/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 31dd3452c78..52dad5c2087 100644 --- a/test/drivers/ipc_notify/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_notify/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_notify/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 69222980e46..5509b44a16f 100644 --- a/test/drivers/ipc_notify/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/test/drivers/ipc_notify/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index d0da81d857c..036696d9fc7 100644 --- a/test/drivers/ipc_notify/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_notify/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_notify/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index bb08c364bc4..806b12eb5ae 100644 --- a/test/drivers/ipc_notify/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_notify/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile index 8af6648c7b5..869269b33d0 100644 --- a/test/drivers/ipc_notify/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_notify/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_notify/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index c70ae216560..81af8d07974 100644 --- a/test/drivers/ipc_notify/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index c223e85e9d2..5a753c48e95 100644 --- a/test/drivers/ipc_notify/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/ipc_notify/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 5d195d74b28..905d4515262 100644 --- a/test/drivers/ipc_notify/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_notify/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_notify/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 25d01db3616..ff06175ec73 100644 --- a/test/drivers/ipc_notify/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_notify/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 5bf19cf4138..5b7f01aef0d 100644 --- a/test/drivers/ipc_notify/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_notify/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_notify/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 3b8f8fa726f..3413dcf2b63 100644 --- a/test/drivers/ipc_notify/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile b/test/drivers/ipc_notify/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile index 713f20a0ae1..6d88e40f7be 100644 --- a/test/drivers/ipc_notify/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_notify/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_notify/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index f76588da6fb..d256048f063 100644 --- a/test/drivers/ipc_notify/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_notify/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile index 623e52680ba..5f40dd1bfce 100644 --- a/test/drivers/ipc_notify/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_notify/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_notify/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 21c4052b994..8eeddeaf5b7 100644 --- a/test/drivers/ipc_notify/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 166c9e0eee4..7e288f4f6f8 100644 --- a/test/drivers/ipc_notify/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 07137bbedd3..99c33d39b55 100644 --- a/test/drivers/ipc_notify/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 557697809dc..012fe25ad8d 100644 --- a/test/drivers/ipc_notify/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index ca2d639d96e..b16507e65e2 100644 --- a/test/drivers/ipc_notify/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index bf83331ffab..442aa4b239f 100644 --- a/test/drivers/ipc_notify/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index fed7d68c65b..6c1eca0d39e 100644 --- a/test/drivers/ipc_notify/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 12911cceeb4..1bcd0dbcf22 100644 --- a/test/drivers/ipc_notify/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 4d59cbe6df1..4f284175164 100644 --- a/test/drivers/ipc_notify/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f1ca7222817..d8006b79402 100644 --- a/test/drivers/ipc_notify/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index e8d19284081..55c502bd732 100644 --- a/test/drivers/ipc_notify/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 40c9f0ff3b9..51f2270640b 100644 --- a/test/drivers/ipc_notify/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index e004dde5c2c..556ebb2d3ab 100644 --- a/test/drivers/ipc_notify/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b3fe6ae90ba..89927d141d9 100644 --- a/test/drivers/ipc_notify/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index e1e1d351586..7461e984803 100644 --- a/test/drivers/ipc_notify/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index a755337daf4..a0b5206f8e5 100644 --- a/test/drivers/ipc_notify/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index efc5ea6ea06..453b2d197fd 100644 --- a/test/drivers/ipc_notify/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b3fe6ae90ba..89927d141d9 100644 --- a/test/drivers/ipc_notify/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index e1e1d351586..7461e984803 100644 --- a/test/drivers/ipc_notify/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index a755337daf4..a0b5206f8e5 100644 --- a/test/drivers/ipc_notify/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index efc5ea6ea06..453b2d197fd 100644 --- a/test/drivers/ipc_notify/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/ipc_notify/am273x-evm/c66ss0_nortos/ti-c6000/makefile index e5d7ac4d978..117bed583e6 100644 --- a/test/drivers/ipc_notify/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/ipc_notify/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -105,8 +106,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/ipc_notify/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3942762c93d..73d79ea6b0a 100644 --- a/test/drivers/ipc_notify/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 01ac29f7b3c..21d0cfdb231 100644 --- a/test/drivers/ipc_notify/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/test/drivers/ipc_notify/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 00228234e87..ff7ffc48492 100644 --- a/test/drivers/ipc_notify/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/drivers/ipc_notify/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_notify/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index ed9c2154852..f00a7e2f7e1 100755 --- a/test/drivers/ipc_notify/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3ae7db22cfc..c21e9539a95 100755 --- a/test/drivers/ipc_notify/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index f3685ee774a..7f42baf6f65 100755 --- a/test/drivers/ipc_notify/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 3e3f47c1694..583a2eaea55 100755 --- a/test/drivers/ipc_notify/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index a135a01bdce..8af5035d374 100755 --- a/test/drivers/ipc_notify/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/test/drivers/ipc_notify/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 00228234e87..ff7ffc48492 100644 --- a/test/drivers/ipc_notify/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/drivers/ipc_notify/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -90,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -106,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_notify/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index ed9c2154852..f00a7e2f7e1 100644 --- a/test/drivers/ipc_notify/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -114,8 +115,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 3ae7db22cfc..c21e9539a95 100644 --- a/test/drivers/ipc_notify/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile index f3685ee774a..7f42baf6f65 100644 --- a/test/drivers/ipc_notify/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-sk/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile index 3e3f47c1694..583a2eaea55 100644 --- a/test/drivers/ipc_notify/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-sk/r5fss1-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile index a135a01bdce..8af5035d374 100644 --- a/test/drivers/ipc_notify/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am64x-sk/r5fss1-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 7c2ec078288..f4d29a6ac08 100644 --- a/test/drivers/ipc_notify/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/ipc_notify/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/drivers/ipc_notify/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/ipc_notify/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/ipc_notify/am65x-idk/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/am65x-idk/r5fss0-1_nortos/ti-arm-clang/makefile index d6422d0a671..70129698bd7 100644 --- a/test/drivers/ipc_notify/am65x-idk/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/am65x-idk/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -165,7 +166,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-1:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/ipc_notify/am65x-idk/r5fss0-1_nortos/ti-arm-clang/makefile.defs b/test/drivers/ipc_notify/am65x-idk/r5fss0-1_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/ipc_notify/am65x-idk/r5fss0-1_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index ab23c037042..89476629704 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a67099a3dba..517b84e1832 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 4e38cd00198..65fd931714a 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 5a8cf2445de..9d6172a0dd9 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index 664fc25b9fe..5440548df39 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index ca7159b553d..d8d73b409cf 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1fdc3af8f5b..a6d5f4b5449 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index ebdfd6e4461..ce0d4d82c74 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index e8593cccfb1..33e22001ee7 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index ff360bcac87..540334d731d 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am243x/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4d7c1d784ee..3ff6c1b90df 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 1fd3159c96a..1cb98a63df8 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 33c81475823..feb8a3ab999 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 7f69a480e8d..2fb8985f4d1 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 75dbd39ee64..ffe5a43b2be 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 538743b036d..88823e70da0 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index e24d09d454c..49c23ce9bbd 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 0dab5a3693b..14c9dabedf4 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263px/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 686051e8a76..b2ab3a727c2 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index b998ae2a4a6..0c96b863827 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 5a963a84e63..bff0d7feb0e 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 1b14d41b462..37b3b3a73dc 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 686051e8a76..b2ab3a727c2 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index b998ae2a4a6..0c96b863827 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 5a963a84e63..bff0d7feb0e 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 1b14d41b462..37b3b3a73dc 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am263x/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile index eabd7d7f87f..e842aa81564 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,8 +108,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0a2dd7cb012..9e5d70b4aa4 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index b7450b33e84..cd7b9352852 100644 --- a/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_notify/ipc_notify_ut/ipc_notify_ut_am273x/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 3e4fe80465b..bf1ce9b8a8c 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 508da50b65d..5a0abf22de6 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6ecd2a19af6..974dab331dd 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile index 109b094e7ed..d41e2fc3cdc 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index a392551ac62..b1f3284be65 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile index f9e5e127533..572b41eca36 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index f545b2c14fd..09211babb63 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile index d1ee6cdc388..75f3e7f8904 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 7ba12d56efd..7c578738489 100644 --- a/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 8bc56f1cdad..5364c838414 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 25bfbaaddbe..a6b99ff3177 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d8c2c49ae2e..fa646cb4bbc 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile index 899949bb996..04c2509e91f 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 84220fea950..5a87f3d3e99 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile index d8759a1bac0..14f0db6cdcb 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile index 18577ddc668..b78c8f3b1ec 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile index cef51f7d1a9..2710e45d562 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile index 3898021c59a..8dea7842455 100644 --- a/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 795b54c640f..2c7fae307c8 100644 --- a/test/drivers/ipc_rpmsg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am261x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am261x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 504f5a7b719..cd6c6066b6d 100644 --- a/test/drivers/ipc_rpmsg/am261x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am261x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index b67c5614264..4c4448d4c29 100644 --- a/test/drivers/ipc_rpmsg/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am261x-som/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am261x-som/r5fss0-1_freertos/ti-arm-clang/makefile index 2d9e5020f4d..2404eef818d 100644 --- a/test/drivers/ipc_rpmsg/am261x-som/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am261x-som/r5fss0-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c52690d6902..5d3adb1980c 100644 --- a/test/drivers/ipc_rpmsg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile index 8996c23925d..3fb1c6a963c 100644 --- a/test/drivers/ipc_rpmsg/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile index a19b8292af5..7c060ac148a 100644 --- a/test/drivers/ipc_rpmsg/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263px-cc/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263px-cc/r5fss1-1_freertos/ti-arm-clang/makefile index 941cd06ea14..be1d685018d 100644 --- a/test/drivers/ipc_rpmsg/am263px-cc/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263px-cc/r5fss1-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0737ba55af8..1a78af203e3 100644 --- a/test/drivers/ipc_rpmsg/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile index ad58912bf69..eae3df7e030 100644 --- a/test/drivers/ipc_rpmsg/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263px-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263px-lp/r5fss1-0_freertos/ti-arm-clang/makefile index f5f87603505..b5c888396cd 100644 --- a/test/drivers/ipc_rpmsg/am263px-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263px-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263px-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263px-lp/r5fss1-1_freertos/ti-arm-clang/makefile index 83bcf77259c..aa6b9017f84 100644 --- a/test/drivers/ipc_rpmsg/am263px-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263px-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 2e4719a1622..ee653c43235 100644 --- a/test/drivers/ipc_rpmsg/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile index 04cbc439002..c710f0b81a5 100644 --- a/test/drivers/ipc_rpmsg/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile index 386518bbfb7..6a72f43f0de 100644 --- a/test/drivers/ipc_rpmsg/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile index b8ae58dad1f..d56ef388b56 100644 --- a/test/drivers/ipc_rpmsg/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2e4719a1622..ee653c43235 100644 --- a/test/drivers/ipc_rpmsg/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 04cbc439002..c710f0b81a5 100644 --- a/test/drivers/ipc_rpmsg/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile index 386518bbfb7..6a72f43f0de 100644 --- a/test/drivers/ipc_rpmsg/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile index b8ae58dad1f..d56ef388b56 100644 --- a/test/drivers/ipc_rpmsg/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/drivers/ipc_rpmsg/am273x-evm/c66ss0_freertos/ti-c6000/makefile index a4ddcf7f4ca..e10d2a740b2 100644 --- a/test/drivers/ipc_rpmsg/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/drivers/ipc_rpmsg/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -59,10 +59,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -95,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/ipc_rpmsg/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 65d8930866b..6ec41634e18 100644 --- a/test/drivers/ipc_rpmsg/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index f4550807038..1db17ae7f5d 100644 --- a/test/drivers/ipc_rpmsg/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/ipc_rpmsg/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 58d5be48860..853d7bcf1b7 100644 --- a/test/drivers/ipc_rpmsg/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/ipc_rpmsg/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 1e4c5fd90b4..3608daefcbf 100644 --- a/test/drivers/ipc_rpmsg/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 05aa537f14c..fff3a70c436 100755 --- a/test/drivers/ipc_rpmsg/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index cd9201cf337..4ab6c4a4098 100755 --- a/test/drivers/ipc_rpmsg/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index 1762e5b15d4..8c505503d15 100755 --- a/test/drivers/ipc_rpmsg/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 1032ed4105a..c5921f0b274 100755 --- a/test/drivers/ipc_rpmsg/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/ipc_rpmsg/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 58d5be48860..853d7bcf1b7 100644 --- a/test/drivers/ipc_rpmsg/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/ipc_rpmsg/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index 1e4c5fd90b4..3608daefcbf 100644 --- a/test/drivers/ipc_rpmsg/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 05aa537f14c..fff3a70c436 100644 --- a/test/drivers/ipc_rpmsg/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile index cd9201cf337..4ab6c4a4098 100644 --- a/test/drivers/ipc_rpmsg/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile index 1762e5b15d4..8c505503d15 100644 --- a/test/drivers/ipc_rpmsg/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-sk/r5fss1-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile index 1032ed4105a..c5921f0b274 100644 --- a/test/drivers/ipc_rpmsg/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am64x-sk/r5fss1-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 3a53fc7ebb3..2a65fd66943 100644 --- a/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile index bfab950038c..476a92e4f63 100644 --- a/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-1:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs b/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/ipc_rpmsg/am65x-idk/r5fss0-1_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 81e20e39e9e..7b6a501eb03 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index f9f3b26f1dd..b4930781fd3 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8794764ccb2..dbe208d8e56 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 9d087430179..565ba2ad8fb 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index e481b5bd08c..31022269266 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index 9f9988c204d..78ec9a4d9c6 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 295657b6e50..4a08e94876e 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile index d682a159223..66c3f1a8de8 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-1_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile index f9f17cc7f44..7b4c6b4ccc1 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-evm/r5fss1-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 0acc0cb39c3..0ad7d4ef108 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index ba0ff41b11a..0e4c57f0080 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0729bd83000..ff18e81d9cd 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index cd3cf6b4d01..e5dc7c3f743 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 58841fc7694..39334b797a1 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile index 7ecc99353b2..390d9e08755 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 1396c8f4064..2438ed06552 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile index d84cdd0985f..6495ff64cc3 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-1_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 3d872c2489c..ece01e6b342 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am243x/am243x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a762498eb38..d22c35bb671 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 789f80047b0..271dbf32e4e 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 22af047d8f5..de92b953904 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index c5a0cf7136d..6f7d02517c3 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f4e9cec2d7d..9c861ec9994 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 49ccffbff1d..48fb520fea8 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 286c53cf676..e126a8e745a 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 9092f8f905c..6ff47ece01b 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263px/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index be4072965ca..85f96495310 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 59f07cb52e4..0bd544812a9 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 11214bc0c19..64c540a5d9b 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index ff648d8ebbe..084f11a794d 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index be4072965ca..85f96495310 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 59f07cb52e4..0bd544812a9 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 11214bc0c19..64c540a5d9b 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index ff648d8ebbe..084f11a794d 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am263x/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 19750d5a6c6..132cacb4018 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,8 +108,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d96efae521d..73e54de94fc 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 298b46b5a10..f19ff901914 100644 --- a/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_rpmsg_test_am273x/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index e76bc03a438..7e60011d7eb 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index f81330368bd..ce8d11cd301 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile index 3feb89069f9..6e22835b03b 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 896b87d0ecc..fad320489db 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile index 9b361492606..a83421b3001 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss1-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index 6ea4f157887..00edfb6f747 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index d737fa6f01c..7aa81934eab 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index cc6a6d03d12..419ab40acbb 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index e7cca310450..c5c9d64c1d0 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index cbf5e56ca9e..a3efa73106e 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile index c9e015ff846..366962aa8d0 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss1-0_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 281d54b5328..9c71fa60421 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am243x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b8516673984..3595ba3e334 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index b34d9c6d3eb..862bf427614 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 3081ef7227d..bab8b4ca353 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9e5cf7f56a3..43e72a27aa6 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index b6f46a6f057..3c2a9a5a184 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 1b3e7f1f573..e4a1a3150f0 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index a7d5ec5dcbb..fb33992f79a 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 57c4c1edd33..15c39d3c624 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 80a20370157..805e78a961e 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a7d5ec5dcbb..fb33992f79a 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,10 +116,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,10 +132,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 57c4c1edd33..15c39d3c624 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 80a20370157..805e78a961e 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 3693ec4337e..c2715de5718 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -95,9 +96,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,9 +110,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7f18462d8ee..73a8f32ca27 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,10 +112,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,10 +128,10 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 925e9c14f0d..f848b555b9f 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,10 +109,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,10 +125,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ae15d5181a5..a8842ad7952 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 108958ae142..ad70a9bd5c5 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile index d29237a47b1..a8ac82f536c 100644 --- a/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ipc_rpmsg/ipc_safeipc_test/am64x-evm/r5fss1-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/lin/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/lin/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e041ff50a9c..4d7114ff007 100644 --- a/test/drivers/lin/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/lin/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/lin/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/lin/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1ef1c1c98ea..be4258e4c36 100644 --- a/test/drivers/lin/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/lin/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/lin/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/lin/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3f78a827530..edd76f6b382 100644 --- a/test/drivers/lin/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/lin/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/lin/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/lin/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8e6d1072bb3..e4ca549d106 100644 --- a/test/drivers/lin/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/lin/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/lin/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/lin/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8ff367fced3..49a40ca2794 100644 --- a/test/drivers/lin/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/lin/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/lin/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/lin/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8ff367fced3..49a40ca2794 100644 --- a/test/drivers/lin/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/lin/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e4b30537962..1cc8a8c6491 100644 --- a/test/drivers/mcan/canfd_hld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6aaf6c377f1..ca3dbd68676 100644 --- a/test/drivers/mcan/canfd_hld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b1fd1a04d9e..63cc6b1ee46 100644 --- a/test/drivers/mcan/canfd_hld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 8c499f2bbd7..deb820b9519 100644 --- a/test/drivers/mcan/canfd_hld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 88453022d02..8f8d325cd81 100644 --- a/test/drivers/mcan/canfd_hld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 616c5330330..2b9920a7fe7 100644 --- a/test/drivers/mcan/canfd_hld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 77f0fed6764..0331c1d1003 100644 --- a/test/drivers/mcan/canfd_hld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 77f0fed6764..0331c1d1003 100644 --- a/test/drivers/mcan/canfd_hld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/canfd_hld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/canfd_hld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1f15ff9a692..8bef158b7b3 100644 --- a/test/drivers/mcan/canfd_hld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/canfd_hld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mcan/mcan_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index b14fbb667b4..31fc3171ee7 100644 --- a/test/drivers/mcan/mcan_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mcan/mcan_lld/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -57,10 +57,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -121,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mcan/mcan_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7a5490af50f..fc9bb22a17e 100644 --- a/test/drivers/mcan/mcan_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -60,10 +60,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mcan/mcan_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 6b951123d7e..6ff6a46167c 100644 --- a/test/drivers/mcan/mcan_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mcan/mcan_lld/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -57,10 +57,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/arm-none-eabi/include \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -121,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mcan/mcan_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 67529690474..ec5b82aa045 100644 --- a/test/drivers/mcan/mcan_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -60,10 +60,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 5054dabe7e5..6bd4e83a385 100644 --- a/test/drivers/mcan/mcan_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,10 +67,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 5d805461270..ce7ea5e8bc2 100644 --- a/test/drivers/mcan/mcan_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,10 +67,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 84ecc4dbfe4..da1b98aa377 100644 --- a/test/drivers/mcan/mcan_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,10 +67,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 227beb252a1..947608d7f79 100644 --- a/test/drivers/mcan/mcan_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,10 +67,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 6a4700cdfe5..e778c721f14 100644 --- a/test/drivers/mcan/mcan_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,10 +67,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6a4700cdfe5..e778c721f14 100644 --- a/test/drivers/mcan/mcan_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,10 +67,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5fa4552fd67..94785ed62ba 100644 --- a/test/drivers/mcan/mcan_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,10 +63,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcan/mcan_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcan/mcan_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ad5cac138fc..f4d3e78869d 100644 --- a/test/drivers/mcan/mcan_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcan/mcan_lld/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -60,10 +60,14 @@ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include/c \ -I${MCU_PLUS_SDK_PATH}/source \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcasp/mcasp_multiinst_loopback/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec b/test/drivers/mcasp/mcasp_multiinst_loopback/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec index ffe1b8aa2c3..5c0ee75259a 100644 --- a/test/drivers/mcasp/mcasp_multiinst_loopback/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec +++ b/test/drivers/mcasp/mcasp_multiinst_loopback/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec @@ -34,6 +34,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f -mv6600 --abi=eabi -q @@ -45,6 +46,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lboard.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.freertos.debug.lib + -lboard.am273x.c66.ti-c6000.freertos.debug.lib -llibc.a " > @@ -87,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lboard.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.freertos.release.lib + -lboard.am273x.c66.ti-c6000.freertos.release.lib -llibc.a " > diff --git a/test/drivers/mcasp/mcasp_multiinst_loopback/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/drivers/mcasp/mcasp_multiinst_loopback/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 2a74a5aaaca..7eae3b44c2c 100644 --- a/test/drivers/mcasp/mcasp_multiinst_loopback/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/drivers/mcasp/mcasp_multiinst_loopback/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -58,10 +58,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -95,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/mcspi/mcspi/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index ef66d94ef54..696f6227197 100644 --- a/test/drivers/mcspi/mcspi/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mcspi/mcspi/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7993b735e0f..55ab3cfaecc 100644 --- a/test/drivers/mcspi/mcspi/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index b7cfa234377..7efec7a6db9 100644 --- a/test/drivers/mcspi/mcspi/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mcspi/mcspi/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 184da4c4235..a08540cd946 100644 --- a/test/drivers/mcspi/mcspi/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c14196f3db6..3a431c29372 100644 --- a/test/drivers/mcspi/mcspi/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index dd775d6fa16..677a4739eb2 100644 --- a/test/drivers/mcspi/mcspi/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index ebc1eae7769..5932431753a 100644 --- a/test/drivers/mcspi/mcspi/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6de8607913d..24215db7e9e 100644 --- a/test/drivers/mcspi/mcspi/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index dba34c4f252..8e2b3e1128c 100644 --- a/test/drivers/mcspi/mcspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index dba34c4f252..8e2b3e1128c 100644 --- a/test/drivers/mcspi/mcspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/mcspi/mcspi/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 7ef78aa7865..c4e987dcfb8 100644 --- a/test/drivers/mcspi/mcspi/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/mcspi/mcspi/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DA53_CORE \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +112,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mcspi/mcspi/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ad4c66e7dd9..44e411d8ea4 100644 --- a/test/drivers/mcspi/mcspi/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index ad4c66e7dd9..44e411d8ea4 100644 --- a/test/drivers/mcspi/mcspi/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 70caf01a791..d9e7af1bc01 100644 --- a/test/drivers/mcspi/mcspi/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/mcspi/mcspi/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/drivers/mcspi/mcspi/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/mcspi/mcspi/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index b32b9562d48..08f527667bb 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index cab5d635499..5314d6eb28c 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e35091a8955..c41f1261134 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 1c1ac003cbd..c5080521d61 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4a4df83c6ed..72273adc628 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 7c1f4223d90..64adf6be67d 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 382b40dd7c9..7f513bc2996 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 7c51938608f..24ed902596b 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 59098555730..ab5114de574 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 48bcc0cdb6f..8f2572c7535 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index c1aa21b8965..e5466fee8f0 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 4c48a014ef6..7d791aa384b 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 55704bda1f8..973c4e4522d 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ee3fa3401a7..9f331f6f3d5 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index d2c2cb4179f..11633109c28 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 505ab98fcb2..1d7ec964d81 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index a9455445e9a..c1a32270295 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 505ab98fcb2..1d7ec964d81 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index a9455445e9a..c1a32270295 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 2d4d41e3b3a..756e1096f0e 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b8d25ba80dd..4d42c9260c8 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 65dc6439866..db60639aa15 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 5e8bc97330d..a6bf9655ba8 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile index 7e32e4ce64d..7f0130abf94 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-1_nortos/gcc-armv7/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -96,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 3ada71cd739..8b00627bb05 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am243x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 89978fd2f1d..93cd56c10f9 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 05c2678a086..caa423c88de 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index af199ce101a..642f695e24e 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 9e1ea0ecede..c8b72b9889f 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 7178a113d90..ac067b12a3a 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index c6f2851e026..6f9a22efafc 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c818f996962..c88c64a791d 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 57d983de8e0..dab3af8ffe8 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c279c9d0f38..a4155f15617 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 384e6c3e332..c23f8d82e85 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c279c9d0f38..a4155f15617 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 384e6c3e332..c23f8d82e85 100644 --- a/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_controller_peripheral_dma/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_eeprom/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi_eeprom/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index a41bf8f8e3c..f53bef52500 100644 --- a/test/drivers/mcspi/mcspi_eeprom/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi_eeprom/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mcspi/mcspi_eeprom/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_eeprom/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a55cbfcede2..975bf2de058 100644 --- a/test/drivers/mcspi/mcspi_eeprom/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_eeprom/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_eeprom/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/mcspi/mcspi_eeprom/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index b9d04ccee54..4f421533d3e 100644 --- a/test/drivers/mcspi/mcspi_eeprom/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/mcspi/mcspi_eeprom/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -110,8 +111,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mcspi/mcspi_eeprom/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_eeprom/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a6d769c3113..d551fa75152 100644 --- a/test/drivers/mcspi/mcspi_eeprom/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_eeprom/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_eeprom_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/mcspi/mcspi_eeprom_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 3dac0753416..f58040aecd8 100644 --- a/test/drivers/mcspi/mcspi_eeprom_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/mcspi/mcspi_eeprom_dma/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -56,6 +56,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -94,7 +95,7 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -112,7 +113,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mcspi/mcspi_eeprom_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_eeprom_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c89eb016e10..dbd185e2219 100644 --- a/test/drivers/mcspi/mcspi_eeprom_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_eeprom_dma/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mcspi/mcspi_eeprom_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/mcspi/mcspi_eeprom_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 80f8d7dccfc..c6c39956790 100644 --- a/test/drivers/mcspi/mcspi_eeprom_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/mcspi/mcspi_eeprom_dma/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -94,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -110,8 +111,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mcspi/mcspi_eeprom_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mcspi/mcspi_eeprom_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2f1a6317dc6..2a581f3ab63 100644 --- a/test/drivers/mcspi/mcspi_eeprom_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mcspi/mcspi_eeprom_dma/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,7 +101,7 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -113,7 +114,7 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mibspi/mibspi_analog_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mibspi/mibspi_analog_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 292a196de57..10ce63bfe33 100644 --- a/test/drivers/mibspi/mibspi_analog_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mibspi/mibspi_analog_loopback/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mibspi/mibspi_performance_16bit/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/mibspi/mibspi_performance_16bit/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 32876e8bd2a..8cfeeb5204c 100644 --- a/test/drivers/mibspi/mibspi_performance_16bit/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/mibspi/mibspi_performance_16bit/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -92,8 +93,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -105,8 +106,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/mibspi/mibspi_performance_16bit/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mibspi/mibspi_performance_16bit/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 004d5ab2880..c89b62bb90a 100644 --- a/test/drivers/mibspi/mibspi_performance_16bit/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mibspi/mibspi_performance_16bit/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mibspi/mibspi_peripheral/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mibspi/mibspi_peripheral/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ab99d9e79e4..e3b5c6c44d0 100644 --- a/test/drivers/mibspi/mibspi_peripheral/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mibspi/mibspi_peripheral/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index bddb77d29de..43fe41b3e79 100644 --- a/test/drivers/mmcsd/mmcsd/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:freertos_fat.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - freertos_fat.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mmcsd/mmcsd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9c9c6cb7073..0b73bf12368 100644 --- a/test/drivers/mmcsd/mmcsd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/drivers/mmcsd/mmcsd/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 6332c50ee36..aa334aa3f71 100644 --- a/test/drivers/mmcsd/mmcsd/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/drivers/mmcsd/mmcsd/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,10 +59,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/portable/nortos \ -I${MCU_PLUS_SDK_PATH}/source/fs/freertos_fat/config \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ -Igenerated \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -97,10 +99,10 @@ LIBS_PATH_common = \ -L$(CGT_GCC_AARCH64_PATH)/lib \ LIBS_common = \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:freertos_fat.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:freertos_fat.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -114,10 +116,10 @@ LFLAGS_common = \ LIBS_NAME = \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - freertos_fat.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + freertos_fat.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mmcsd/mmcsd/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/test/drivers/mmcsd/mmcsd/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 69d55ed1522..fdb4d41ed65 100644 --- a/test/drivers/mmcsd/mmcsd/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/drivers/mmcsd/mmcsd/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -96,9 +97,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:freertos_fat.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:freertos_fat.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - freertos_fat.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + freertos_fat.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mmcsd/mmcsd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c20f9205de2..71974a2e4b5 100644 --- a/test/drivers/mmcsd/mmcsd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index 2700c126bb6..0207724668e 100644 --- a/test/drivers/mmcsd/mmcsd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lfreertos_fat.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lfreertos_fat.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - freertos_fat.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + freertos_fat.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -174,7 +175,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/mmcsd/mmcsd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/test/drivers/mmcsd/mmcsd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/mmcsd/mmcsd/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index b657ec668e8..543dc501b1b 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index cd091f07eeb..07266bc0d60 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 6b99c4a211c..f7dc8fa86cd 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2e94c8f03f2..ecdbb55df37 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index de612c45113..b52589b26ad 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3d70d4e6584..b784279f096 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 3f46779bc77..27914a707bd 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7c36fce564b..e7a29ba927a 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index c233d4fb4b6..03a4dfbe7b2 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2e43f005658..bb7ae7918e5 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_emmc_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0a29901ddaf..594abad9b34 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_emmc_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_emmc_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1a713574603..92eda7b9c9f 100644 --- a/test/drivers/mmcsd/mmcsd_emmc_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_emmc_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 35cc54ef28c..6cbed8355b6 100644 --- a/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 38d3e7c0379..babe3a16ef6 100644 --- a/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index eade36793f3..c261f647fce 100644 --- a/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b980d82b4ff..7d0a7b4e3f5 100644 --- a/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_interrupt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_sd_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_sd_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 53dd0ecba8c..584f0ae7cd0 100644 --- a/test/drivers/mmcsd/mmcsd_sd_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_interrupt/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_sd_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_sd_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fd2361a9337..c865a2ec7b1 100644 --- a/test/drivers/mmcsd/mmcsd_sd_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_interrupt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 8548218930c..9e373094195 100644 --- a/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index ca893790b04..d289e605306 100644 --- a/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 60ec313c772..8b30e8c3576 100644 --- a/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3cd9f50d550..0298e5d3425 100644 --- a/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_polling/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_sd_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_sd_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1312e3caddf..c9707287a7b 100644 --- a/test/drivers/mmcsd/mmcsd_sd_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_polling/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mmcsd/mmcsd_sd_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mmcsd/mmcsd_sd_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index cd07d3d5b6f..a95cabc05ab 100644 --- a/test/drivers/mmcsd/mmcsd_sd_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mmcsd/mmcsd_sd_polling/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mpu_firewall/mpu_firewall_test_am261x/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mpu_firewall/mpu_firewall_test_am261x/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f947f35bd36..7449ce49855 100644 --- a/test/drivers/mpu_firewall/mpu_firewall_test_am261x/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mpu_firewall/mpu_firewall_test_am261x/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mpu_firewall/mpu_firewall_test_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mpu_firewall/mpu_firewall_test_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 79c7d5e8c69..4df57a210ee 100644 --- a/test/drivers/mpu_firewall/mpu_firewall_test_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mpu_firewall/mpu_firewall_test_am263px/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mpu_firewall/mpu_firewall_test_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mpu_firewall/mpu_firewall_test_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 44be6b92e17..1fa4b729979 100644 --- a/test/drivers/mpu_firewall/mpu_firewall_test_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mpu_firewall/mpu_firewall_test_am263x/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/mpu_firewall/mpu_firewall_test_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/mpu_firewall/mpu_firewall_test_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7f5d40226d9..72076faa25d 100644 --- a/test/drivers/mpu_firewall/mpu_firewall_test_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/mpu_firewall/mpu_firewall_test_am273x/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/optiflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/optiflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b38ab16e286..b063b3676fd 100644 --- a/test/drivers/optiflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/optiflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/optiflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/optiflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9ca69c30f84..d6f2b3ded9e 100644 --- a/test/drivers/optiflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/optiflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/optiflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/optiflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c4e3db455b5..997243b185b 100644 --- a/test/drivers/optiflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/optiflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 48f61cb2434..92a51477540 100644 --- a/test/drivers/ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ospi/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 52c8cedac45..e601358311a 100644 --- a/test/drivers/ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ospi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index a95b5ad8fc6..d051a77f9d8 100644 --- a/test/drivers/ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/ospi/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - board.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + board.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 73c5e0689b8..137538e64ff 100644 --- a/test/drivers/ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ospi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 52da02b4ce9..db6284a5940 100644 --- a/test/drivers/ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ospi/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8bce70af743..3f6d98c34d4 100644 --- a/test/drivers/ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ospi/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2d21b68f964..cc93e55b406 100644 --- a/test/drivers/ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ospi/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 2d21b68f964..cc93e55b406 100644 --- a/test/drivers/ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ospi/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,9 +120,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile index ca13c8c6aed..62fa0b97eee 100644 --- a/test/drivers/ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -170,7 +171,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:nortos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs b/test/drivers/ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/ospi/am65x-idk/r5fss0-0_nortos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/qspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/drivers/qspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7376578e1a4..5c0918fe9cc 100644 --- a/test/drivers/qspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/drivers/qspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lunity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lunity.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lunity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -lunity.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/drivers/qspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/qspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index dfa9a31d9b8..fbf1d0491bf 100644 --- a/test/drivers/qspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/qspi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/drivers/qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index af928740a0a..f03d9ac91f7 100644 --- a/test/drivers/qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/drivers/qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lunity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lunity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lunity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lunity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/drivers/qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1febf37fcbf..1a2c580fd0c 100644 --- a/test/drivers/qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/qspi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/qspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/drivers/qspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0f7efe49db0..4c55acf32b2 100644 --- a/test/drivers/qspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/drivers/qspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lunity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lunity.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lunity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -lunity.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/drivers/qspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/qspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index dfa9a31d9b8..fbf1d0491bf 100644 --- a/test/drivers/qspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/qspi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/drivers/qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 8781872c5c7..91eff1fcf58 100644 --- a/test/drivers/qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/drivers/qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lunity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lunity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lunity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lunity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/drivers/qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1febf37fcbf..1a2c580fd0c 100644 --- a/test/drivers/qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/qspi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/qspi/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/drivers/qspi/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2b4acc995a2..7447645bb4c 100644 --- a/test/drivers/qspi/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/drivers/qspi/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lunity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lunity.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lunity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am273x.r5f.ti-arm-clang.freertos.release.lib + -lunity.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/drivers/qspi/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/qspi/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 262f0fd98ec..388b97b8fe6 100644 --- a/test/drivers/qspi/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/qspi/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/drivers/qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index d1c4f5a6522..9054e16b137 100644 --- a/test/drivers/qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/drivers/qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lunity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lunity.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lunity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lunity.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/drivers/qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 63dbdb7ff4c..c113acf68ca 100644 --- a/test/drivers/qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/qspi/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/resolver/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/resolver/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c7373c6998d..e6d0184d3fd 100644 --- a/test/drivers/resolver/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/resolver/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/rti/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/rti/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 46902c1c1d1..a6331abaccd 100644 --- a/test/drivers/rti/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/rti/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/rti/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/rti/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 1a3747e7fcb..794024dc724 100644 --- a/test/drivers/rti/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/rti/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/rti/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/rti/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 3c9edba133d..b9fc0684d4e 100644 --- a/test/drivers/rti/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/rti/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/rti/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/rti/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 03a58533ba6..696cc2205c4 100644 --- a/test/drivers/rti/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/rti/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/rti/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/rti/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 4ced3af4c53..378046ad027 100644 --- a/test/drivers/rti/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/rti/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/rti/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/rti/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 4ced3af4c53..378046ad027 100644 --- a/test/drivers/rti/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/rti/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sciclient/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/sciclient/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index dd57c3b96fa..42d5a5f061c 100644 --- a/test/drivers/sciclient/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/sciclient/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,8 +98,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/sciclient/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sciclient/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 61d10a21567..6dd412c69c8 100644 --- a/test/drivers/sciclient/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sciclient/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sciclient/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/drivers/sciclient/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index fd20b3c549a..8e2f34e5761 100644 --- a/test/drivers/sciclient/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/drivers/sciclient/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -97,8 +98,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -116,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/sciclient/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sciclient/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1e410846135..4bf74166050 100644 --- a/test/drivers/sciclient/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sciclient/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sciclient/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/test/drivers/sciclient/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index 44cb27652f3..3840d0d2289 100644 --- a/test/drivers/sciclient/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/drivers/sciclient/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,8 +108,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/sciclient/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sciclient/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 37849f3740d..1c742127a5f 100644 --- a/test/drivers/sciclient/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sciclient/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sciclient/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/test/drivers/sciclient/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index 44cb27652f3..3840d0d2289 100644 --- a/test/drivers/sciclient/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/drivers/sciclient/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -57,6 +57,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -91,8 +92,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,8 +108,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/drivers/sciclient/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sciclient/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 37849f3740d..1c742127a5f 100644 --- a/test/drivers/sciclient/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sciclient/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sciclient/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/sciclient/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 2918c189035..13805b49172 100644 --- a/test/drivers/sciclient/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/sciclient/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -169,7 +170,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/sciclient/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/drivers/sciclient/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/sciclient/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/sdfm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sdfm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3af379b1a00..260a8e015d0 100644 --- a/test/drivers/sdfm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sdfm/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sdfm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sdfm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ee54836b46c..b95b09e3f7f 100644 --- a/test/drivers/sdfm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sdfm/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sdfm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sdfm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b793c570b1d..c77d0a7ab36 100644 --- a/test/drivers/sdfm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sdfm/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sdfm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sdfm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 127bd17bc96..11751939320 100644 --- a/test/drivers/sdfm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sdfm/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sdfm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sdfm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 83f0d310b45..fe11704541e 100644 --- a/test/drivers/sdfm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sdfm/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/sdfm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/sdfm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 83f0d310b45..fe11704541e 100644 --- a/test/drivers/sdfm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/sdfm/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_m4f/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_m4f/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 71a2dabd390..6767e78821d 100644 --- a/test/drivers/soc/soc_m4f/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_m4f/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_m4f/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_m4f/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index cf30e27e269..2e87bca0147 100644 --- a/test/drivers/soc/soc_m4f/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_m4f/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 226fd3f78fa..c7d2f98623a 100644 --- a/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0be2d5bbdc4..938c5e3e9cd 100644 --- a/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile b/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile index 6f240243360..691f93b4950 100644 --- a/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile +++ b/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-1_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 7344bb1cbf2..9de31bdbc85 100644 --- a/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile b/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile index 6710e6c481b..1cd9f19ca28 100644 --- a/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile +++ b/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index a5a52b89bdf..f1aafade293 100644 --- a/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile b/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile index 87eb80c43ec..b2973a6a3a0 100644 --- a/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile +++ b/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-1_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 400d2506131..1681367396c 100644 --- a/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am243x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 8d598ec328e..deb14215580 100644 --- a/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 978d414efe6..2a4f9d4547b 100644 --- a/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile b/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile index abfc88d0462..8d8f906ebc6 100644 --- a/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile +++ b/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-1_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index cdab3f494eb..63122ac42b9 100644 --- a/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile b/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile index 6d05bb09ccc..c1cd7591d39 100644 --- a/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile +++ b/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-0_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile index 1839118a0f6..6b419a4c553 100644 --- a/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile b/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile index acc0e9ea142..29e66883699 100644 --- a/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile +++ b/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-1_freertos/gcc-armv7/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile index ddd0e60fabd..4078abe9ed2 100644 --- a/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am243x-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 26535822d9e..a1400bb4a36 100644 --- a/test/drivers/soc/soc_r5f/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DCPU_R5_0_0 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile index 8883aa42a3b..194bff0d73e 100644 --- a/test/drivers/soc/soc_r5f/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263px-cc/r5fss0-1_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile index 9626ea8b598..4e62eacca51 100644 --- a/test/drivers/soc/soc_r5f/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263px-cc/r5fss1-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263px-cc/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263px-cc/r5fss1-1_freertos/ti-arm-clang/makefile index 8d98ca67f25..bf3a6874e66 100644 --- a/test/drivers/soc/soc_r5f/am263px-cc/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263px-cc/r5fss1-1_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 91d792b6f66..3342080bcd7 100644 --- a/test/drivers/soc/soc_r5f/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DCPU_R5_0_0 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 092b8244694..722ad6efd9b 100644 --- a/test/drivers/soc/soc_r5f/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263px-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263px-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263px-lp/r5fss1-0_freertos/ti-arm-clang/makefile index 916f06f0bfc..549091fe188 100644 --- a/test/drivers/soc/soc_r5f/am263px-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263px-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263px-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263px-lp/r5fss1-1_freertos/ti-arm-clang/makefile index 6c827a52bce..0ef5c8a16c3 100644 --- a/test/drivers/soc/soc_r5f/am263px-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263px-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index cf57385c0f7..d87ca2be654 100644 --- a/test/drivers/soc/soc_r5f/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile index 6ccbf459aeb..ab83843add2 100644 --- a/test/drivers/soc/soc_r5f/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263x-cc/r5fss0-1_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile index b1843cc8a25..114b5febb47 100644 --- a/test/drivers/soc/soc_r5f/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263x-cc/r5fss1-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile index 24523d78e24..5e9a4399ad0 100644 --- a/test/drivers/soc/soc_r5f/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263x-cc/r5fss1-1_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index cf57385c0f7..d87ca2be654 100644 --- a/test/drivers/soc/soc_r5f/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index 6ccbf459aeb..ab83843add2 100644 --- a/test/drivers/soc/soc_r5f/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile index b1843cc8a25..114b5febb47 100644 --- a/test/drivers/soc/soc_r5f/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263x-lp/r5fss1-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile index 24523d78e24..5e9a4399ad0 100644 --- a/test/drivers/soc/soc_r5f/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am263x-lp/r5fss1-1_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index eab49d4e7aa..2b42b2c8844 100644 --- a/test/drivers/soc/soc_r5f/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 7bcf61b281b..3e595f36d9e 100644 --- a/test/drivers/soc/soc_r5f/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am273x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5fa47cddb5d..0f1998f2b7f 100644 --- a/test/drivers/soc/soc_r5f/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 6d0f4743437..3fc1c6760d3 100644 --- a/test/drivers/soc/soc_r5f/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile index 7a857365d3a..f9bb9eb5d85 100644 --- a/test/drivers/soc/soc_r5f/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am64x-evm/r5fss1-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/soc/soc_r5f/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile b/test/drivers/soc/soc_r5f/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile index 6250645e97e..d50f36aeefc 100644 --- a/test/drivers/soc/soc_r5f/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile +++ b/test/drivers/soc/soc_r5f/am64x-evm/r5fss1-1_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/tester/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/tester/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 7d870257fd5..f509aeef851 100644 --- a/test/drivers/tester/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/tester/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/uart/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 844a8cfc68d..04337e34ea2 100644 --- a/test/drivers/uart/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/uart/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/uart/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2b504ed907a..e993b47c8b8 100644 --- a/test/drivers/uart/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/drivers/uart/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 76cc97508aa..e40aff74421 100644 --- a/test/drivers/uart/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/drivers/uart/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/drivers/uart/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2df43d8d2ca..fc520bdb7b1 100644 --- a/test/drivers/uart/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c107f56d89c..6dba749eb9c 100644 --- a/test/drivers/uart/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 1cf83d9fb8e..5f17eb564e0 100644 --- a/test/drivers/uart/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index d5c87f0fb51..d80eb9f27df 100644 --- a/test/drivers/uart/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 40d53f5e797..47311c951fa 100644 --- a/test/drivers/uart/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index a1e867f7555..acada33dbc8 100644 --- a/test/drivers/uart/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a1e867f7555..acada33dbc8 100644 --- a/test/drivers/uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/drivers/uart/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 9cd8ab282fa..3502ad32ed5 100644 --- a/test/drivers/uart/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/drivers/uart/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -94,9 +95,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lboard.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lboard.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,9 +109,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - board.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + board.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/drivers/uart/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9b9e9d5ae5b..d6d19c1857c 100644 --- a/test/drivers/uart/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 47ff4dc6eb7..ed11934b2ab 100644 --- a/test/drivers/uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/uart/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6f03bc619b7..e7e7866ef05 100644 --- a/test/drivers/uart/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 6f03bc619b7..e7e7866ef05 100644 --- a/test/drivers/uart/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/uart/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/uart/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 17d068f3f56..3b9344c4b37 100644 --- a/test/drivers/uart/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/uart/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -168,7 +169,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/drivers/uart/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/drivers/uart/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/drivers/uart/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/drivers/udma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/udma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index db2f66307c5..5d05a66741e 100644 --- a/test/drivers/udma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/udma/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -79,6 +79,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -122,9 +123,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -137,9 +138,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/udma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/drivers/udma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index db2f66307c5..5d05a66741e 100644 --- a/test/drivers/udma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/drivers/udma/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -79,6 +79,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -122,9 +123,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -137,9 +138,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/drivers/xbar/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/drivers/xbar/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dfcbe78c9b5..2fc18d1b1f2 100644 --- a/test/drivers/xbar/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/drivers/xbar/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0681515269a..f13cfb1ffbc 100644 --- a/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d6127b25237..0f94ae9260c 100644 --- a/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b5b900ab895..143aa5a0cfe 100644 --- a/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d6127b25237..0f94ae9260c 100644 --- a/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/ecap/ecap_signal_monitoring/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/epwm/epwm_dccap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/epwm/epwm_dccap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 7d13cad4944..9815f25b46b 100644 --- a/test/examples/drivers/epwm/epwm_dccap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/epwm/epwm_dccap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/epwm/epwm_dccap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/epwm/epwm_dccap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a6b94b30cfa..fd51e0a10a6 100644 --- a/test/examples/drivers/epwm/epwm_dccap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/epwm/epwm_dccap/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/epwm/epwm_diode_emulation/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/epwm/epwm_diode_emulation/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 44421f9bb72..11e582be4ba 100644 --- a/test/examples/drivers/epwm/epwm_diode_emulation/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/epwm/epwm_diode_emulation/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/epwm/epwm_diode_emulation/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/epwm/epwm_diode_emulation/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d92dddff06f..6fa1cf2219e 100644 --- a/test/examples/drivers/epwm/epwm_diode_emulation/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/epwm/epwm_diode_emulation/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/epwm/epwm_diode_emulation/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/epwm/epwm_diode_emulation/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9d7a04fe74e..0dd96351714 100644 --- a/test/examples/drivers/epwm/epwm_diode_emulation/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/epwm/epwm_diode_emulation/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/epwm/epwm_diode_emulation/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/epwm/epwm_diode_emulation/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d92dddff06f..6fa1cf2219e 100644 --- a/test/examples/drivers/epwm/epwm_diode_emulation/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/epwm/epwm_diode_emulation/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a171354491b..07fecd7cc32 100644 --- a/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 56f7e7a32e1..7362189f46e 100644 --- a/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a58c9319ae7..88d5109395a 100644 --- a/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 56f7e7a32e1..7362189f46e 100644 --- a/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/epwm/epwm_xcmp_dma/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1da38137be1..05614d49cf8 100644 --- a/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0597897e505..91802bb87ed 100644 --- a/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index c73e5d849f8..70282307562 100644 --- a/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0597897e505..91802bb87ed 100644 --- a/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/epwm/epwm_xcmp_multiple_edges/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/ospiPhy/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/ospiPhy/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cd736f550d8..712f9b7adfb 100644 --- a/test/examples/drivers/ospiPhy/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/ospiPhy/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/ospiPhy/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/ospiPhy/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index eaba9365c2c..2f97ec4ccd4 100644 --- a/test/examples/drivers/ospiPhy/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/ospiPhy/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/examples/drivers/ospiPhy/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/test/examples/drivers/ospiPhy/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index cfd3a5d1512..c5527f8a83c 100644 --- a/test/examples/drivers/ospiPhy/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/test/examples/drivers/ospiPhy/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-unused-function -DSOC_AM263PX -DAM263P_LP + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,8 +71,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -82,8 +83,8 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/examples/drivers/ospiPhy/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/examples/drivers/ospiPhy/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f74ea83bb4e..f2fe30b4dce 100644 --- a/test/examples/drivers/ospiPhy/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/examples/drivers/ospiPhy/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DAM263P_LP \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 533ca0e760b..b13cda53190 100644 --- a/test/kernel/dpl/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -106,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index cd82e5dc1ea..7a850e479d4 100644 --- a/test/kernel/dpl/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -103,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/kernel/dpl/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index 061c8440465..fa2c5fde25e 100644 --- a/test/kernel/dpl/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/kernel/dpl/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -103,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/dpl/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d77a837e261..c749aaf0902 100644 --- a/test/kernel/dpl/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -109,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/kernel/dpl/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d1e683eed56..5d0de1f3ea0 100644 --- a/test/kernel/dpl/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/kernel/dpl/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -100,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/kernel/dpl/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e6f7e1caffc..c426c51720f 100644 --- a/test/kernel/dpl/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -106,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 2ce9d82dd27..a01c79a0a9f 100644 --- a/test/kernel/dpl/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -106,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 792c8d683f5..a943d086b67 100644 --- a/test/kernel/dpl/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -103,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/kernel/dpl/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 8df383d344d..844fdbe27ca 100644 --- a/test/kernel/dpl/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/kernel/dpl/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -103,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/dpl/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3282dd593e9..75452e4e070 100644 --- a/test/kernel/dpl/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -109,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/kernel/dpl/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index e3fc22c9bd5..3220da4c17c 100644 --- a/test/kernel/dpl/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/kernel/dpl/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -100,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -119,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/kernel/dpl/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4a6c29103aa..d4a6d76624e 100644 --- a/test/kernel/dpl/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -106,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index fc0a5ba5269..d5ab1c7728b 100644 --- a/test/kernel/dpl/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -116,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0d151b42c28..05c1ed2fef1 100644 --- a/test/kernel/dpl/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 52ae6df7cff..158aecaad91 100644 --- a/test/kernel/dpl/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -116,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 022886bb4f6..dcbdc95a905 100644 --- a/test/kernel/dpl/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c2306b9a263..907cd141350 100644 --- a/test/kernel/dpl/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -116,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 12fc409a276..63bd1b196d1 100644 --- a/test/kernel/dpl/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c20170f9ecb..97e99e3ac29 100644 --- a/test/kernel/dpl/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -116,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ada5fdbd857..8e570d131c5 100644 --- a/test/kernel/dpl/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 06fb6f155ab..4431f60d141 100644 --- a/test/kernel/dpl/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -116,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d84189cb21e..2b23d3abde1 100644 --- a/test/kernel/dpl/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 06fb6f155ab..4431f60d141 100644 --- a/test/kernel/dpl/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -116,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d84189cb21e..2b23d3abde1 100644 --- a/test/kernel/dpl/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 3e20f241ea7..c642731ec61 100644 --- a/test/kernel/dpl/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -98,8 +99,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -111,8 +112,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 612e915e7b5..848a0b9ec77 100644 --- a/test/kernel/dpl/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -95,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,8 +108,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 0cae62f24b3..e3eb633ee28 100644 --- a/test/kernel/dpl/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -112,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 58fd24120bf..de310fe4cf2 100644 --- a/test/kernel/dpl/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -109,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/test/kernel/dpl/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 225205c6ae6..524506390b1 100644 --- a/test/kernel/dpl/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/test/kernel/dpl/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -65,6 +65,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/dpl/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/kernel/dpl/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 441cf2cebd2..cfde7b2a407 100644 --- a/test/kernel/dpl/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/kernel/dpl/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -95,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +111,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/dpl/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile b/test/kernel/dpl/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile index a416911a6c5..a3042a60020 100644 --- a/test/kernel/dpl/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/kernel/dpl/am64x-evm/a53ss0-0_nortos/gcc-aarch64/makefile @@ -91,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/kernel/dpl/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile b/test/kernel/dpl/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile index 86b67e4bfee..3d15044dc6e 100644 --- a/test/kernel/dpl/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/test/kernel/dpl/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile @@ -95,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +111,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/dpl/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 15713e12768..8aed7431115 100755 --- a/test/kernel/dpl/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -106,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e7d192fa49e..52e2949c855 100755 --- a/test/kernel/dpl/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -103,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e97a04b569b..c62ea1c1655 100755 --- a/test/kernel/dpl/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -109,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b27a5819d14..51a69fdf62b 100755 --- a/test/kernel/dpl/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -106,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/test/kernel/dpl/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 225205c6ae6..524506390b1 100644 --- a/test/kernel/dpl/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/test/kernel/dpl/am64x-sk/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -65,6 +65,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/dpl/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/test/kernel/dpl/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 441cf2cebd2..cfde7b2a407 100644 --- a/test/kernel/dpl/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/kernel/dpl/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -95,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +111,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/dpl/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile b/test/kernel/dpl/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile index a416911a6c5..a3042a60020 100644 --- a/test/kernel/dpl/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile +++ b/test/kernel/dpl/am64x-sk/a53ss0-0_nortos/gcc-aarch64/makefile @@ -91,8 +91,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -107,8 +107,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/kernel/dpl/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile b/test/kernel/dpl/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile index 86b67e4bfee..3d15044dc6e 100644 --- a/test/kernel/dpl/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/test/kernel/dpl/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile @@ -95,8 +95,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +111,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/dpl/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index 15713e12768..8aed7431115 100644 --- a/test/kernel/dpl/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -106,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index e7d192fa49e..52e2949c855 100644 --- a/test/kernel/dpl/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -103,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index e97a04b569b..c62ea1c1655 100644 --- a/test/kernel/dpl/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -109,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index b27a5819d14..51a69fdf62b 100644 --- a/test/kernel/dpl/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -106,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 57b42e9b5e1..f0e1162006b 100644 --- a/test/kernel/dpl/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,9 +110,9 @@ LIBS_PATH_common = \ -Wl,-i${CG_TOOL_ROOT}/lib \ LIBS_common = \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -172,7 +172,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/kernel/dpl/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/kernel/dpl/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/kernel/dpl/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/kernel/dpl/dpl_ut/nortos/c66/CacheP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/c66/CacheP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile index cb7629b191c..48be827a90b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/c66/CacheP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/c66/CacheP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -97,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/c66/ClockP_nortos_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/c66/ClockP_nortos_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 58860c5e13b..7719d3036e6 100644 --- a/test/kernel/dpl/dpl_ut/nortos/c66/ClockP_nortos_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/c66/ClockP_nortos_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -97,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/c66/CycleCounterP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/c66/CycleCounterP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile index e1fe5cbc645..b2878941d71 100644 --- a/test/kernel/dpl/dpl_ut/nortos/c66/CycleCounterP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/c66/CycleCounterP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -97,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/c66/HwiP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/c66/HwiP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 891765a8d73..055ee3a9e7a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/c66/HwiP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/c66/HwiP_c66/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -97,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/c66/HwiP_c66_handlers_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/c66/HwiP_c66_handlers_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 5687e876bbf..30a78bcd034 100644 --- a/test/kernel/dpl/dpl_ut/nortos/c66/HwiP_c66_handlers_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/c66/HwiP_c66_handlers_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -97,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index b9adb96a7a0..5bac91d09bd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index d78e0dc0091..2b0d5fa9b8f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1134bc35f06..895224122c8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index cd0e1236471..479e9466351 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 6bdc8d67b6e..36b122df27d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index f1250ccb29a..7705f8e4fa8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 31ac9f85e46..03a76fbbd40 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 227e4fd0b30..9ff17bfe749 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 597e6ae657e..44e18fd25b5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d37546a7e75..2a9c7a76c8c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e3cc12cd243..3720893b4ae 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 949a71aeabc..739efccbe9d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3ae9133e209..4fb0cbfa27f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3ae9133e209..4fb0cbfa27f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/c66ss0_freertos/ti-c6000/makefile index f693fb1b512..89c8022e657 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 2d9c4de3168..ce1513db543 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 88674da88af..20cdaea62e1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8964523cdc3..c9305c9231c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/AddrTranslateP_null/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 2a7a6adda95..2e67fbb8982 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 95d417b8389..1046a361deb 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 279e413f69b..3fe9c9ffff9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 50dd11ab8d0..cdb51102958 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 432b6c3cc96..cdb2b729160 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index cc88aa7faae..d3f2d927027 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a40f23239ea..d1c5a99fdbf 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d188cdc455f..60b8ba1299b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6434f2a3dd9..d3cdb119866 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 5e4c15b0c61..00be1e6f804 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fe14c0df525..d76b0b88956 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 13bfb5ce564..0ec27855e4b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 89e6c28f1a5..f187fb16e45 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 89e6c28f1a5..f187fb16e45 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile index e1ea084c086..d4e587b8852 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 7fdc2b5c66d..67ed431acef 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9444d48738b..7f72f3bcc36 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e77427d6975..7ade577f8d3 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/ClockP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index f2dbab16e58..2ebd3d4f1fb 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index fe484c855e1..56452257a1a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index bf46cb9c804..af21bbe81a6 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a6fcef36fcc..163eb02a2c3 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index b6d4c2eb17f..0ce6d55838e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 2e603cd43de..aaef5dc74a5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 07473a971b8..b8c014be79b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 452df32d801..52d25b6ce99 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index e7eddb50d81..43757192d45 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d5edd5dd183..e2ffc0503cc 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 4c7ba377258..32cc3b3c061 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 400747ca3fe..292a7eaa64d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 7c1ffabafa6..e50a14e79b4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 85589931a15..ffa98661d43 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 8b102f9e52e..b24b22ef60a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ccf6f0d12d0..fffdb9487a2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 7b8b7224b16..8ca53cd2c86 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0bff8e61724..94ea21fff77 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 7b8b7224b16..8ca53cd2c86 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0bff8e61724..94ea21fff77 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 15ebbddd9ce..4b78b2c2d5e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 219e4db7c33..5f70148d6c1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b4655d8ec9a..dc5c2d53154 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 490001caf66..e458a958ed5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_log/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 3179102ad31..dac41c61376 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index a85404106ee..e48066b12b3 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b25f9cdd500..adb0647ff02 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 42be0163ebd..c65922adbb7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 5f8d031f20d..0034fc85748 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index ba47e9b2bd9..d54cd710000 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 6d379a7d247..33dde6df847 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 49124583687..d988bc8d1d9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d5bf3c6f69a..0c1396c70e8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1d65ed5c6d0..4ecb0cd80d9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e221629c683..17a5e711dea 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 77515d6d85a..dc86b76074c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f4f1be0cb72..0a8d8637855 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f4f1be0cb72..0a8d8637855 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 84fdb85ff07..7ecdac8b4d9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 45b1114a7b4..8d07e343dc5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_memTraceLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 01316fabb5a..4993a06f91e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e2eeb51897f..6a41609c77a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3fb1586a99c..9bf0b9911e2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f75f438c149..b4e019d3f61 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 32430680b76..6c3614d07f9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 4bc3e79712b..80f023fd07a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 25007702f98..46ad3af889a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b052edff82f..cde088df89c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 62d67f91d75..32f0e479d00 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d0ebe798865..93a9b7dbe8d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f01e619d1dd..778dd7a750b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c552064ea5e..50ca3cb1c5a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d70726f15de..e88686b60f1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d70726f15de..e88686b60f1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile index a3d017d6e29..36016825eb2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 5e4ec479f48..b79ddf49c0b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 28e72d0809e..1d5d373de51 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b8153a996ea..75a94e544ca 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 78010d7eff6..c80a6c8d5e5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b6fe7ca42d7..cbf8abe5f8a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c3e30b03d50..0501e661599 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 46b11b50e4a..54fe3a81bf4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 5c65fa553e7..bfef857c214 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0768abf14b6..c67498169dd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 5c65fa553e7..bfef857c214 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0768abf14b6..c67498169dd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/c66ss0_freertos/ti-c6000/makefile index d18b4779005..ff14950e22f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 034bba74c42..280b31eeaa1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index beaf18ccd79..dd7a2ff22e5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d028ce0f45f..929e74fdd9c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogReader/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 27883e7cf09..ee5baa7c46e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e9efe336766..9d32feabb01 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2b5d084c41e..6dae86fab19 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 22f25efa12f..d1df0950d25 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index af649dfefc4..21f07c70641 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 09f73437bcd..3fdf38bdf0a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 68987cb72dd..56ff32f5c03 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7155188d5b1..cb849612c14 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 01a64ebb897..63fed428091 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index fe339b4538f..2f2c5b3a0a0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d6739d4d1a8..531bbe6c123 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 880c025764b..892d42fe580 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 664b3a9dfdd..fd79c1178a6 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 664b3a9dfdd..fd79c1178a6 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 63a5b25f198..23d1f8014b8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 6719ef4f280..236f24bb97b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a5985bbb256..be664e3d756 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 148b7663c37..5bb2031b6e2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_shmLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 0e240cd16c1..906dd7c5566 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 41ba0f6aaa0..a584dfe5a36 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d708b4c051d..a7b3f98dc71 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2be76c1f57e..ba5f82516b7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 8281fbcede3..36a3918a7c4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index d6e565b5fba..f50ece0349b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9b1508b7227..5b945eb0a9a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f66df0dbc54..8b6eb28b476 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0d4638b04d2..c2d59697b1e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 51be6c47fa3..518deb6a888 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 55238cfb850..744223b57a7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 180d8d75b48..86426c63478 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c0a1107274b..bca721c96a6 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c0a1107274b..bca721c96a6 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 91fe713d555..42ee0e74ccf 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 83c416997d0..64865d55fa4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 73e9b3637d0..6c41f66eacc 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ef8f93ee913..47fdf13c124 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartLogWriter/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 82fcb9a6f51..d5eafb29707 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index cdfbc9f23da..a3d15085da2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index c9e653b998d..e8a1f2a7fb0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2c2efac4af8..005fdbdec87 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 0e4e57acc4d..4e6d1242ac9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index dc2892d20ff..c124d7f8bb0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b77531ae599..c8de25962f0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d0fed781548..2235b8aed71 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 64ddc385724..7f5ab5b2afd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f9d5bb0a589..171a2d57aa5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 93941a26829..d9c87f310a1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 3f7b5063bd1..07534ba942d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 18aa23697fe..fd674cc6ed2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 18aa23697fe..fd674cc6ed2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 14c1e79e842..5d173a1bdf0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/c66ss0_nortos/ti-c6000/makefile index cc8a42f8c74..1e4f8bdd04b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d0052a25e0c..a436c87ba96 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fb2f3ebf634..a0c0f94781a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/DebugP_uartScanf/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index d80d6705794..d1d6a5f99cc 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a053842a32e..5e735578c77 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3d72c069534..1fff1cb2e46 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 06bc3b6d4f6..12dc678b9b4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7818eb88385..b2d477b076e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e52c83cd175..b902cbc87fb 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7adc31fae74..aa060889ac7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e0765e134d1..03001166faf 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 648929159a0..74e8201c456 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 648929159a0..74e8201c456 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1be041ab141..fcc71e4dc32 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 97e621f0ebb..6d955edc27e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/EventP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 0d12f8d258c..20a1925d536 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e44a2a36d3c..0b0ab99d7ae 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e17fb27fffe..45511914d21 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9ba88a44aef..69d26508a1a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index c17b2fc5628..38799319b35 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 22717066ed0..f5d69ffc35e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b6ea805101b..197c0f0f606 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c2652294fe3..430f45302f9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 90838d42df4..c9227b1112e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 96b87ed94ec..8b69db1bcca 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 031d0435d33..10cf9bcab71 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2cd6f9a59fc..940dc5f6caa 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d6f36b93843..8e27327bdff 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d6f36b93843..8e27327bdff 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile index bb474b48730..b44cee014c2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile index d292446120c..acc8a5f5b73 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1f00c46ff82..500a6702426 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 03bb280cf7e..2d195ef0870 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/HeapP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index c5fd01bb284..00cb62b6285 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 7317f047902..3481bd972e2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5962dde8a49..ef4b770567c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ba6b9b04e5f..bb5a5bf6113 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 57de4e31294..0f10d7aeb99 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 85536e5a350..59770aa41bd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 617b411f6af..97af3869936 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 72ff9edd051..ea981700d47 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0145ae5504a..bea15c6e129 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index bacad774050..674fc64b83b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6a1586e0ee6..a5d669d6de0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9df30a89063..85fed8ad839 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c869a445e77..06789b20f33 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c869a445e77..06789b20f33 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 47d4a0ec78c..411261fcd63 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 61dc226d0e4..2de5b269dd0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 697f7c2680b..2c16d2db7b1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f50f0cd86f3..90b49a79e56 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/Heap_internal/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 641ec0340ee..75a9804fcdf 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index d08f5e3093d..96bf977ee2b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -105,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 9b190d7fd91..377ba2d2312 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2f29331be3a..12c8464c8f1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 60da9d5ecb5..5592f6e44e3 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 8394c85ffd9..ee34e63ae8f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -105,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b36ab8f80b8..addad34b4a3 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 28bfa07fe94..072a63575de 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b1e6f1dfafc..4ec3e482e4a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e7e63b63cb1..86c0525d539 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 48c69c71a34..95336581bd8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 242642eb020..3761c353636 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bcb24c4e031..c2ba44aee62 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index bcb24c4e031..c2ba44aee62 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 74f9619e759..2d09c94d5a0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile index f078c084cdf..507c06e9abd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -97,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1b878bb545b..aef3282e996 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 119bd07f812..2ecd194659a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/QueueP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 47dd4ae19c3..12c42a8e37b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 215c2264dfc..6a77291add7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 6cc543dd3fb..6a2631f06c0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2047a26fb39..1a2fc32ba7c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index abfc9386450..da8dbe38ec4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index ff50755d200..7e6ad99bf41 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c87530c4b4a..5606d3cfa3d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d1d36f83c75..68b133f79e9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e0e96fe6765..3004a1effce 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2758ffe2fb6..5b115b8233c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9ffa2ab4c54..78618cd4a0a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7ee913b8530..fe162ad2c1e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6f3065581e4..fe6b407f0c8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6f3065581e4..fe6b407f0c8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 891108b3ee7..15fe8516bbf 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 4ceafd0a118..f1c37093f08 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1ed4b5c8513..a757bda14c0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index eddd91398dc..1fe9c55c4c1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/SemaphoreP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index bc22dc89770..0d1feb6cfbf 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index d6d08e718be..fd168c03021 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index dbf57b0289f..f65e7e18e74 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b07d011a576..4f467a175cf 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 32873cfd71c..7f9cd4c2584 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index c72667146c5..a4ffa5aad76 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 9e821300a71..d0b2daaaef1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 81d9f07cfca..43e9ddda4dc 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cee03936f07..3a03fc2107d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1b4722a2eba..4df3298a4e3 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 20505c19845..8ee46daa053 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 9b23690ce8e..746792df51b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0e704c26fa0..181bc9dd03d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0e704c26fa0..181bc9dd03d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 32b7c3ceaf2..e62b404afd6 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,8 +113,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 6e6141fb2be..24696b14953 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -96,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +109,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 60b8e36464f..66959c1ec96 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1a34d570b3f..5d1fe5d01f1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TaskP_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index ffd72a29db3..0a431be0a17 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e98d3ad6051..957653d774c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 3114622a9d8..5b496d7f05c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b9a448b42a1..23e3d49e9c9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 61e4cf872bb..20ce4faa331 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 7809264e261..76c3ef44a4b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1287f32594d..a63f0d7b75a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8e90bf19be1..d41dae027e4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d417b2253e2..90ab508fea2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9d059d41193..63dbd4098f3 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 04b6d517c00..f8ac9253b5a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 560795050d0..841b7b45ef1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8dd7869ff88..e19f7870a2f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8dd7869ff88..e19f7870a2f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/c66ss0_freertos/ti-c6000/makefile index cade67a30d0..d78a7f81eba 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ @@ -100,8 +101,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,8 +114,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 558975e947e..739eb379b1f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -97,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -110,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index dfab1b684a5..b4dfa67ba09 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8420a786e5e..5748790885a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/common/TimerP_rti/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 4e864821909..553fbc8dd99 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 6f7feb93154..d680940d6a5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 3b873b8b4d0..b9a17cc3692 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 50fab2feb83..991bc50d3e7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/BootP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index f042f0e2ca0..4ba75820b79 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 8ba4cb2f611..9705ae3df09 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -105,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 1cdb7c4e72a..01e6fecf377 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index fcf1a4482ad..6145ab8fe4e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/ClockP_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -105,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index bdf29e917ce..19bd85f7752 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 4e5feb6087a..95deae321a1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -105,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index cf44ad086bb..2d09c5b62d8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 251ff901884..bfef9d94213 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/CycleCounterP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -105,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index aa6ca61bdd4..158a5517990 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 368bfc82cf3..fbc8dc58491 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 1d095976ac7..fd7fca4d97c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 14f60eb8559..01b2fa00591 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 2a3acfc00f4..c98ca8e6e76 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index c2397d6f936..e3fee891e58 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 54f0e5e8111..3be2bc96ff9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index ca05d0bf7b2..dfabea5c12e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/HwiP_armv7m_handlers_nortos/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index a3f85ca997a..a1f89fa265f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 1518a8ae827..3371bef7b22 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index c6b1ec8987f..c1a6c98d103 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 3edbf6450a4..e04b83511e5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/MpuP_armv7m/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index a21948b37a3..4dbe565cdac 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 71254155856..156444a4f9b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index 42609168ed1..6b52b6cdb08 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 1c348b56bc6..1397d7b6405 100644 --- a/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/m4/SysTickTimerP/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -104,8 +104,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +117,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index fe320f3c850..5f491b54ce7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7f01b678a33..88c9d50f9c5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2068c485c8b..a312d901ff6 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 04af1b31321..8a71e43e8b2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 415316bea5c..a8a21008a8c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index f6faab16f18..d991069e05d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 132f7db9a01..98f8870d7cb 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a3f95e31185..391ac762027 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b5bbddfe8da..6a1ae107ab9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 042909105d4..9ba1e9fd6b2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index eb756a0a15f..891f54e344a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5742321281b..76b0484b813 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 2441dd8e751..9bf00f586f2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cc0582f78e0..6532918ca11 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 2441dd8e751..9bf00f586f2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cc0582f78e0..6532918ca11 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index c75e32ff288..2b447a1433f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index ea21f256661..1b21d706c3f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/BootP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b8e4b7659ee..c50774660a9 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e9640a60a52..0c5c5f2c2b4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ae80268a901..89227c5fa28 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6ce3437bf6c..08edc6ced73 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index fc33f570f4d..514b2b2c9a2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ca7e8e8023b..405f329c1f5 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index a0bccc17c15..0a6f03de8dc 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index fd35e566db0..8659971bfbc 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 54ab85b35cb..8f0c9d6c0ac 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b50b59de112..4411fb002ec 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index aaa9e242b29..c5a576b65a7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8b0412422ae..292977a148c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 81af83e9fdd..81ce375de9c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2d515d94813..4db1870e5a2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 81af83e9fdd..81ce375de9c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2d515d94813..4db1870e5a2 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 2b270a25fe8..b221d279364 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 598cc966f77..1db7aebfe71 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CacheP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 69a9d913be1..e5a261eff90 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fadb66e1bea..dc2587da03c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 176ba6b25d7..6a951451cbb 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index baa3ffe2d11..5afe2bac4ed 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c3ddb676ead..01d5af65e88 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c135a84a630..83ffe6a97ca 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b10a44f95fd..873333ad940 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 4dd0163e479..9cbe82a817b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 28c2214a753..712168f0c50 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 28c2214a753..712168f0c50 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index bb556419645..3e012253aca 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b91ec355189..8ebb03259f8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/ClockP_nortos_r5/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5015ff67924..ddc18ed3492 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 11b0270d81d..62ca329637f 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0847e21a83c..8372e1665c8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 305b6d95508..e5dac7651de 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 6f77f0d98a5..1c619116973 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9dff585bed8..0808a410588 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3b78e199e87..3c5559f91fa 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 53e71e1402a..4d2f926570b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e490182014d..9a9762c9c11 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index e490182014d..9a9762c9c11 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 902be611a85..1cc15a3be0a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a08912d8977..f0415f74299 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/CpuId_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index a6487f0c8fb..b97da3a28a7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a9872c39573..550fbf8a745 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 82af6523191..0c3dbd26cae 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 38377bc5fb5..4c393f29e00 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 7b5c478b04c..1d5e06dfb6a 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index abe0b7e4298..b79229e31e7 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bc9634ab624..116e1a34f43 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2123773ee35..7ae7bedd691 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 01ca7fea630..368fb6f0476 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 01ca7fea630..368fb6f0476 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index e04d8bd3cb7..a35a50808e1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bc3f4f018b7..4f19cec98d8 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_handlers_nortos/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 779f77f1342..e615451714d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 814a24daf98..bcc5372d2a4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d0377e4f5ab..ec34069f72b 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 47aa0ccfe91..883a72c54e4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 5c160c13986..e4c7432b107 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 543db6a723c..94846af918e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 5c160c13986..e4c7432b107 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 543db6a723c..94846af918e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 159abf3e65c..70056021bfb 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d87b2104a6b..e15623947eb 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/HwiP_armv7r_vim/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 824777e1283..aaa4fc923fd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0bca91da3ad..8e49c01fb0c 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index bb8654c1fe5..6d8be7a03fc 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 67697e02d18..f6525b6f4ba 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -107,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +121,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index af12320460b..f48b2617202 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ea54fec5f1f..21d8a4aa590 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index af12320460b..f48b2617202 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -117,8 +117,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ea54fec5f1f..21d8a4aa590 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 775542f98fb..e450e405277 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -113,8 +113,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,8 +127,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1b0edea5f82..4041edc6ac0 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/MpuP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -110,8 +110,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,8 +124,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 1e9c0295977..712ed1d99d1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 49cd509a3c4..e6010dc9cca 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b1d901611c4..c4ecba2e49d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5d1d92875c6..2932049042e 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -108,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5053dcf3db0..e6331517289 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index b5f3539f1ad..20002ab30a1 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e1af50a1a7f..e63b2e43c0d 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 5aefaafadf1..0a2f9bc33fc 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 00ccabab268..ebca26108fd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 00ccabab268..ebca26108fd 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -115,8 +115,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 37d56f8f187..489d7133df4 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -114,8 +114,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +128,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a5469c3b411..bde1face954 100644 --- a/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/kernel/dpl/dpl_ut/nortos/r5/PmuP_armv7r/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -111,8 +111,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +125,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index 0d29efa8fdd..32662327f37 100644 --- a/test/kernel/freertos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am243x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile b/test/kernel/freertos/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile index d30b28620d7..1e943f7d796 100644 --- a/test/kernel/freertos/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/kernel/freertos/am243x-evm/r5fss0-0_freertos/gcc-armv7/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/freertos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 513030a7ab8..13276a2ccfa 100644 --- a/test/kernel/freertos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile index f2a3ab62c0f..bcc6593408c 100644 --- a/test/kernel/freertos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am243x-lp/m4fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile b/test/kernel/freertos/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile index 73bd39e2044..f4161d9b3c6 100644 --- a/test/kernel/freertos/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile +++ b/test/kernel/freertos/am243x-lp/r5fss0-0_freertos/gcc-armv7/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,8 +103,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/freertos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d613c59ffed..027c614521c 100644 --- a/test/kernel/freertos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index caf43f29b67..f3cc56a2962 100644 --- a/test/kernel/freertos/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am261x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile index 276b8aace7b..95a76ab2cc2 100644 --- a/test/kernel/freertos/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am261x-som/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index fdf81fa0076..08b1d453f20 100644 --- a/test/kernel/freertos/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ -Wl,-i${CG_TOOL_ROOT}/lib \ LIBS_common = \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 3f6687d6d82..4f074d84920 100644 --- a/test/kernel/freertos/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,8 +115,8 @@ LIBS_PATH_common = \ -Wl,-i${CG_TOOL_ROOT}/lib \ LIBS_common = \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,8 +129,8 @@ LFLAGS_common = \ LIBS_NAME = \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile b/test/kernel/freertos/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile index 0abdb37ddc8..be6b6182b33 100644 --- a/test/kernel/freertos/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile +++ b/test/kernel/freertos/am263px-lp/r5fss0-0_freertos_mpu/ti-arm-clang/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DMPU_FREERTOS \ + -DOS_FREERTOS_MPU \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,8 +117,8 @@ LIBS_PATH_common = \ -Wl,-i${CG_TOOL_ROOT}/lib \ LIBS_common = \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ -lfreertos.am263px.r5f-mpu.ti-arm-clang.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,8 +131,8 @@ LFLAGS_common = \ LIBS_NAME = \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos_mpu.${ConfigName}.lib \ freertos.am263px.r5f-mpu.ti-arm-clang.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index d11dc008b8d..13516a2becb 100644 --- a/test/kernel/freertos/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index d11dc008b8d..13516a2becb 100644 --- a/test/kernel/freertos/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,8 +116,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,8 +130,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/freertos/am273x-evm/c66ss0_freertos/ti-c6000/makefile index e3d1af61c3c..19f4202c2e8 100644 --- a/test/kernel/freertos/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/freertos/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -60,10 +60,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -96,8 +98,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -109,8 +111,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/freertos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 4669e2e3d14..594cc74f66b 100644 --- a/test/kernel/freertos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/kernel/freertos/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 8e8fe9fa159..bc7e09a0d04 100644 --- a/test/kernel/freertos/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/kernel/freertos/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +112,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/freertos/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile b/test/kernel/freertos/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile index e9fb02fd707..f46e26d587e 100644 --- a/test/kernel/freertos/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/test/kernel/freertos/am64x-evm/a53ss0-1_freertos/gcc-aarch64/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +112,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/freertos/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index cdee2759387..dfe4a461b94 100755 --- a/test/kernel/freertos/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index b30e9c9ebf8..7472ea69555 100755 --- a/test/kernel/freertos/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile b/test/kernel/freertos/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile index 8e8fe9fa159..bc7e09a0d04 100644 --- a/test/kernel/freertos/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/kernel/freertos/am64x-sk/a53ss0-0_freertos/gcc-aarch64/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +112,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/freertos/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile b/test/kernel/freertos/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile index e9fb02fd707..f46e26d587e 100644 --- a/test/kernel/freertos/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile +++ b/test/kernel/freertos/am64x-sk/a53ss0-1_freertos/gcc-aarch64/makefile @@ -61,6 +61,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DAMP_FREERTOS_A53 \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -95,8 +96,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -111,8 +112,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/freertos/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile index cdee2759387..dfe4a461b94 100644 --- a/test/kernel/freertos/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am64x-sk/m4fss0-0_freertos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,8 +119,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index b30e9c9ebf8..7472ea69555 100644 --- a/test/kernel/freertos/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/freertos/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/freertos/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile index 8f203ea220e..76e2c789361 100644 --- a/test/kernel/freertos/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/freertos/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ -Wl,-i${CG_TOOL_ROOT}/lib \ LIBS_common = \ - -ldrivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -lfreertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + -lunity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ - drivers.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ freertos.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am65x.r5f.ti-arm-clang.${ConfigName}.lib \ + unity.am65x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ @@ -171,7 +172,7 @@ endif $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: am65x:r5fss0-0:freertos:ti-arm-clang $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(TARGETS) diff --git a/test/kernel/freertos/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs b/test/kernel/freertos/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs new file mode 100644 index 00000000000..9e5f2316254 --- /dev/null +++ b/test/kernel/freertos/am65x-idk/r5fss0-0_freertos/ti-arm-clang/makefile.defs @@ -0,0 +1,11 @@ +GEN_FILES__QUOTED += \ +*.appimage* \ +*.appimage_xip \ +*.rprc* \ +*.rprc_xip \ +*.tiimage* \ +*.bin \ +*.lnkxml \ +*.map \ +*.ossr + diff --git a/test/kernel/freertos_smp/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/test/kernel/freertos_smp/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index 3a50942fc20..cb7b644ffb7 100644 --- a/test/kernel/freertos_smp/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/test/kernel/freertos_smp/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -67,6 +67,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -101,8 +102,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/rov/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec b/test/kernel/rov/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec index 62bd8fbd282..03d73300c3f 100644 --- a/test/kernel/rov/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec +++ b/test/kernel/rov/am273x-evm/c66ss0_freertos/ti-c6000/example.projectspec @@ -35,6 +35,7 @@ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 -I${MCU_PLUS_SDK_PATH}/test/unity/ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f -mv6600 --abi=eabi -q @@ -46,6 +47,7 @@ -pds1110 --emit_warnings_as_errors -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,8 +76,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.debug.lib - -ldrivers.am273x.c66.ti-c6000.debug.lib - -lunity.am273x.c66.ti-c6000.debug.lib + -ldrivers.am273x.c66.ti-c6000.freertos.debug.lib + -lunity.am273x.c66.ti-c6000.freertos.debug.lib -llibc.a " > @@ -87,8 +89,8 @@ " linkerBuildOptions=" -lfreertos.am273x.c66.ti-c6000.release.lib - -ldrivers.am273x.c66.ti-c6000.release.lib - -lunity.am273x.c66.ti-c6000.release.lib + -ldrivers.am273x.c66.ti-c6000.freertos.release.lib + -lunity.am273x.c66.ti-c6000.freertos.release.lib -llibc.a " > diff --git a/test/kernel/rov/am273x-evm/c66ss0_freertos/ti-c6000/makefile b/test/kernel/rov/am273x-evm/c66ss0_freertos/ti-c6000/makefile index 06476f02647..bc01b1e71f4 100644 --- a/test/kernel/rov/am273x-evm/c66ss0_freertos/ti-c6000/makefile +++ b/test/kernel/rov/am273x-evm/c66ss0_freertos/ti-c6000/makefile @@ -59,10 +59,12 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_CGT/DSP_C66 \ -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/c66 \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ @@ -95,8 +97,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -108,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.freertos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/kernel/rov/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/kernel/rov/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index ba63f1cee88..6c06ba3b918 100644 --- a/test/kernel/rov/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/kernel/rov/am273x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lunity.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.debug.lib + -lunity.am273x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lunity.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.freertos.release.lib + -lunity.am273x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/kernel/rov/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/rov/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 4f63a0da6f6..36ba37e305b 100644 --- a/test/kernel/rov/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/rov/am273x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/rov/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec b/test/kernel/rov/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec index 867792fc0ab..6384dedbdf6 100644 --- a/test/kernel/rov/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec +++ b/test/kernel/rov/am64x-evm/a53ss0-0_freertos/gcc-aarch64/example.projectspec @@ -49,6 +49,7 @@ -fdata-sections -ffunction-sections -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -L${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lfreertos.am64x.a53.gcc-aarch64.debug.lib - -ldrivers.am64x.a53.gcc-aarch64.debug.lib - -lunity.am64x.a53.gcc-aarch64.debug.lib + -ldrivers.am64x.a53.gcc-aarch64.freertos.debug.lib + -lunity.am64x.a53.gcc-aarch64.freertos.debug.lib " > diff --git a/test/kernel/rov/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile b/test/kernel/rov/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile index 084dd939b6f..de3f75f4808 100644 --- a/test/kernel/rov/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile +++ b/test/kernel/rov/am64x-evm/a53ss0-0_freertos/gcc-aarch64/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -93,8 +94,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -109,8 +110,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/kernel/rov/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec b/test/kernel/rov/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec index 219e850e790..3f92d8bb0c2 100644 --- a/test/kernel/rov/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/kernel/rov/am64x-evm/m4fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -71,8 +72,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.debug.lib - -ldrivers.am64x.m4f.ti-arm-clang.debug.lib - -lunity.am64x.m4f.ti-arm-clang.debug.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.debug.lib + -lunity.am64x.m4f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -83,8 +84,8 @@ " linkerBuildOptions=" -lfreertos.am64x.m4f.ti-arm-clang.release.lib - -ldrivers.am64x.m4f.ti-arm-clang.release.lib - -lunity.am64x.m4f.ti-arm-clang.release.lib + -ldrivers.am64x.m4f.ti-arm-clang.freertos.release.lib + -lunity.am64x.m4f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/kernel/rov/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/rov/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile index b79baec4517..5f6b0f82f76 100644 --- a/test/kernel/rov/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/rov/am64x-evm/m4fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/rov/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/kernel/rov/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index bbe952d1292..aae82a3a2f2 100644 --- a/test/kernel/rov/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/kernel/rov/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM64X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -73,8 +74,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.debug.lib - -ldrivers.am64x.r5f.ti-arm-clang.debug.lib - -lunity.am64x.r5f.ti-arm-clang.debug.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.debug.lib + -lunity.am64x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -85,8 +86,8 @@ " linkerBuildOptions=" -lfreertos.am64x.r5f.ti-arm-clang.release.lib - -ldrivers.am64x.r5f.ti-arm-clang.release.lib - -lunity.am64x.r5f.ti-arm-clang.release.lib + -ldrivers.am64x.r5f.ti-arm-clang.freertos.release.lib + -lunity.am64x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/kernel/rov/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/kernel/rov/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 5b8b34994c8..c2cc8924e5d 100644 --- a/test/kernel/rov/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/kernel/rov/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -105,8 +106,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/kernel/test_smp_kernel/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile b/test/kernel/test_smp_kernel/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile index c563a498c92..c419f072fd2 100644 --- a/test/kernel/test_smp_kernel/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile +++ b/test/kernel/test_smp_kernel/am64x-evm/a53ss0-0_freertos-smp/gcc-aarch64/makefile @@ -65,6 +65,7 @@ DEFINES_common := \ -DSOC_AM64X \ -DOS_FREERTOS \ -DSMP_FREERTOS \ + -DOS_FREERTOS_SMP \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ @@ -99,8 +100,8 @@ LIBS_PATH_common = \ LIBS_common = \ -l:freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - -l:drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - -l:unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + -l:drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + -l:unity.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LFLAGS_common = \ -Wl,-static \ @@ -115,8 +116,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.a53-smp.gcc-aarch64.${ConfigName}.lib \ - drivers.am64x.a53.gcc-aarch64.${ConfigName}.lib \ - unity.am64x.a53.gcc-aarch64.${ConfigName}.lib \ + drivers.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ + unity.am64x.a53.gcc-aarch64.freertos-smp.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib \ diff --git a/test/makefile.am243x b/test/makefile.am243x index 4b2e6c525ce..864baed165a 100644 --- a/test/makefile.am243x +++ b/test/makefile.am243x @@ -31,13 +31,13 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am243x unity_r5f.ti-arm-clang unity_m4f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am243x doxy_samples_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am243x unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos unity_m4f.ti-arm-clang.nortos unity_m4f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am243x doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am243x unity_r5f.ti-arm-clang_clean unity_m4f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am243x doxy_samples_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am243x unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean unity_m4f.ti-arm-clang.nortos_clean unity_m4f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am243x doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -388,8 +388,8 @@ help: @echo . # Various Component Targets -BUILD_COMBO_unity = unity_r5f.ti-arm-clang unity_m4f.ti-arm-clang -BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang +BUILD_COMBO_unity = unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos unity_m4f.ti-arm-clang.nortos unity_m4f.ti-arm-clang.freertos +BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos # Combine all Components @@ -419,8 +419,8 @@ $(BUILD_COMBO_doxy_samples): # Various Component Clean Targets -BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang_clean unity_m4f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean unity_m4f.ti-arm-clang.nortos_clean unity_m4f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -444,8 +444,8 @@ $(BUILD_COMBO_CLEAN_doxy_samples): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang_scrub unity_m4f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang.nortos_scrub unity_r5f.ti-arm-clang.freertos_scrub unity_m4f.ti-arm-clang.nortos_scrub unity_m4f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_scrub doxy_samples_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/test/makefile.am261x b/test/makefile.am261x index 772c454e774..d402a8f96b7 100644 --- a/test/makefile.am261x +++ b/test/makefile.am261x @@ -31,13 +31,13 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am261x unity_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am261x doxy_samples_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am261x unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am261x doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am261x unity_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am261x doxy_samples_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am261x unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am261x doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -238,8 +238,8 @@ help: @echo . # Various Component Targets -BUILD_COMBO_unity = unity_r5f.ti-arm-clang -BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang +BUILD_COMBO_unity = unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos +BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos # Combine all Components @@ -269,8 +269,8 @@ $(BUILD_COMBO_doxy_samples): # Various Component Clean Targets -BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -294,8 +294,8 @@ $(BUILD_COMBO_CLEAN_doxy_samples): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang.nortos_scrub unity_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_scrub doxy_samples_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/test/makefile.am263px b/test/makefile.am263px index a57ec204d3f..947ae037005 100644 --- a/test/makefile.am263px +++ b/test/makefile.am263px @@ -31,13 +31,13 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am263px unity_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263px doxy_samples_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263px unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263px doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am263px unity_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263px doxy_samples_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263px unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263px doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -255,8 +255,8 @@ help: @echo . # Various Component Targets -BUILD_COMBO_unity = unity_r5f.ti-arm-clang -BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang +BUILD_COMBO_unity = unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos +BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos # Combine all Components @@ -286,8 +286,8 @@ $(BUILD_COMBO_doxy_samples): # Various Component Clean Targets -BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -311,8 +311,8 @@ $(BUILD_COMBO_CLEAN_doxy_samples): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang.nortos_scrub unity_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_scrub doxy_samples_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/test/makefile.am263x b/test/makefile.am263x index e86c4858b5a..cede502e14d 100644 --- a/test/makefile.am263x +++ b/test/makefile.am263x @@ -31,13 +31,13 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am263x unity_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am263x doxy_samples_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am263x unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am263x doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am263x unity_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am263x doxy_samples_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am263x unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am263x doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -308,8 +308,8 @@ help: @echo . # Various Component Targets -BUILD_COMBO_unity = unity_r5f.ti-arm-clang -BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang +BUILD_COMBO_unity = unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos +BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos # Combine all Components @@ -339,8 +339,8 @@ $(BUILD_COMBO_doxy_samples): # Various Component Clean Targets -BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -364,8 +364,8 @@ $(BUILD_COMBO_CLEAN_doxy_samples): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang.nortos_scrub unity_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_scrub doxy_samples_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/test/makefile.am273x b/test/makefile.am273x index 25b1af2dca1..43c8694c445 100644 --- a/test/makefile.am273x +++ b/test/makefile.am273x @@ -31,13 +31,13 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am273x unity_r5f.ti-arm-clang unity_c66.ti-c6000 - @echo $(MAKE) -s -f makefile.am273x doxy_samples_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am273x unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos unity_c66.ti-c6000.nortos unity_c66.ti-c6000.freertos + @echo $(MAKE) -s -f makefile.am273x doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am273x unity_r5f.ti-arm-clang_clean unity_c66.ti-c6000_clean - @echo $(MAKE) -s -f makefile.am273x doxy_samples_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am273x unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean unity_c66.ti-c6000.nortos_clean unity_c66.ti-c6000.freertos_clean + @echo $(MAKE) -s -f makefile.am273x doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -234,8 +234,8 @@ help: @echo . # Various Component Targets -BUILD_COMBO_unity = unity_r5f.ti-arm-clang unity_c66.ti-c6000 -BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang +BUILD_COMBO_unity = unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos unity_c66.ti-c6000.nortos unity_c66.ti-c6000.freertos +BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos # Combine all Components @@ -265,8 +265,8 @@ $(BUILD_COMBO_doxy_samples): # Various Component Clean Targets -BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang_clean unity_c66.ti-c6000_clean -BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean unity_c66.ti-c6000.nortos_clean unity_c66.ti-c6000.freertos_clean +BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -290,8 +290,8 @@ $(BUILD_COMBO_CLEAN_doxy_samples): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang_scrub unity_c66.ti-c6000_scrub_scrub -BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang.nortos_scrub unity_r5f.ti-arm-clang.freertos_scrub unity_c66.ti-c6000.nortos_scrub unity_c66.ti-c6000.freertos_scrub_scrub +BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_scrub doxy_samples_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/test/makefile.am64x b/test/makefile.am64x index 638dade8709..3e7c973f35c 100644 --- a/test/makefile.am64x +++ b/test/makefile.am64x @@ -31,13 +31,13 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am64x unity_r5f.ti-arm-clang unity_m4f.ti-arm-clang unity_a53.gcc-aarch64 - @echo $(MAKE) -s -f makefile.am64x doxy_samples_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am64x unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos unity_m4f.ti-arm-clang.nortos unity_m4f.ti-arm-clang.freertos unity_a53.gcc-aarch64.nortos unity_a53.gcc-aarch64.freertos unity_a53.gcc-aarch64.freertos-smp + @echo $(MAKE) -s -f makefile.am64x doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am64x unity_r5f.ti-arm-clang_clean unity_m4f.ti-arm-clang_clean unity_a53.gcc-aarch64_clean - @echo $(MAKE) -s -f makefile.am64x doxy_samples_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am64x unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean unity_m4f.ti-arm-clang.nortos_clean unity_m4f.ti-arm-clang.freertos_clean unity_a53.gcc-aarch64.nortos_clean unity_a53.gcc-aarch64.freertos_clean unity_a53.gcc-aarch64.freertos-smp_clean + @echo $(MAKE) -s -f makefile.am64x doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -224,8 +224,8 @@ help: @echo . # Various Component Targets -BUILD_COMBO_unity = unity_r5f.ti-arm-clang unity_m4f.ti-arm-clang unity_a53.gcc-aarch64 -BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang +BUILD_COMBO_unity = unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos unity_m4f.ti-arm-clang.nortos unity_m4f.ti-arm-clang.freertos unity_a53.gcc-aarch64.nortos unity_a53.gcc-aarch64.freertos unity_a53.gcc-aarch64.freertos-smp +BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos # Combine all Components @@ -255,8 +255,8 @@ $(BUILD_COMBO_doxy_samples): # Various Component Clean Targets -BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang_clean unity_m4f.ti-arm-clang_clean unity_a53.gcc-aarch64_clean -BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean unity_m4f.ti-arm-clang.nortos_clean unity_m4f.ti-arm-clang.freertos_clean unity_a53.gcc-aarch64.nortos_clean unity_a53.gcc-aarch64.freertos_clean unity_a53.gcc-aarch64.freertos-smp_clean +BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -280,8 +280,8 @@ $(BUILD_COMBO_CLEAN_doxy_samples): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang_scrub unity_m4f.ti-arm-clang_scrub unity_a53.gcc-aarch64_scrub_scrub -BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang.nortos_scrub unity_r5f.ti-arm-clang.freertos_scrub unity_m4f.ti-arm-clang.nortos_scrub unity_m4f.ti-arm-clang.freertos_scrub unity_a53.gcc-aarch64.nortos_scrub unity_a53.gcc-aarch64.freertos_scrub unity_a53.gcc-aarch64.freertos-smp_scrub_scrub +BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_scrub doxy_samples_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/test/makefile.am65x b/test/makefile.am65x index 0d39306e929..8b140e7ce94 100644 --- a/test/makefile.am65x +++ b/test/makefile.am65x @@ -31,13 +31,13 @@ help: @echo . @echo Library build targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am65x unity_r5f.ti-arm-clang - @echo $(MAKE) -s -f makefile.am65x doxy_samples_r5f.ti-arm-clang + @echo $(MAKE) -s -f makefile.am65x unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos + @echo $(MAKE) -s -f makefile.am65x doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos @echo . @echo Library clean targets, @echo ====================== - @echo $(MAKE) -s -f makefile.am65x unity_r5f.ti-arm-clang_clean - @echo $(MAKE) -s -f makefile.am65x doxy_samples_r5f.ti-arm-clang_clean + @echo $(MAKE) -s -f makefile.am65x unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean + @echo $(MAKE) -s -f makefile.am65x doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean @echo . @echo Example build targets, @echo ====================== @@ -58,8 +58,8 @@ help: @echo . # Various Component Targets -BUILD_COMBO_unity = unity_r5f.ti-arm-clang -BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang +BUILD_COMBO_unity = unity_r5f.ti-arm-clang.nortos unity_r5f.ti-arm-clang.freertos +BUILD_COMBO_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos doxy_samples_r5f.ti-arm-clang.freertos # Combine all Components @@ -89,8 +89,8 @@ $(BUILD_COMBO_doxy_samples): # Various Component Clean Targets -BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang_clean -BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang_clean +BUILD_COMBO_CLEAN_unity = unity_r5f.ti-arm-clang.nortos_clean unity_r5f.ti-arm-clang.freertos_clean +BUILD_COMBO_CLEAN_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_clean doxy_samples_r5f.ti-arm-clang.freertos_clean # Combine all Components Clean @@ -114,8 +114,8 @@ $(BUILD_COMBO_CLEAN_doxy_samples): # Various Component Scrub Targets -BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang_scrub_scrub -BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang_scrub_scrub +BUILD_COMBO_SCRUB_unity = unity_r5f.ti-arm-clang.nortos_scrub unity_r5f.ti-arm-clang.freertos_scrub_scrub +BUILD_COMBO_SCRUB_doxy_samples = doxy_samples_r5f.ti-arm-clang.nortos_scrub doxy_samples_r5f.ti-arm-clang.freertos_scrub_scrub # Combine all Components Scrub Targets diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a90b9521ebd..76f685c61f2 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index b36695987e9..5a048cc76b7 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 9ed61517411..e38df0d98fa 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 83991d27d6f..a442ab5044d 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index ca8d36ff5f4..71e6357a35c 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 7e75b9e3a94..7324b91288d 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index bc5013971d4..68361438600 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 9643192277e..e2ba7f0ed29 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 32f1491d487..f0bb952151a 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index b36695987e9..5a048cc76b7 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 39020c3409e..e14d4eb6aaf 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 83991d27d6f..a442ab5044d 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 143ff77ce79..16b2ee9fd4d 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 7e75b9e3a94..7324b91288d 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index eeef5dfda42..bff1f02b7b1 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 9643192277e..e2ba7f0ed29 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8c9551f2534..4387e0e64ba 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index dd9674d5b10..b0968786919 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 224ae196377..00a03d9b529 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 83db6462482..e68b6b54982 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index f98630b7c69..89df19a4379 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index ebc3c8db496..b6339f0c3fa 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index a9132c68eb2..d39d45eeeac 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 43218785599..61d5d1c86ee 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 404df9e5f1b..688b647bf07 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index dd9674d5b10..b0968786919 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 46533622be9..da087f67366 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 83db6462482..e68b6b54982 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index b04e3cde110..82f73c85a27 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index ebc3c8db496..b6339f0c3fa 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 5356d7ff261..a00582278da 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 43218785599..61d5d1c86ee 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cca2a960b6f..8c7f10ca14f 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index c065a28d11a..1994973f6a6 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 56a6110e346..cafb7861db9 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 01ed50e0096..c9cc2373dfe 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 73845a820f6..bc487f0835f 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 75f7ac3b77a..6cdf2f84524 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 9fd19e29928..ea6325756e7 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index c065a28d11a..1994973f6a6 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ba47a53efdd..fd66d5b555a 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 01ed50e0096..c9cc2373dfe 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 6c1e7b172f1..dd57ccceaad 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 75f7ac3b77a..6cdf2f84524 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d3c3d04daa1..d69dfaecbac 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 1335c0fe79c..be27b4b4291 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e8205569e62..71e449bbd56 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 69c49338313..334e583c78b 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a1d81e9c60c..ef76c579e57 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 1335c0fe79c..be27b4b4291 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 329ab8547d5..325c157e05d 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 69c49338313..334e583c78b 100644 --- a/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_notify/ipc_notify_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f59328dfda0..1d4c02a4b83 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f579a548c5c..3b5779643c7 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index cc6627063fa..184dade1b2d 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 4f1e0cb9227..6c615e5bab8 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 63c855b5ee6..d0800e5e8b4 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index d2143b25b29..32d03dd3377 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 599857c2be5..9ac9cc422ef 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 32d071082ba..5313ac9fdce 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e95b21f2876..0dc814e1183 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f579a548c5c..3b5779643c7 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 1f67a08a3df..54b1ff7f210 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 4f1e0cb9227..6c615e5bab8 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index a9ef5ab8af9..876bdc2e527 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index d2143b25b29..32d03dd3377 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 10beec9074a..efd6e43dc78 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 32d071082ba..5313ac9fdce 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 384b02c7078..6aae50fb5c1 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index f2199a02a6c..13b1e104d5f 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index e909ddc0c15..f6dcdaf2fa4 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index f3b6f1c157b..b59389b159d 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 53ccae56567..f37505f5aef 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 98675b98f61..2c4a59da5d4 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index f5d25a149af..45173c9c5d6 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index beff2fc7be2..3d1cfd55512 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3c394438afe..3555c9b61c9 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index f2199a02a6c..13b1e104d5f 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index c6afc54a768..3219cc3ed87 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index f3b6f1c157b..b59389b159d 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 47fc1a03d31..327b61cbb32 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 98675b98f61..2c4a59da5d4 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index f846c2d47a5..9a7d91f21b9 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index beff2fc7be2..3d1cfd55512 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_BacktoBack/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e7a0f2b7b95..2baa6dbea72 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index a6b4574077a..bb9145a63f2 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 1600896489c..808d6715cd2 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index e05bd25f2ad..80092ab19c6 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 30ad7d7ec05..4f1941d5287 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 68292339e56..24b147a0649 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 4e673661116..b3f69a77ab3 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index cb23d2cb047..370b495f3aa 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 6ece57f2b38..823c70a0fd8 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index a6b4574077a..bb9145a63f2 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index bf9fe9b8579..a89e14d04c6 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index e05bd25f2ad..80092ab19c6 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 81e57219835..d0be7b031c6 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 68292339e56..24b147a0649 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 22ed40df4eb..5a35cdc91cb 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index cb23d2cb047..370b495f3aa 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lessSize/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 470a1a4d73e..4d86974c70d 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index ca4be05732a..dfc3818e168 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 79d2be80835..580018e22bc 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 7f0b9361498..75a00b993a7 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 614adc17881..aa681b7202d 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index ead4af6f522..53550a74db6 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 4e8cf20bf08..b2765baa272 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index f3bf2613485..4a7c927670d 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 13e0f5d32f1..c5a485f3d8e 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ca4be05732a..dfc3818e168 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ad7940272ef..44c0a357443 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 7f0b9361498..75a00b993a7 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 40c71c90032..21297bfc863 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index ead4af6f522..53550a74db6 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index f6d5d6f3a23..3f3b0a158fc 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index f3bf2613485..4a7c927670d 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_OnetoOne_lowBuffer/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7d6d4c0d8c6..febee674da4 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 0b8ae83fe5c..7d2f337a1ea 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index be16a178be1..966134faf8a 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 864cd121bc9..55a19c3d680 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 3c42d7c5fe2..05fa14d5327 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 7c76f215d0f..d268127b41b 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d456e3b9e45..b7fcae21163 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0b8ae83fe5c..7d2f337a1ea 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 1026cb9a9d6..4804d635fe1 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 864cd121bc9..55a19c3d680 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 2cc6ddb470e..3c59064019c 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 7c76f215d0f..d268127b41b 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_threeCores/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index caa59492f41..72ee8811b3d 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 214d419b752..c99b3f3075b 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 8d374bf749b..51d61ff9295 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 54f912e0abf..0f2424cd2f2 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7800cca81a0..2453b49a541 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -44,6 +44,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -72,8 +73,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -84,8 +85,8 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 214d419b752..c99b3f3075b 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,8 +112,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,8 +126,8 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 6ea07c33c4f..a2a849346ae 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -69,8 +70,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -81,8 +82,8 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 54f912e0abf..0f2424cd2f2 100644 --- a/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_rpmsg/ipc_rpmsg_twoCores/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,8 +109,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,8 +123,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 3614768a9f7..0c5fcfa330e 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 42796ca9408..2228d859916 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec index ef34820aaed..a593fa6ea18 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 234c61e97c2..dcd3f0658c1 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 4c426b40bb7..af10b90576b 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index da3e68e07e3..28bc662c874 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec index 3fb0d4aca55..cfd047954e0 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 1d11b18d9c8..6a790f207f5 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 02f1347bb80..732a2291e47 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -45,6 +45,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_FREERTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/freertos/lib @@ -74,9 +75,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.freertos.debug.lib -llibc.a -llibsysbm.a " @@ -87,9 +88,9 @@ " linkerBuildOptions=" -lfreertos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.freertos.release.lib + -lboard.am263x.r5f.ti-arm-clang.freertos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.freertos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 42796ca9408..2228d859916 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec index 9d108587916..7dfe52a993e 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 234c61e97c2..dcd3f0658c1 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec index 432098fa715..fcf9771e728 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index da3e68e07e3..28bc662c874 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec index b5138e86fdc..808830e31ed 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lsecurity.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lsecurity.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lsecurity.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 1d11b18d9c8..6a790f207f5 100644 --- a/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/mcal_ut/ipc_safeipc_echo/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/middleware/tielfup32/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/middleware/tielfup32/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f28c2546aff..7c8e1085f89 100644 --- a/test/middleware/tielfup32/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/middleware/tielfup32/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,10 +113,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,10 +129,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a2718150f64..c4f64c7a5de 100644 --- a/test/sdl/ccm/ccm_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index bf0ed3df98b..5346ecb6dfe 100644 --- a/test/sdl/ccm/ccm_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f9c5058e3eb..fdad85eb9b1 100644 --- a/test/sdl/ccm/ccm_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 751724d15a6..6b4f47f0fde 100644 --- a/test/sdl/ccm/ccm_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 42f794b22d7..409532ce00b 100644 --- a/test/sdl/ccm/ccm_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_ip_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_ip_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6bf44aa7b68..70119619b5d 100644 --- a/test/sdl/ccm/ccm_ip_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_ip_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_ip_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_ip_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 91ffc58222b..c01c103c72f 100644 --- a/test/sdl/ccm/ccm_ip_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_ip_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_ip_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_ip_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 0a25f981a9d..3eac83ee59c 100644 --- a/test/sdl/ccm/ccm_ip_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_ip_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_ip_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_ip_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7e27a000a9d..eeb897e116b 100644 --- a/test/sdl/ccm/ccm_ip_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_ip_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_ip_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_ip_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 81a372a699b..bdac21dfde3 100644 --- a/test/sdl/ccm/ccm_ip_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_ip_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/ccm_ip_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/ccm_ip_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 09013162f7b..f1b7c9a1241 100644 --- a/test/sdl/ccm/ccm_ip_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/ccm_ip_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/common/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/common/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3854382130b..247c45267ec 100644 --- a/test/sdl/ccm/common/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/common/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -82,6 +82,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -125,9 +126,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -140,9 +141,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/common/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/common/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 613b552a1b4..523a5f64607 100644 --- a/test/sdl/ccm/common/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/common/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -82,6 +82,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -125,9 +126,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -140,9 +141,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/common/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/common/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index daf6d6e5f1b..0fe18f95174 100644 --- a/test/sdl/ccm/common/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/common/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -82,6 +82,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -125,9 +126,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -140,9 +141,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/common/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/common/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 588a8c8e7eb..606cc6ffb60 100644 --- a/test/sdl/ccm/common/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/common/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -82,6 +82,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -125,9 +126,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -140,9 +141,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/common/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/common/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 8295312f775..1e1e8b47364 100644 --- a/test/sdl/ccm/common/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/common/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -82,6 +82,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -125,9 +126,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -140,9 +141,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ccm/common/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ccm/common/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 555b70fe3f6..7ef400013ec 100644 --- a/test/sdl/ccm/common/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ccm/common/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 165ec80e405..e4c5f5530da 100644 --- a/test/sdl/dcc/dcc_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 56eda1d13d3..81d81c60cab 100644 --- a/test/sdl/dcc/dcc_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 07e4f3ba0a4..b2912ac360b 100644 --- a/test/sdl/dcc/dcc_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 71994a26841..755559a850b 100644 --- a/test/sdl/dcc/dcc_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f6a51cc9778..e7880ab599d 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 7d7efd12e81..1d034b712bb 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 165334e6149..997dffd0359 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 975c834aee0..faa59fd8b3a 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f390e0e5ed0..1ef45f8d2c4 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 07e3f40e60d..5c94f2c5ec2 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 14a5254b7d9..31e844be8d9 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 6f1c2d8ab13..fb07c009633 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 3e9fa9d1e42..58a7234d248 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index f9ff01725c4..faf32ca7b9b 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5f33682c26e..325ed24ac2c 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 8e77be4dbc5..cf0d24dfacc 100644 --- a/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_mcu/dcc_unit_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 8a59124747f..db1c99e0873 100644 --- a/test/sdl/dcc/dcc_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 06098be13d6..dca3bab85e8 100644 --- a/test/sdl/dcc/dcc_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 2a390497e3b..1775e0107ae 100644 --- a/test/sdl/dcc/dcc_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/dcc/dcc_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/dcc/dcc_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7b8362fe0b1..cccacf89b48 100644 --- a/test/sdl/dcc/dcc_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/dcc/dcc_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/common/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/common/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 23782c12d72..8cd287b0484 100644 --- a/test/sdl/ecc/common/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/common/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -129,9 +130,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -144,9 +145,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/common/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/ecc/common/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 156cb295228..8ef36ef5a01 100644 --- a/test/sdl/ecc/common/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/common/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -129,9 +130,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -144,9 +145,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/common/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/common/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c2eee4e564e..aad8b78da16 100644 --- a/test/sdl/ecc/common/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/common/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -129,9 +130,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -144,9 +145,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/common/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/common/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 49d9b388a7a..00d030e0cbc 100644 --- a/test/sdl/ecc/common/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/common/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -129,9 +130,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -144,9 +145,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/common/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/common/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e1001649889..c81d03e2e7f 100644 --- a/test/sdl/ecc/common/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/common/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -129,9 +130,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -144,9 +145,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/common/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/common/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index e4a93b5ab6e..7c72ef5dd7a 100644 --- a/test/sdl/ecc/common/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/common/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -86,6 +86,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -129,9 +130,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -144,9 +145,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/common/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/ecc/common/am273x-evm/c66ss0_nortos/ti-c6000/makefile index ac654855daa..a5678259219 100644 --- a/test/sdl/ecc/common/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/ecc/common/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -75,6 +75,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/ecc/common/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/common/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4073a5c0df9..c22c44d42b4 100644 --- a/test/sdl/ecc/common/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/common/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -82,6 +82,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -125,9 +126,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -140,9 +141,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 03670749cea..a43605cc31a 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e926320b38c..e6539552580 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 58d8de055a3..c868d564b9a 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -81,6 +81,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -124,9 +125,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -139,9 +140,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index e28959da9b5..02e6d38be48 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -81,6 +81,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -124,9 +125,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -139,9 +140,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e326f024935..c9e9c8c2873 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -81,6 +81,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -124,9 +125,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -139,9 +140,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 9b67da6945e..3a525deaac9 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -81,6 +81,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -124,9 +125,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -139,9 +140,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b3a2f5fd1b7..318c4a6c3a5 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -81,6 +81,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -124,9 +125,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -139,9 +140,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index fc9d4dc0e0c..c2baf2789d0 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -81,6 +81,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -124,9 +125,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -139,9 +140,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 520ca387859..f6c813ce65e 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -104,9 +105,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 5460720155e..0b8f16b4bf7 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -77,6 +77,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -135,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 1e30d7efdc9..52bee39726a 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 79bed65daf8..2a931fd961d 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 1e30d7efdc9..52bee39726a 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_funcTest/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_funcTest/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 79bed65daf8..2a931fd961d 100644 --- a/test/sdl/ecc/ecc_sdl_funcTest/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_funcTest/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index f51c3a8107f..1b2edd1e794 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e17364c161e..59091d1edcc 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 0b57af5a01b..bdde75bdd21 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 53857799e36..4eda777585b 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a93dbb609e2..8c5bfce97fc 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 5747d0bbb10..5c860c25b7c 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dd0963a3277..8347450ea26 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 5fc8d312cc9..463894bcf2d 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 79d6bd81ffe..0cf79ee48af 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 592b73f1500..e23d80fab9c 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index ccbeb145777..81d92f0a2d8 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 87db228c33f..9c07b683fce 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index ccbeb145777..81d92f0a2d8 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc/ecc_sdl_unitTest/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc/ecc_sdl_unitTest/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 87db228c33f..9c07b683fce 100644 --- a/test/sdl/ecc/ecc_sdl_unitTest/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc/ecc_sdl_unitTest/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ca7a0b5d03a..06a12f71d23 100644 --- a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 314af09b157..e3f9b4dbd9b 100644 --- a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e6e564245ec..da1ae8d870e 100644 --- a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 4fbd83d49f8..96859906587 100644 --- a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index caae9cb740c..d48c97c5c4a 100644 --- a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 562e9f21ee6..f873c259ce5 100644 --- a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 0e478db8f74..0b001221885 100644 --- a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DSUBSYS_DSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e06a5121f43..4fee7e95f3e 100644 --- a/test/sdl/ecc_bus_safety/eccBusSafetyUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBusSafetyUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index be1829fe1a2..485004a9b1e 100644 --- a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 626e71e3292..fc7bd5c4b30 100644 --- a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cb7c1607094..10d6509e0bc 100644 --- a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 35c4ea1f7c0..76ba7dce9a3 100644 --- a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 38591f0893b..d3051c35bc8 100644 --- a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 1b031faabaa..d4540957714 100644 --- a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 17b31c09500..696eba5eef4 100644 --- a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DSUBSYS_DSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1005b7bb48d..270fad155b4 100644 --- a/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/ecc_bus_safety/eccBussafetyFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DSUBSYS_MSS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/common/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/common/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 76b1f686dd8..6cc2952dc6e 100644 --- a/test/sdl/esm/common/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/common/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/common/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/common/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e0b153e0cf5..21288ae9ba7 100644 --- a/test/sdl/esm/common/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/common/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/common/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/common/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4097efa2620..71449f7f199 100644 --- a/test/sdl/esm/common/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/common/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/common/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/common/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index e0b153e0cf5..21288ae9ba7 100644 --- a/test/sdl/esm/common/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/common/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/common/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/common/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index 4097efa2620..71449f7f199 100644 --- a/test/sdl/esm/common/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/common/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 6856d57a063..48be1769880 100644 --- a/test/sdl/esm/esm_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 805e4bf55ac..aab9cdc6dff 100644 --- a/test/sdl/esm/esm_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 0f95f4ad204..91b1cf53afc 100644 --- a/test/sdl/esm/esm_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c431f685c0f..924a4337f61 100644 --- a/test/sdl/esm/esm_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_func_test/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_func_test/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 0f95f4ad204..91b1cf53afc 100644 --- a/test/sdl/esm/esm_func_test/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_func_test/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_func_test/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_func_test/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index c431f685c0f..924a4337f61 100644 --- a/test/sdl/esm/esm_func_test/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_func_test/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 22b4bd795c7..9c0a1e3ff3f 100644 --- a/test/sdl/esm/esm_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4473aaf6002..982a28910a3 100644 --- a/test/sdl/esm/esm_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index b859862fa0e..c527b41875c 100644 --- a/test/sdl/esm/esm_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e7726096e31..f40d0fe6d59 100644 --- a/test/sdl/esm/esm_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_unit_test/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_unit_test/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index b859862fa0e..c527b41875c 100644 --- a/test/sdl/esm/esm_unit_test/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_unit_test/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/esm_unit_test/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/esm_unit_test/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile index e7726096e31..f40d0fe6d59 100644 --- a/test/sdl/esm/esm_unit_test/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/esm_unit_test/am64x-sk/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index cb7802627b3..1904cf40dd3 100644 --- a/test/sdl/esm/v0/esm_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index f8199345307..e58417eeda2 100644 --- a/test/sdl/esm/v0/esm_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e713b3337cd..2f6d97f246d 100644 --- a/test/sdl/esm/v0/esm_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 2fd8efdc529..d4e795c9f73 100644 --- a/test/sdl/esm/v0/esm_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6bed7577e7b..d627b417149 100644 --- a/test/sdl/esm/v0/esm_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 2df63fbd74d..e48e8e34481 100644 --- a/test/sdl/esm/v0/esm_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3518f1c7d42..1a1c6f5a06a 100644 --- a/test/sdl/esm/v0/esm_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 2c5f6a13083..44599e9942b 100644 --- a/test/sdl/esm/v0/esm_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e8cfe8f58f5..bb05cbc1d76 100644 --- a/test/sdl/esm/v0/esm_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 69ba1d9fc9f..b61ff22cc2f 100644 --- a/test/sdl/esm/v0/esm_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_unit_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_unit_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d793fede8f5..6edb2783ec4 100644 --- a/test/sdl/esm/v0/esm_unit_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_unit_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v0/esm_unit_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v0/esm_unit_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 190cacfadb8..e95c4e167aa 100644 --- a/test/sdl/esm/v0/esm_unit_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v0/esm_unit_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/esm/v1/esm_unit_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/esm/v1/esm_unit_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b01af5e28be..dfaf9b8f3f4 100644 --- a/test/sdl/esm/v1/esm_unit_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/esm/v1/esm_unit_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -71,6 +71,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -114,9 +115,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/hwa/hwaFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/hwa/hwaFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index c8c7cf4a5d3..aaffb5a5646 100644 --- a/test/sdl/hwa/hwaFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/hwa/hwaFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -97,9 +98,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -111,9 +112,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/hwa/hwaUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/hwa/hwaUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 450acbb3ef4..c00538367b5 100644 --- a/test/sdl/hwa/hwaUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/hwa/hwaUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/lbist/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/lbist/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 15a04cb1a1d..e7c3ede3e3a 100644 --- a/test/sdl/lbist/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/lbist/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/lbist/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/lbist/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index b99bbe9f272..4d63b9b51ea 100644 --- a/test/sdl/lbist/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/lbist/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcAutomodeTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcAutomodeTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index de346095829..3fe2cf81da8 100644 --- a/test/sdl/mcrc/mcrcAutomodeTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcAutomodeTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcAutomodeTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcAutomodeTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index e661ab28263..b8a762b7076 100644 --- a/test/sdl/mcrc/mcrcAutomodeTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcAutomodeTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcAutomodeTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcAutomodeTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 1d4b6ee611f..40bd12b36be 100644 --- a/test/sdl/mcrc/mcrcAutomodeTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcAutomodeTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcAutomodeTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcAutomodeTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 48654f5990b..e7337e69f78 100644 --- a/test/sdl/mcrc/mcrcAutomodeTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcAutomodeTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcAutomodeTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcAutomodeTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5b2dc12dcfa..fa3df1ae93e 100644 --- a/test/sdl/mcrc/mcrcAutomodeTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcAutomodeTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcAutomodeTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcAutomodeTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 101097dd822..9956425ef70 100644 --- a/test/sdl/mcrc/mcrcAutomodeTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcAutomodeTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcAutomodeTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/mcrc/mcrcAutomodeTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 91291c0cb3e..632ba9bd928 100644 --- a/test/sdl/mcrc/mcrcAutomodeTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/mcrc/mcrcAutomodeTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/mcrc/mcrcAutomodeTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcAutomodeTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8e42a18472a..5978dceaad7 100644 --- a/test/sdl/mcrc/mcrcAutomodeTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcAutomodeTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index a7e6d6d6a90..8b7c93b7eea 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3ed5422d5b0..3e30bb408e1 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c83f0d93d62..034bd91cefc 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 1a48f9450e3..6423b12b146 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ccfa5efca77..d0c085e6cb1 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 0cafe81eb74..b825ade2dbc 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index bba5283891a..47a401fccb1 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,10 +68,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/sdl/dpl/ \ -I${MCU_PLUS_SDK_PATH}/test/sdl/mcrc/mcrcFuncTest/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +119,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +134,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ab5625785d3..3bcfd8fcf2b 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index bd23aa051c5..83946584d5f 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index bba5283891a..47a401fccb1 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -68,10 +68,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/sdl/dpl/ \ -I${MCU_PLUS_SDK_PATH}/test/sdl/mcrc/mcrcFuncTest/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +119,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +134,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ab5625785d3..3bcfd8fcf2b 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/mcrc/mcrcFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index d46d4359262..e180413a2da 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index afea30ce47c..50ceec98856 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index c706aa72b48..1303f768986 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 442bfd2fcc5..c56517025f9 100644 --- a/test/sdl/mcrc/mcrcFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcSemimodeTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcSemimodeTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index d110e0d1592..acbe2d3acd3 100644 --- a/test/sdl/mcrc/mcrcSemimodeTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcSemimodeTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcSemimodeTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcSemimodeTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index cd23999a106..853354fb219 100644 --- a/test/sdl/mcrc/mcrcSemimodeTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcSemimodeTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcSemimodeTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcSemimodeTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9465198a607..5ab27225046 100644 --- a/test/sdl/mcrc/mcrcSemimodeTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcSemimodeTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcSemimodeTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcSemimodeTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 0d5352503d6..a609c2f11b5 100644 --- a/test/sdl/mcrc/mcrcSemimodeTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcSemimodeTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcSemimodeTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcSemimodeTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f2a4ee37c19..d41cbff1a97 100644 --- a/test/sdl/mcrc/mcrcSemimodeTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcSemimodeTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcSemimodeTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcSemimodeTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 627a26a7170..f4a4631fd5b 100644 --- a/test/sdl/mcrc/mcrcSemimodeTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcSemimodeTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcSemimodeTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/mcrc/mcrcSemimodeTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 143496d419b..3f9ecafe6b7 100644 --- a/test/sdl/mcrc/mcrcSemimodeTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/mcrc/mcrcSemimodeTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -98,9 +99,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -112,9 +113,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/mcrc/mcrcSemimodeTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcSemimodeTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index aad7dd693db..555c09734ed 100644 --- a/test/sdl/mcrc/mcrcSemimodeTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcSemimodeTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -68,6 +68,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -111,9 +112,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -126,9 +127,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 80e63bd49ca..822fb816731 100644 --- a/test/sdl/mcrc/mcrcUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f888702e924..6ad917bf20a 100644 --- a/test/sdl/mcrc/mcrcUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index faf508932c1..746d1347b72 100644 --- a/test/sdl/mcrc/mcrcUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 5978bc16932..65fc0ca4c39 100644 --- a/test/sdl/mcrc/mcrcUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 95fab03c93e..41c6b643072 100644 --- a/test/sdl/mcrc/mcrcUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 174db64f732..6c2e9379581 100644 --- a/test/sdl/mcrc/mcrcUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index ff3a2cba35d..5dd5151b615 100644 --- a/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,10 +70,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/sdl/dpl/ \ -I${MCU_PLUS_SDK_PATH}/test/sdl/mcrc/mcrcUt/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index fb0cc5673ba..0ed97fe7d45 100644 --- a/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index f9c30ec3187..99c422e4670 100644 --- a/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index ff3a2cba35d..5dd5151b615 100644 --- a/test/sdl/mcrc/mcrcUt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,10 +70,14 @@ INCLUDES_common := \ -I${MCU_PLUS_SDK_PATH}/test/unity/ \ -I${MCU_PLUS_SDK_PATH}/test/sdl/dpl/ \ -I${MCU_PLUS_SDK_PATH}/test/sdl/mcrc/mcrcUt/ \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ -Igenerated \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +121,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +136,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index fb0cc5673ba..0ed97fe7d45 100644 --- a/test/sdl/mcrc/mcrcUt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/mcrc/mcrcUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 98dbb902f1d..d9ad496bdbd 100644 --- a/test/sdl/mcrc/mcrcUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/mcrc/mcrcUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -114,9 +115,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/mcrc/mcrcUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 569bcd8e579..e7c3b1da3df 100644 --- a/test/sdl/mcrc/mcrcUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 6b8dfcc1956..5ba4ba938f5 100644 --- a/test/sdl/mcrc/mcrcUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mcrc/mcrcUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mcrc/mcrcUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 883ac21b400..c64785de3ab 100644 --- a/test/sdl/mcrc/mcrcUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mcrc/mcrcUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mtog/mtog_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mtog/mtog_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 91557df4970..eb2fb60e1e1 100644 --- a/test/sdl/mtog/mtog_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mtog/mtog_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mtog/mtog_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mtog/mtog_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 630036b06b3..d335010095d 100644 --- a/test/sdl/mtog/mtog_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mtog/mtog_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mtog/mtog_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mtog/mtog_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index a0db2b12c33..6fc3a92ea98 100644 --- a/test/sdl/mtog/mtog_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mtog/mtog_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/mtog/mtog_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/mtog/mtog_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 17e25ff20c1..a452f5f3c18 100644 --- a/test/sdl/mtog/mtog_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/mtog/mtog_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_dmaparity_functest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_dmaparity_functest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a1b9769de42..eec0b9d71f0 100644 --- a/test/sdl/parity/sdl_dmaparity_functest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_dmaparity_functest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_dmaparity_functest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_dmaparity_functest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 259f30d87ca..042938484db 100644 --- a/test/sdl/parity/sdl_dmaparity_functest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_dmaparity_functest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_dmaparity_functest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_dmaparity_functest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 129343c9b2d..3806458ea4d 100644 --- a/test/sdl/parity/sdl_dmaparity_functest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_dmaparity_functest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_dmaparity_functest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_dmaparity_functest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 42a494857d8..2545513a493 100644 --- a/test/sdl/parity/sdl_dmaparity_functest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_dmaparity_functest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_dmaparity_functest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_dmaparity_functest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 7ea4febd18a..d23e0b79647 100644 --- a/test/sdl/parity/sdl_dmaparity_functest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_dmaparity_functest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_dmaparity_functest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_dmaparity_functest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index a09a94f31cf..61ebf67d606 100644 --- a/test/sdl/parity/sdl_dmaparity_functest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_dmaparity_functest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_dmaparity_functest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/parity/sdl_dmaparity_functest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 5855aa8c558..a25576a96ef 100644 --- a/test/sdl/parity/sdl_dmaparity_functest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/parity/sdl_dmaparity_functest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -114,9 +115,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/parity/sdl_dmaparity_functest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_dmaparity_functest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d092acc656e..c170254769b 100644 --- a/test/sdl/parity/sdl_dmaparity_functest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_dmaparity_functest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_tcmparity_functest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_tcmparity_functest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 7527e717c53..62b3521025f 100644 --- a/test/sdl/parity/sdl_tcmparity_functest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_tcmparity_functest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_tcmparity_functest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_tcmparity_functest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 3fc859c19ab..b3cbcf52e7b 100644 --- a/test/sdl/parity/sdl_tcmparity_functest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_tcmparity_functest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_tcmparity_functest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_tcmparity_functest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6fe5883b1a5..cb0ce93bf7a 100644 --- a/test/sdl/parity/sdl_tcmparity_functest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_tcmparity_functest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_tcmparity_functest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_tcmparity_functest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 7e1d791c55d..ec8ee729585 100644 --- a/test/sdl/parity/sdl_tcmparity_functest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_tcmparity_functest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_tcmparity_functest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_tcmparity_functest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d546c1d4ab5..7ee816cb7db 100644 --- a/test/sdl/parity/sdl_tcmparity_functest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_tcmparity_functest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_tcmparity_functest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_tcmparity_functest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 838b53813c0..8d04eb90805 100644 --- a/test/sdl/parity/sdl_tcmparity_functest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_tcmparity_functest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/parity/sdl_tcmparity_functest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/parity/sdl_tcmparity_functest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a82bd62a7eb..3a5558acbbb 100644 --- a/test/sdl/parity/sdl_tcmparity_functest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/parity/sdl_tcmparity_functest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index caf4ba30235..d9020a2c91f 100644 --- a/test/sdl/pbist/ip_pbist_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3efccde65fd..c429d8485ad 100644 --- a/test/sdl/pbist/ip_pbist_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a09420bb7a4..8d9c68025da 100644 --- a/test/sdl/pbist/ip_pbist_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 7bd1a3e5822..8ba367939d0 100644 --- a/test/sdl/pbist/ip_pbist_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d2d80715c3c..8f63d862a5b 100644 --- a/test/sdl/pbist/ip_pbist_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index a4ae43d066c..0ac3c7aa705 100644 --- a/test/sdl/pbist/ip_pbist_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d1c0390e12b..9d6ffbc678a 100644 --- a/test/sdl/pbist/ip_pbist_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 39fb1f18187..38100a22053 100644 --- a/test/sdl/pbist/ip_pbist_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3572d2a237a..e1976be1c36 100644 --- a/test/sdl/pbist/ip_pbist_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index 270050485d5..394fa55de93 100644 --- a/test/sdl/pbist/ip_pbist_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 75fbc8a133c..7a5c2581cdf 100644 --- a/test/sdl/pbist/ip_pbist_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/ip_pbist_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/ip_pbist_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index eb0f26db478..70243977e1e 100644 --- a/test/sdl/pbist/ip_pbist_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/ip_pbist_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index cc1093f03ea..4ff21ddea9a 100644 --- a/test/sdl/pbist/sdl_pbist_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index dc47ee8a7ab..a9d3b188844 100644 --- a/test/sdl/pbist/sdl_pbist_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 31c0d2d4916..9e480de9010 100644 --- a/test/sdl/pbist/sdl_pbist_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 8282149c4e3..9914caac4ff 100644 --- a/test/sdl/pbist/sdl_pbist_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e979566b4d8..25a36e203b6 100644 --- a/test/sdl/pbist/sdl_pbist_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 44ed3b41c46..3cbee1b4f27 100644 --- a/test/sdl/pbist/sdl_pbist_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index dc8a160084b..063b8357976 100644 --- a/test/sdl/pbist/sdl_pbist_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 43c9c6826bd..8a6bd6e9aa9 100644 --- a/test/sdl/pbist/sdl_pbist_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -78,6 +78,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -121,9 +122,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -136,9 +137,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index fb6d1eb89a3..6f5ba3dfd26 100644 --- a/test/sdl/pbist/sdl_pbist_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile index ae5aa109a52..61166102424 100644 --- a/test/sdl/pbist/sdl_pbist_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am273x-evm/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 6cc345ebf81..13d927e9bfb 100644 --- a/test/sdl/pbist/sdl_pbist_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,9 +130,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pbist/sdl_pbist_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pbist/sdl_pbist_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f77c6f6b1ff..12e86375a1d 100644 --- a/test/sdl/pbist/sdl_pbist_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pbist/sdl_pbist_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pok/pokFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pok/pokFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index c275d07328f..7087aca3ce1 100644 --- a/test/sdl/pok/pokFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pok/pokFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pok/pokFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pok/pokFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 053d043ba89..3516ff4ff0a 100644 --- a/test/sdl/pok/pokFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pok/pokFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pok/pokFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pok/pokFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index a746a24711a..2eead31ce7b 100644 --- a/test/sdl/pok/pokFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pok/pokFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pok/pokFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pok/pokFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7e7b8a7792b..7596ca7c89f 100644 --- a/test/sdl/pok/pokFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pok/pokFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pok/pokUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pok/pokUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index dc914152899..fbb8be8c20f 100644 --- a/test/sdl/pok/pokUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pok/pokUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pok/pokUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pok/pokUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 51639a9c140..79d5eb8bafe 100644 --- a/test/sdl/pok/pokUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pok/pokUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pok/pokUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pok/pokUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 101c8f299c7..69a3ae4bb0e 100644 --- a/test/sdl/pok/pokUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pok/pokUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/pok/pokUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/pok/pokUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index de966df28af..64a043256f8 100644 --- a/test/sdl/pok/pokUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/pok/pokUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/reset/reset_mcu/reset_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/reset/reset_mcu/reset_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e887c28bf2a..dcc964ec68b 100644 --- a/test/sdl/reset/reset_mcu/reset_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/reset/reset_mcu/reset_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/reset/reset_mcu/reset_unit_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/reset/reset_mcu/reset_unit_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 420370ba350..f64053ce6f4 100644 --- a/test/sdl/reset/reset_mcu/reset_unit_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/reset/reset_mcu/reset_unit_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rom_checksum/functional_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rom_checksum/functional_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c29f7c25a36..7f8567b49bd 100644 --- a/test/sdl/rom_checksum/functional_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rom_checksum/functional_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rom_checksum/functional_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rom_checksum/functional_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6a363477df9..4efa3795000 100644 --- a/test/sdl/rom_checksum/functional_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rom_checksum/functional_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -64,6 +64,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rom_checksum/unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rom_checksum/unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 732fd7b57a7..5eaad16182d 100644 --- a/test/sdl/rom_checksum/unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rom_checksum/unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rom_checksum/unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rom_checksum/unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 2c51f44b0e3..9a5bea07a0a 100644 --- a/test/sdl/rom_checksum/unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rom_checksum/unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 58fcb0dcf5a..d420e671dbc 100644 --- a/test/sdl/rti/rtiFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 864bd100c75..73f27545d28 100644 --- a/test/sdl/rti/rtiFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 1f3df8c7742..d42a4b70eed 100644 --- a/test/sdl/rti/rtiFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 417f4f345f5..0c2b2851fc8 100644 --- a/test/sdl/rti/rtiFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8921e8b6407..3b68fdf8ffb 100644 --- a/test/sdl/rti/rtiFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 553457e4f32..7189ea57694 100644 --- a/test/sdl/rti/rtiFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 511bcdda30a..49a7ccee160 100644 --- a/test/sdl/rti/rtiFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 60b20b26e64..0d67d035700 100644 --- a/test/sdl/rti/rtiFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/rti/rtiFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 3b245ad39de..e4a6e284918 100644 --- a/test/sdl/rti/rtiFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/rti/rtiFuncTest/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -114,9 +115,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/rti/rtiFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 65944b7af6d..b92175aadf6 100644 --- a/test/sdl/rti/rtiFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index b588d02cb89..c2a6e95eac4 100755 --- a/test/sdl/rti/rtiFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d07cad45835..91ae46cd3f4 100644 --- a/test/sdl/rti/rtiFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiFuncTest/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 5c0698ad2e1..4e0eac2616b 100644 --- a/test/sdl/rti/rtiUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f03e947ada0..6df48d6f0c6 100644 --- a/test/sdl/rti/rtiUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ac0698dc1e2..89fc4b0e70d 100644 --- a/test/sdl/rti/rtiUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index cbca0d128b3..28b9e32bfe8 100644 --- a/test/sdl/rti/rtiUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ -DR5F0_1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 42a344ccf75..09684e5a156 100644 --- a/test/sdl/rti/rtiUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index fef4af78918..f411b088436 100644 --- a/test/sdl/rti/rtiUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5d3f1340183..22b0e134371 100644 --- a/test/sdl/rti/rtiUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F0_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 4b6d5568f0d..b2e88fabe5a 100644 --- a/test/sdl/rti/rtiUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ -DR5F1_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/rti/rtiUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile index a84affd5cd0..daf7f341eb3 100644 --- a/test/sdl/rti/rtiUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/rti/rtiUt/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -99,9 +100,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -113,9 +114,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/rti/rtiUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 9e69221cfb4..36af6196d88 100644 --- a/test/sdl/rti/rtiUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -112,9 +113,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -127,9 +128,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 8d0590a6344..3777621b570 100755 --- a/test/sdl/rti/rtiUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/rti/rtiUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/rti/rtiUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 07b0a164bcc..e5969ef68c0 100644 --- a/test/sdl/rti/rtiUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/rti/rtiUt/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stc/stc_mcu/stc_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stc/stc_mcu/stc_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index e24c981e41e..3e978cb8183 100644 --- a/test/sdl/stc/stc_mcu/stc_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stc/stc_mcu/stc_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stc/stc_mcu/stc_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stc/stc_mcu/stc_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4e07b7b9d29..220689c22fc 100644 --- a/test/sdl/stc/stc_mcu/stc_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stc/stc_mcu/stc_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stc/stc_mcu/stc_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/stc/stc_mcu/stc_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 84070c3a5c4..bb5e43735cd 100644 --- a/test/sdl/stc/stc_mcu/stc_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stc/stc_mcu/stc_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stc/stc_mcu/stc_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stc/stc_mcu/stc_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 0f099b123bc..2ebd9931a7c 100644 --- a/test/sdl/stc/stc_mcu/stc_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stc/stc_mcu/stc_func_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stc/stc_mcu/stc_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/stc/stc_mcu/stc_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index f48f0df1ed7..291f3761d68 100644 --- a/test/sdl/stc/stc_mcu/stc_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stc/stc_mcu/stc_func_test/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stc/stc_mcu/stc_func_test/am273x-evm/c66ss0_nortos/ti-c6000/makefile b/test/sdl/stc/stc_mcu/stc_func_test/am273x-evm/c66ss0_nortos/ti-c6000/makefile index 6c9414e11e5..9ab6e70d163 100644 --- a/test/sdl/stc/stc_mcu/stc_func_test/am273x-evm/c66ss0_nortos/ti-c6000/makefile +++ b/test/sdl/stc/stc_mcu/stc_func_test/am273x-evm/c66ss0_nortos/ti-c6000/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DC66_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ @@ -93,9 +94,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - -ldrivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lunity.am273x.c66.ti-c6000.${ConfigName}.lib \ - -lsdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + -ldrivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lunity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + -lsdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ -llibc.a \ LFLAGS_common = \ @@ -107,9 +108,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.c66.ti-c6000.${ConfigName}.lib \ - drivers.am273x.c66.ti-c6000.${ConfigName}.lib \ - unity.am273x.c66.ti-c6000.${ConfigName}.lib \ - sdl.am273x.c66.ti-c6000.${ConfigName}.lib \ + drivers.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + unity.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ + sdl.am273x.c66.ti-c6000.nortos.${ConfigName}.lib \ libc.a \ LIBS_PATH_NAME = \ diff --git a/test/sdl/stc/stc_mcu/stc_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stc/stc_mcu/stc_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 23442aac2ca..ad8229d6ead 100644 --- a/test/sdl/stc/stc_mcu/stc_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stc/stc_mcu/stc_func_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ -DR5F_INPUTS \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index ebea064f91d..d15dc71a09c 100644 --- a/test/sdl/stog/stog_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 66e4616784e..2473616ad74 100644 --- a/test/sdl/stog/stog_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 3ff82c54313..cac528fd2bc 100644 --- a/test/sdl/stog/stog_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 90fe4f3489a..ba4c61f8d3a 100644 --- a/test/sdl/stog/stog_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index cf7687d036f..c05dcdc4d69 100644 --- a/test/sdl/stog/stog_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -74,6 +74,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -117,9 +118,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -132,9 +133,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index ea5bae0d438..aef6c61e08e 100644 --- a/test/sdl/stog/stog_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 02aa1597a63..9d594203eb5 100644 --- a/test/sdl/stog/stog_func_test_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test_r5f/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 80d84619afe..cd3d75ae0e2 100644 --- a/test/sdl/stog/stog_func_test_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test_r5f/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index c8b2102afe7..34a1dac8da8 100644 --- a/test/sdl/stog/stog_func_test_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test_r5f/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -62,6 +62,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -104,8 +105,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,8 +118,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_func_test_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_func_test_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 87e67099b20..f91b05737e6 100644 --- a/test/sdl/stog/stog_func_test_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_func_test_r5f/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 4b3ac1d30b9..ae8ea379660 100644 --- a/test/sdl/stog/stog_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 8ebe00483cc..3f3e7f1ab22 100644 --- a/test/sdl/stog/stog_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 08c682656a9..cf888d4fdaf 100644 --- a/test/sdl/stog/stog_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index d76f4ceb3cb..3129862cb5d 100644 --- a/test/sdl/stog/stog_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cd1d4019c2f..ed129513bc5 100644 --- a/test/sdl/stog/stog_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index d074fcb255f..4069b5bf16b 100644 --- a/test/sdl/stog/stog_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 5ad18ab4933..3c07dbde864 100644 --- a/test/sdl/stog/stog_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -107,9 +108,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/stog/stog_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/stog/stog_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index cb8530e9b7c..f194304fcbf 100644 --- a/test/sdl/stog/stog_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/stog/stog_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/tmu_rom_checksum/functional_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/tmu_rom_checksum/functional_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index a2e6f653b93..a0f50f987ad 100644 --- a/test/sdl/tmu_rom_checksum/functional_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/tmu_rom_checksum/functional_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/tmu_rom_checksum/functional_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/tmu_rom_checksum/functional_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index f72ea76575f..827b41516e9 100644 --- a/test/sdl/tmu_rom_checksum/functional_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/tmu_rom_checksum/functional_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/tmu_rom_checksum/functional_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/tmu_rom_checksum/functional_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index b9a3db2c0b5..53ffcc8e3e1 100644 --- a/test/sdl/tmu_rom_checksum/functional_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/tmu_rom_checksum/functional_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/tmu_rom_checksum/functional_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/tmu_rom_checksum/functional_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index f3dabe74f9f..0aab0db7c4d 100644 --- a/test/sdl/tmu_rom_checksum/functional_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/tmu_rom_checksum/functional_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/tmu_rom_checksum/unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/tmu_rom_checksum/unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4d381eed7af..17680121348 100644 --- a/test/sdl/tmu_rom_checksum/unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/tmu_rom_checksum/unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/tmu_rom_checksum/unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/tmu_rom_checksum/unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 0b08536f3bf..6135a2360e5 100644 --- a/test/sdl/tmu_rom_checksum/unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/tmu_rom_checksum/unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/tmu_rom_checksum/unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/tmu_rom_checksum/unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cefd04e6daf..5efdc77302e 100644 --- a/test/sdl/tmu_rom_checksum/unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/tmu_rom_checksum/unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/tmu_rom_checksum/unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/tmu_rom_checksum/unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index e0c6f18902d..d6b81ddfdbe 100644 --- a/test/sdl/tmu_rom_checksum/unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/tmu_rom_checksum/unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -73,6 +73,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -116,9 +117,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -131,9 +132,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index e623b8333ec..5bf6add5f47 100644 --- a/test/sdl/utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/utils/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -123,9 +124,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2569b560cb8..67db8762211 100644 --- a/test/sdl/utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/utils/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index 749a5ef83d3..e4c5dcb66e2 100644 --- a/test/sdl/utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/utils/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 8dc422e2d61..84f42f1d2f6 100644 --- a/test/sdl/utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/utils/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index d92df190976..35ab99ac2d7 100644 --- a/test/sdl/utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/utils/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index cc354e0bf9f..a9b574d8014 100644 --- a/test/sdl/utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/utils/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 7ab1ef1e8e5..badda36322c 100644 --- a/test/sdl/utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/utils/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263x.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263x.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 2f9e6ebbeb7..e688a7dddcd 100644 --- a/test/sdl/vtm/vtm_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_func_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0f9e5d50290..ce80fd470d0 100644 --- a/test/sdl/vtm/vtm_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_func_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 522813fd759..7eb31e755b2 100644 --- a/test/sdl/vtm/vtm_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_func_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -106,8 +107,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -119,8 +120,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index bfd02c7481b..b8f1a03580c 100644 --- a/test/sdl/vtm/vtm_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_func_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -107,8 +108,8 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,8 +122,8 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 06137fa613d..3a7c33e8a6f 100644 --- a/test/sdl/vtm/vtm_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_unit_test/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f4712605473..3cd28ff493f 100644 --- a/test/sdl/vtm/vtm_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_unit_test/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 9edd7c8ffc0..cf185cd68cc 100644 --- a/test/sdl/vtm/vtm_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_unit_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile index ca4201937e3..5570839dee6 100644 --- a/test/sdl/vtm/vtm_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_unit_test/am261x-som/r5fss0-1_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2381cf3c1e4..ef3cc28f075 100644 --- a/test/sdl/vtm/vtm_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_unit_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index c64f6c30465..21f57b209e8 100644 --- a/test/sdl/vtm/vtm_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_unit_test/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -72,6 +72,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -115,9 +116,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -130,9 +131,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am263px.r5fss1.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am263px.r5fss1.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 760bb0f9680..b5ca13dd839 100644 --- a/test/sdl/vtm/vtm_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_unit_test/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DM4F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -108,9 +109,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -122,9 +123,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/sdl/vtm/vtm_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/sdl/vtm/vtm_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6ae3f84d16a..d5f38b29986 100644 --- a/test/sdl/vtm/vtm_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/sdl/vtm/vtm_unit_test/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -66,6 +66,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ -DR5F_CORE \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,9 +110,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -124,9 +125,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - sdl.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + sdl.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a739c237a33..528f3fc0720 100644 --- a/test/security/crypto/test_dthe_aes_cbc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 088897dbb52..f13d9555b82 100644 --- a/test/security/crypto/test_dthe_aes_cbc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9e5bbf586f9..6e5a95bc349 100644 --- a/test/security/crypto/test_dthe_aes_cbc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 74d561cbd35..a3e3ae7c73f 100644 --- a/test/security/crypto/test_dthe_aes_cbc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 71e463cf079..c16f86fc862 100644 --- a/test/security/crypto/test_dthe_aes_cbc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2d415ec1d57..1872f25c8f4 100644 --- a/test/security/crypto/test_dthe_aes_cbc_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 2775d22948c..a6eafeed308 100644 --- a/test/security/crypto/test_dthe_aes_cbc_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ea94800746d..3ae42c2f587 100644 --- a/test/security/crypto/test_dthe_aes_cbc_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index e49f9186c87..924b4ea0359 100644 --- a/test/security/crypto/test_dthe_aes_cbc_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cbc_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cbc_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index c69e5de4f10..351a8064bb9 100644 --- a/test/security/crypto/test_dthe_aes_cbc_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cbc_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 1df19757dbe..07478fa0a2e 100644 --- a/test/security/crypto/test_dthe_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cfb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3492fbb9991..ad344639588 100644 --- a/test/security/crypto/test_dthe_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cfb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index ac5b02cbe93..c27f4d53715 100644 --- a/test/security/crypto/test_dthe_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cfb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 43189519b24..a422b84bd63 100644 --- a/test/security/crypto/test_dthe_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cfb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 73997c3eb50..23be7de4916 100644 --- a/test/security/crypto/test_dthe_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cfb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index cd7f86cf67c..e2b311ca273 100644 --- a/test/security/crypto/test_dthe_aes_cmac/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 6adc1ea6bd2..7161126a208 100644 --- a/test/security/crypto/test_dthe_aes_cmac/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 5a120026817..28ea8cc7514 100644 --- a/test/security/crypto/test_dthe_aes_cmac/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c27d5cfea9d..ef8c6e927c7 100644 --- a/test/security/crypto/test_dthe_aes_cmac/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0b258d87ca4..28955b8234a 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 3a2acc8c8a9..bb3e4e1a254 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 6e132f851e5..fd1cda3a420 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 43fa798067b..6f4d87fc38b 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 103116e68eb..69182abf7d4 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 36d397b74ee..5e627c2dd88 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index f7b3534b5c7..d0af3821a86 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2ede99d426b..91d24293bf0 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4faa9f24b24..33c418d4aa8 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 90a942b05e8..880f86f7baa 100644 --- a/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_cmac_stream_unaligned/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0535ec7047d..4c9bd649830 100644 --- a/test/security/crypto/test_dthe_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 930a9a7f8fe..03a8581dc28 100644 --- a/test/security/crypto/test_dthe_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 92ad0d25bac..ebdb3f92b19 100644 --- a/test/security/crypto/test_dthe_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f35bdceb4f0..e7275dcf7d9 100644 --- a/test/security/crypto/test_dthe_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index d46a2572de0..86186a4d43f 100644 --- a/test/security/crypto/test_dthe_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 48cedbe5ca3..3e3261faa0f 100644 --- a/test/security/crypto/test_dthe_aes_ctr_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index ed2ed5e1a75..6a65011d596 100644 --- a/test/security/crypto/test_dthe_aes_ctr_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 97d8858c0b3..b0867d90274 100644 --- a/test/security/crypto/test_dthe_aes_ctr_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 566a7d953c1..0eeabff5066 100644 --- a/test/security/crypto/test_dthe_aes_ctr_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ctr_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ctr_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1dfc7b8e0c4..2987aac82eb 100644 --- a/test/security/crypto/test_dthe_aes_ctr_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ctr_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index c6c2e6e561a..cc8b6655572 100644 --- a/test/security/crypto/test_dthe_aes_ecb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c1e7a45a695..4e52e626c52 100644 --- a/test/security/crypto/test_dthe_aes_ecb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 06c763b5069..9bbd8782a33 100644 --- a/test/security/crypto/test_dthe_aes_ecb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 94f8c9074be..70f7276bd3b 100644 --- a/test/security/crypto/test_dthe_aes_ecb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6b992a04fe1..3d620e3fa43 100644 --- a/test/security/crypto/test_dthe_aes_ecb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 572396d5c1d..b8f1f87cc62 100644 --- a/test/security/crypto/test_dthe_aes_ecb_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb_stream/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 4d128b765e1..7873322ac17 100644 --- a/test/security/crypto/test_dthe_aes_ecb_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb_stream/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 9104acf1c6a..be0ea6f0e00 100644 --- a/test/security/crypto/test_dthe_aes_ecb_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb_stream/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index c55b257acf5..640bd6998ff 100644 --- a/test/security/crypto/test_dthe_aes_ecb_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb_stream/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_ecb_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_ecb_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 6d46c72479e..614a2822cd7 100644 --- a/test/security/crypto/test_dthe_aes_ecb_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_ecb_stream/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_stream_state_test/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_stream_state_test/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 2a3fe027285..9afb0028e12 100644 --- a/test/security/crypto/test_dthe_aes_stream_state_test/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_stream_state_test/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_stream_state_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_stream_state_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index c92d8cf4ff4..fa1f91153d3 100644 --- a/test/security/crypto/test_dthe_aes_stream_state_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_stream_state_test/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_stream_state_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_stream_state_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index d3e76f2fd06..a8fb9752dce 100644 --- a/test/security/crypto/test_dthe_aes_stream_state_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_stream_state_test/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_stream_state_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_stream_state_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index a254d7b9191..5923cbc9737 100644 --- a/test/security/crypto/test_dthe_aes_stream_state_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_stream_state_test/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_aes_stream_state_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_aes_stream_state_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f5026ee4ee0..320880788a8 100644 --- a/test/security/crypto/test_dthe_aes_stream_state_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_aes_stream_state_test/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_hmac_sha/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_hmac_sha/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 171710c7d9d..7bb41a128bc 100644 --- a/test/security/crypto/test_dthe_hmac_sha/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_hmac_sha/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_hmac_sha/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_hmac_sha/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index 41d7a938f87..e473776781c 100644 --- a/test/security/crypto/test_dthe_hmac_sha/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_hmac_sha/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_hmac_sha/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_hmac_sha/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index de99a6134db..0e5799b9b66 100644 --- a/test/security/crypto/test_dthe_hmac_sha/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_hmac_sha/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_hmac_sha/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_hmac_sha/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2407d064f9d..4be1171cc4d 100644 --- a/test/security/crypto/test_dthe_hmac_sha/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_hmac_sha/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_sha/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_sha/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 146c197c47d..8ea7569b683 100644 --- a/test/security/crypto/test_dthe_sha/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_sha/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_sha/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_sha/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index bcc75f84719..e2a6e2d0554 100644 --- a/test/security/crypto/test_dthe_sha/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_sha/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_sha/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_sha/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 2fb0148a698..094d3fd4708 100644 --- a/test/security/crypto/test_dthe_sha/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_sha/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_sha/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_sha/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index f7188fe829f..c7df6402bc3 100644 --- a/test/security/crypto/test_dthe_sha/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_sha/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -69,6 +69,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,10 +114,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -129,10 +130,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_dthe_sha/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_dthe_sha/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index f8f832f209b..b16b958cb5b 100644 --- a/test/security/crypto/test_dthe_sha/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_dthe_sha/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -65,6 +65,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -109,10 +110,10 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,10 +126,10 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_aes/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_aes/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index d77d80fcab3..61d203d1690 100644 --- a/test/security/crypto/test_sa2ul_aes/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_aes/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_aes/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_aes/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 054ad224a67..c27a5167b1b 100644 --- a/test/security/crypto/test_sa2ul_aes/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_aes/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_aes/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_aes/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index ce3dc633202..bfb8d5a0d74 100644 --- a/test/security/crypto/test_sa2ul_aes/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_aes/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_aes/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_aes/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index d8c1bf8744d..7036f9e8732 100644 --- a/test/security/crypto/test_sa2ul_aes/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_aes/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_aes/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_aes/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index aeece7876e6..73410367927 100644 --- a/test/security/crypto/test_sa2ul_aes/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_aes/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index c7e8c847736..b2bf4a026bc 100644 --- a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index af3c980b513..fa82b6d98e6 100644 --- a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index fd35cd52fdc..878bbc63355 100644 --- a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index ca489ed9496..e3c66cafebb 100644 --- a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 0f3fbbd547a..9291b386fb6 100644 --- a/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_ecdsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 5492816dee5..87be5606e4a 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 7413a3cf18c..e99f4da0aa9 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index b80270732b1..5c04964293e 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index b6f1226377f..08f1cb209e5 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index a52619112c7..094392a6588 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_encryption_decryption/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index bfec1959e41..c084a311227 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 1c848d228c1..37ab8bdf179 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index aecce235c44..4206b100a44 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 016b2a966a6..c9fccdb551f 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 052190f78e1..52b60f5bba8 100644 --- a/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_pka/test_rsa_signing_verification/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index 424e4cb2e54..66ace16e841 100644 --- a/test/security/crypto/test_sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_rng/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 4f90baec62a..b741d4b3566 100644 --- a/test/security/crypto/test_sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_rng/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 7838ace67b4..7f3555132cf 100644 --- a/test/security/crypto/test_sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_rng/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index eb7433ba6bf..35726bd5986 100644 --- a/test/security/crypto/test_sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_rng/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 3242fb279fe..9c9548712f5 100644 --- a/test/security/crypto/test_sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_rng/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile index f5c887af71d..c015f434867 100644 --- a/test/security/crypto/test_sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_sha/am243x-evm/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 5130027186a..f9c7120cb9b 100644 --- a/test/security/crypto/test_sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_sha/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile b/test/security/crypto/test_sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile index 5ef3b95331b..ad301d0e482 100644 --- a/test/security/crypto/test_sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile +++ b/test/security/crypto/test_sa2ul_sha/am243x-lp/r5fss0-0_nortos/gcc-armv7/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -100,9 +101,9 @@ LIBS_PATH_common = \ LIBS_common = \ -l:nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - -l:security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + -l:drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + -l:security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LFLAGS_common = \ -mcpu=cortex-r5 \ @@ -120,9 +121,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - drivers.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - unity.am243x.r5f.gcc-armv7.${ConfigName}.lib \ - security.am243x.r5f.gcc-armv7.${ConfigName}.lib \ + drivers.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + unity.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ + security.am243x.r5f.gcc-armv7.nortos.${ConfigName}.lib \ LIBS_PATH_NAME = \ ${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib \ diff --git a/test/security/crypto/test_sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 32fc6d83e21..fa824686793 100644 --- a/test/security/crypto/test_sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_sha/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/security/crypto/test_sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/test/security/crypto/test_sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 89f0d6e6400..11c51886998 100644 --- a/test/security/crypto/test_sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/test/security/crypto/test_sa2ul_sha/am64x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lsecurity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lsecurity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - security.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + security.am64x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index e1485af6dea..e26690ade8d 100644 --- a/test/syscfg/syscfg_combo_1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am243x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 217a213c08d..5539de1425c 100644 --- a/test/syscfg/syscfg_combo_1/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am243x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index f72d8c2bba7..3c56b66eefa 100644 --- a/test/syscfg/syscfg_combo_1/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am243x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile index 9675e84ee8e..01c0805c576 100644 --- a/test/syscfg/syscfg_combo_1/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am243x-lp/m4fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am243x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 0068bd09491..655fdcf7b07 100644 --- a/test/syscfg/syscfg_combo_1/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am243x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile index f51afb0cf3c..0b64bd0c1e8 100644 --- a/test/syscfg/syscfg_combo_1/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am243x-lp/r5fss0-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am243x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile index a7c1dfde7d0..47a7185f289 100644 --- a/test/syscfg/syscfg_combo_1/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263px-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 58ee6faf945..f4e64445b97 100644 --- a/test/syscfg/syscfg_combo_1/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263px-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile index 99d67eab38e..c9328ea2871 100644 --- a/test/syscfg/syscfg_combo_1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263px-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 8279b38a65b..01d984e8ecd 100644 --- a/test/syscfg/syscfg_combo_1/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263px-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 36936575556..5cbd95e246f 100644 --- a/test/syscfg/syscfg_combo_1/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263px-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile index de59c237619..08394459c2b 100644 --- a/test/syscfg/syscfg_combo_1/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263px-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile index 7f0c1a655b1..ddcf70b6472 100644 --- a/test/syscfg/syscfg_combo_1/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263px-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 06429949298..d688cd4b9b0 100644 --- a/test/syscfg/syscfg_combo_1/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263px-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile index 39889a8e652..4d6f47c2580 100644 --- a/test/syscfg/syscfg_combo_1/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263x-cc/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile index 05bdff2b69e..bb16f5d9a92 100644 --- a/test/syscfg/syscfg_combo_1/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263x-cc/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile index da6e9c4b431..ddb8cadd334 100644 --- a/test/syscfg/syscfg_combo_1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263x-cc/r5fss1-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile index 8e588a37bcd..1517ac7356f 100644 --- a/test/syscfg/syscfg_combo_1/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263x-cc/r5fss1-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile index 39889a8e652..4d6f47c2580 100644 --- a/test/syscfg/syscfg_combo_1/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263x-lp/r5fss0-0_freertos/ti-arm-clang/makefile @@ -70,6 +70,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -113,9 +114,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -128,9 +129,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile index 05bdff2b69e..bb16f5d9a92 100644 --- a/test/syscfg/syscfg_combo_1/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263x-lp/r5fss0-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile index da6e9c4b431..ddb8cadd334 100644 --- a/test/syscfg/syscfg_combo_1/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263x-lp/r5fss1-0_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile index 8e588a37bcd..1517ac7356f 100644 --- a/test/syscfg/syscfg_combo_1/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am263x-lp/r5fss1-1_nortos/ti-arm-clang/makefile @@ -67,6 +67,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -110,9 +111,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -125,9 +126,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile index 1154dfb70e9..c2c92a18ebe 100644 --- a/test/syscfg/syscfg_combo_1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am64x-evm/m4fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile index 7170c81f1dd..debbfa852c8 100644 --- a/test/syscfg/syscfg_combo_1/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am64x-evm/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile index 50a79e1470f..0f1a78c64c1 100644 --- a/test/syscfg/syscfg_combo_1/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am64x-evm/r5fss0-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile index 1154dfb70e9..c2c92a18ebe 100644 --- a/test/syscfg/syscfg_combo_1/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am64x-sk/m4fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lunity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.m4f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ + unity.am64x.m4f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile index 7170c81f1dd..debbfa852c8 100644 --- a/test/syscfg/syscfg_combo_1/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am64x-sk/r5fss0-0_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/syscfg/syscfg_combo_1/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile b/test/syscfg/syscfg_combo_1/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile index 50a79e1470f..0f1a78c64c1 100644 --- a/test/syscfg/syscfg_combo_1/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile +++ b/test/syscfg/syscfg_combo_1/am64x-sk/r5fss0-1_freertos/ti-arm-clang/makefile @@ -63,6 +63,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -106,9 +107,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lfreertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lunity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lboard.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + -lunity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -121,9 +122,9 @@ LFLAGS_common = \ LIBS_NAME = \ freertos.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ - unity.am64x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + board.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ + unity.am64x.r5f.ti-arm-clang.freertos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/test/unity/makefile.am243x.m4f.ti-arm-clang.freertos b/test/unity/makefile.am243x.m4f.ti-arm-clang.freertos new file mode 100644 index 00000000000..bd5d0ab7cac --- /dev/null +++ b/test/unity/makefile.am243x.m4f.ti-arm-clang.freertos @@ -0,0 +1,121 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am243x.m4f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CM4F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/m4f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-m4 \ + -mfloat-abi=hard \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/m4f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am243x.m4f.ti-arm-clang b/test/unity/makefile.am243x.m4f.ti-arm-clang.nortos similarity index 97% rename from test/unity/makefile.am243x.m4f.ti-arm-clang rename to test/unity/makefile.am243x.m4f.ti-arm-clang.nortos index 8f96144c6f6..1c6784e481f 100644 --- a/test/unity/makefile.am243x.m4f.ti-arm-clang +++ b/test/unity/makefile.am243x.m4f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am243x.m4f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am243x.m4f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/test/unity/makefile.am243x.r5f.gcc-armv7.freertos b/test/unity/makefile.am243x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..6303001745a --- /dev/null +++ b/test/unity/makefile.am243x.r5f.gcc-armv7.freertos @@ -0,0 +1,116 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am243x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/gcc-armv7/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am243x.r5f.gcc-armv7 b/test/unity/makefile.am243x.r5f.gcc-armv7.nortos similarity index 97% rename from test/unity/makefile.am243x.r5f.gcc-armv7 rename to test/unity/makefile.am243x.r5f.gcc-armv7.nortos index a96432685d4..8293216bf5f 100644 --- a/test/unity/makefile.am243x.r5f.gcc-armv7 +++ b/test/unity/makefile.am243x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am243x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=unity.am243x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/test/unity/makefile.am243x.r5f.ti-arm-clang.freertos b/test/unity/makefile.am243x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..23b32999256 --- /dev/null +++ b/test/unity/makefile.am243x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am243x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am243x/r5f \ + +DEFINES_common := \ + -DSOC_AM243X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am243x/ti-arm-clang/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am243x.r5f.ti-arm-clang b/test/unity/makefile.am243x.r5f.ti-arm-clang.nortos similarity index 97% rename from test/unity/makefile.am243x.r5f.ti-arm-clang rename to test/unity/makefile.am243x.r5f.ti-arm-clang.nortos index e6d558d64cf..24243b2b157 100644 --- a/test/unity/makefile.am243x.r5f.ti-arm-clang +++ b/test/unity/makefile.am243x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am243x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am243x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/test/unity/makefile.am261x.r5f.ti-arm-clang.freertos b/test/unity/makefile.am261x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..8a13977f913 --- /dev/null +++ b/test/unity/makefile.am261x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am261x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am261x/r5f \ + +DEFINES_common := \ + -DSOC_AM261X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am261x/ti-arm-clang/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am261x.r5f.ti-arm-clang b/test/unity/makefile.am261x.r5f.ti-arm-clang.nortos similarity index 97% rename from test/unity/makefile.am261x.r5f.ti-arm-clang rename to test/unity/makefile.am261x.r5f.ti-arm-clang.nortos index 6c69789f375..4f540cc1b7d 100644 --- a/test/unity/makefile.am261x.r5f.ti-arm-clang +++ b/test/unity/makefile.am261x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am261x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am261x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/test/unity/makefile.am263px.r5f.ti-arm-clang.freertos b/test/unity/makefile.am263px.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..58fbca0e2fe --- /dev/null +++ b/test/unity/makefile.am263px.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am263px.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263px/r5f \ + +DEFINES_common := \ + -DSOC_AM263PX \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263px/ti-arm-clang/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am263px.r5f.ti-arm-clang b/test/unity/makefile.am263px.r5f.ti-arm-clang.nortos similarity index 97% rename from test/unity/makefile.am263px.r5f.ti-arm-clang rename to test/unity/makefile.am263px.r5f.ti-arm-clang.nortos index 9f4df072d5b..ca3e7010b7b 100644 --- a/test/unity/makefile.am263px.r5f.ti-arm-clang +++ b/test/unity/makefile.am263px.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am263px.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am263px.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/test/unity/makefile.am263x.m4f.ti-arm-clang b/test/unity/makefile.am263x.m4f.ti-arm-clang deleted file mode 100644 index 3b4ba20eea7..00000000000 --- a/test/unity/makefile.am263x.m4f.ti-arm-clang +++ /dev/null @@ -1,97 +0,0 @@ -# -# Auto generated makefile -# - -export MCU_PLUS_SDK_PATH?=$(abspath ../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=unity.am263x.m4f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - unity.c \ - -FILES_PATH_common = \ - . \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -DEFINES_common := \ - -DSOC_AM263X \ - -CFLAGS_common := \ - -mcpu=cortex-m4 \ - -mfloat-abi=hard \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -O3 \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/m4f/unity/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am263x.r5f.ti-arm-clang.freertos b/test/unity/makefile.am263x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..461281f3fe4 --- /dev/null +++ b/test/unity/makefile.am263x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am263x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am263x/r5f \ + +DEFINES_common := \ + -DSOC_AM263X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am263x/ti-arm-clang/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am263x.r5f.ti-arm-clang b/test/unity/makefile.am263x.r5f.ti-arm-clang.nortos similarity index 97% rename from test/unity/makefile.am263x.r5f.ti-arm-clang rename to test/unity/makefile.am263x.r5f.ti-arm-clang.nortos index 5411a2686c8..e5b9d6c8e2d 100644 --- a/test/unity/makefile.am263x.r5f.ti-arm-clang +++ b/test/unity/makefile.am263x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am263x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am263x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/test/unity/makefile.awr294x.c66.ti-c6000 b/test/unity/makefile.am273x.c66.ti-c6000.freertos similarity index 76% rename from test/unity/makefile.awr294x.c66.ti-c6000 rename to test/unity/makefile.am273x.c66.ti-c6000.freertos index 997c3504b0c..1953a78d54a 100644 --- a/test/unity/makefile.awr294x.c66.ti-c6000 +++ b/test/unity/makefile.am273x.c66.ti-c6000.freertos @@ -10,7 +10,7 @@ AR=$(CGT_TI_C6000_PATH)/bin/ar6x PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.awr294x.c66.ti-c6000.$(PROFILE).lib +LIBNAME:=unity.am273x.c66.ti-c6000.freertos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -21,24 +21,24 @@ FILES_PATH_common = \ INCLUDES_common := \ -I${CG_TOOL_ROOT}/include \ -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ DEFINES_common := \ - -DSOC_AWR294X \ + -DSOC_AM273X \ + -DOS_FREERTOS \ CFLAGS_common := \ -mv6600 \ - --c99 \ + --abi=eabi \ -q \ + -mi10 \ -mo \ -pden \ + -pds=238 \ + -pds=880 \ + -pds1110 \ --emit_warnings_as_errors \ - --mem_model:const=data \ - --mem_model:data=far_aggregates \ - --remove_hooks_when_inlining \ - -on2 \ - --disable_push_pop \ - --fp_mode=relaxed \ - --assume_control_regs_read \ CFLAGS_debug := \ -D_DEBUG_=1 \ @@ -46,14 +46,13 @@ CFLAGS_debug := \ CFLAGS_release := \ --program_level_compile \ -o3 \ - -mf2 \ + -mf3 \ ARFLAGS_common := \ rq \ FILES := $(FILES_common) $(FILES_$(PROFILE)) ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) @@ -65,16 +64,14 @@ INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) LIBDIR := lib -OBJDIR := obj/awr294x/ti-c6000/$(PROFILE)/c66/unity/ +OBJDIR := obj/am273x/ti-c6000/$(PROFILE)/c66/unity/ OBJS := $(FILES:%.c=%.obj) OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) DEPS := $(FILES:%.c=%.d) vpath %.obj $(OBJDIR) vpath %.c $(FILES_PATH) vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) $(OBJDIR)/%.obj %.obj: %.c @echo Compiling: $(LIBNAME): $< @@ -84,10 +81,6 @@ $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -ppd=$(OBJDIR)/$(basename $@).d -ppa -fr=$(OBJDIR)/ -fa=$< - all: $(LIBDIR)/$(LIBNAME) $(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) diff --git a/test/unity/makefile.am273x.c66.ti-c6000 b/test/unity/makefile.am273x.c66.ti-c6000.nortos similarity index 96% rename from test/unity/makefile.am273x.c66.ti-c6000 rename to test/unity/makefile.am273x.c66.ti-c6000.nortos index a3d7f5bcb88..60955f7a0b1 100644 --- a/test/unity/makefile.am273x.c66.ti-c6000 +++ b/test/unity/makefile.am273x.c66.ti-c6000.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_C6000_PATH)/bin/ar6x PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am273x.c66.ti-c6000.$(PROFILE).lib +LIBNAME:=unity.am273x.c66.ti-c6000.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mv6600 \ diff --git a/test/unity/makefile.am273x.r5f.ti-arm-clang.freertos b/test/unity/makefile.am273x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..b1b4425b4d0 --- /dev/null +++ b/test/unity/makefile.am273x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am273x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am273x/r5f \ + +DEFINES_common := \ + -DSOC_AM273X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am273x/ti-arm-clang/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am273x.r5f.ti-arm-clang b/test/unity/makefile.am273x.r5f.ti-arm-clang.nortos similarity index 97% rename from test/unity/makefile.am273x.r5f.ti-arm-clang rename to test/unity/makefile.am273x.r5f.ti-arm-clang.nortos index b5e46cf9925..27d02da29c2 100644 --- a/test/unity/makefile.am273x.r5f.ti-arm-clang +++ b/test/unity/makefile.am273x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am273x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am273x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/test/unity/makefile.am62x.m4f.ti-arm-clang b/test/unity/makefile.am62x.m4f.ti-arm-clang deleted file mode 100644 index 8379a3c7e76..00000000000 --- a/test/unity/makefile.am62x.m4f.ti-arm-clang +++ /dev/null @@ -1,117 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=unity.am62x.m4f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - unity.c \ - -FILES_PATH_common = \ - . \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -DEFINES_common := \ - -DSOC_AM62X \ - -CFLAGS_common := \ - -mcpu=cortex-m4 \ - -mfloat-abi=hard \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/am62x/ti-arm-clang/$(PROFILE)/m4f/unity/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am64x.a53.gcc-aarch64.freertos b/test/unity/makefile.am64x.a53.gcc-aarch64.freertos new file mode 100644 index 00000000000..229891837b8 --- /dev/null +++ b/test/unity/makefile.am64x.a53.gcc-aarch64.freertos @@ -0,0 +1,110 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am64x.a53.gcc-aarch64.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53 \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am64x.a53.gcc-aarch64.freertos-smp b/test/unity/makefile.am64x.a53.gcc-aarch64.freertos-smp new file mode 100644 index 00000000000..6245daac54f --- /dev/null +++ b/test/unity/makefile.am64x.a53.gcc-aarch64.freertos-smp @@ -0,0 +1,110 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_AARCH64_PATH) + +CC=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc +AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am64x.a53.gcc-aarch64.freertos-smp.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel-smp/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable_smp/GCC/ARM_CA53 \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/a53-smp \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS_SMP \ + +CFLAGS_common := \ + -mcpu=cortex-a53+fp+simd \ + -mabi=lp64 \ + -mcmodel=large \ + -mstrict-align \ + -mfix-cortex-a53-835769 \ + -mfix-cortex-a53-843419 \ + -Wall \ + -Werror \ + -g \ + -Wno-int-to-pointer-cast \ + -Wno-pointer-to-int-cast \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-aarch64/$(PROFILE)/a53/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am64x.a53.gcc-aarch64 b/test/unity/makefile.am64x.a53.gcc-aarch64.nortos similarity index 96% rename from test/unity/makefile.am64x.a53.gcc-aarch64 rename to test/unity/makefile.am64x.a53.gcc-aarch64.nortos index ab2724ed889..0650872f919 100644 --- a/test/unity/makefile.am64x.a53.gcc-aarch64 +++ b/test/unity/makefile.am64x.a53.gcc-aarch64.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_AARCH64_PATH)/bin/aarch64-none-elf-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am64x.a53.gcc-aarch64.$(PROFILE).lib +LIBNAME:=unity.am64x.a53.gcc-aarch64.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -23,6 +23,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-a53+fp+simd \ diff --git a/test/unity/makefile.am64x.m4f.ti-arm-clang.freertos b/test/unity/makefile.am64x.m4f.ti-arm-clang.freertos new file mode 100644 index 00000000000..62b29c74e0a --- /dev/null +++ b/test/unity/makefile.am64x.m4f.ti-arm-clang.freertos @@ -0,0 +1,121 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am64x.m4f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CM4F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/m4f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-m4 \ + -mfloat-abi=hard \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/m4f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am64x.m4f.ti-arm-clang b/test/unity/makefile.am64x.m4f.ti-arm-clang.nortos similarity index 97% rename from test/unity/makefile.am64x.m4f.ti-arm-clang rename to test/unity/makefile.am64x.m4f.ti-arm-clang.nortos index 049bf1d4e6d..f0053a051b1 100644 --- a/test/unity/makefile.am64x.m4f.ti-arm-clang +++ b/test/unity/makefile.am64x.m4f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am64x.m4f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am64x.m4f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-m4 \ diff --git a/test/unity/makefile.am64x.r5f.gcc-armv7.freertos b/test/unity/makefile.am64x.r5f.gcc-armv7.freertos new file mode 100644 index 00000000000..179722cdbd4 --- /dev/null +++ b/test/unity/makefile.am64x.r5f.gcc-armv7.freertos @@ -0,0 +1,116 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_GCC_ARMV7_PATH) + +CC=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc +AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am64x.r5f.gcc-armv7.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/arm-none-eabi/include \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -Wall \ + -Werror \ + -mthumb \ + -g \ + -Wno-unused-function \ + -Wno-enum-compare \ + -Wno-uninitialized \ + -Wno-address-of-packed-member \ + -Wno-int-to-pointer-cast \ + -Wno-stringop-truncation \ + -fgnu89-inline \ + -Wno-pointer-to-int-cast \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ + -fdata-sections \ + -ffunction-sections \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -O2 \ + +ARFLAGS_common := \ + cr \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/gcc-armv7/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -MT $@ -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c -x assembler-with-cpp $(CFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am64x.r5f.gcc-armv7 b/test/unity/makefile.am64x.r5f.gcc-armv7.nortos similarity index 97% rename from test/unity/makefile.am64x.r5f.gcc-armv7 rename to test/unity/makefile.am64x.r5f.gcc-armv7.nortos index c2021698b10..061726a5c8f 100644 --- a/test/unity/makefile.am64x.r5f.gcc-armv7 +++ b/test/unity/makefile.am64x.r5f.gcc-armv7.nortos @@ -10,7 +10,7 @@ AR=$(CGT_GCC_ARMV7_PATH)/bin/arm-none-eabi-gcc-ar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am64x.r5f.gcc-armv7.$(PROFILE).lib +LIBNAME:=unity.am64x.r5f.gcc-armv7.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/test/unity/makefile.am64x.r5f.ti-arm-clang.freertos b/test/unity/makefile.am64x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..7238d46e71b --- /dev/null +++ b/test/unity/makefile.am64x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am64x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am64x/r5f \ + +DEFINES_common := \ + -DSOC_AM64X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am64x/ti-arm-clang/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am64x.r5f.ti-arm-clang b/test/unity/makefile.am64x.r5f.ti-arm-clang.nortos similarity index 97% rename from test/unity/makefile.am64x.r5f.ti-arm-clang rename to test/unity/makefile.am64x.r5f.ti-arm-clang.nortos index 8ce4dcf0036..65563e83cc2 100644 --- a/test/unity/makefile.am64x.r5f.ti-arm-clang +++ b/test/unity/makefile.am64x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am64x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am64x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM64X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ diff --git a/test/unity/makefile.am65x.r5f.ti-arm-clang.freertos b/test/unity/makefile.am65x.r5f.ti-arm-clang.freertos new file mode 100644 index 00000000000..ee0a2352cd5 --- /dev/null +++ b/test/unity/makefile.am65x.r5f.ti-arm-clang.freertos @@ -0,0 +1,122 @@ + +export MCU_PLUS_SDK_PATH?=$(abspath ../..) +include $(MCU_PLUS_SDK_PATH)/imports.mak + +CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) + +CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang +AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar + +PROFILE?=release +ConfigName:=$(PROFILE) + +LIBNAME:=unity.am65x.r5f.ti-arm-clang.freertos.$(PROFILE).lib + +FILES_common := \ + unity.c \ + +FILES_PATH_common = \ + . \ + +INCLUDES_common := \ + -I${CG_TOOL_ROOT}/include/c \ + -I${MCU_PLUS_SDK_PATH}/source \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/FreeRTOS-Kernel/include \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F \ + -I${MCU_PLUS_SDK_PATH}/source/kernel/freertos/config/am65x/r5f \ + +DEFINES_common := \ + -DSOC_AM65X \ + -DOS_FREERTOS \ + +CFLAGS_common := \ + -mcpu=cortex-r5 \ + -mfloat-abi=hard \ + -mfpu=vfpv3-d16 \ + -mthumb \ + -Wall \ + -Werror \ + -g \ + -Wno-gnu-variable-sized-type-not-at-end \ + -Wno-unused-function \ + +CFLAGS_cpp_common := \ + -Wno-c99-designator \ + -Wno-extern-c-compat \ + -Wno-c++11-narrowing \ + -Wno-reorder-init-list \ + -Wno-register \ + -Wno-writable-strings \ + -Wno-enum-compare \ + -Wno-reserved-user-defined-literal \ + -Wno-unused-const-variable \ + -Wno-vla-cxx-extension \ + -x c++ \ + +CFLAGS_debug := \ + -D_DEBUG_=1 \ + +CFLAGS_release := \ + -Os \ + +ARFLAGS_common := \ + rc \ + +FILES := $(FILES_common) $(FILES_$(PROFILE)) +ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) +FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) +CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) +ifeq ($(INSTRUMENTATION_MODE), yes) +CFLAGS += -fprofile-instr-generate -fcoverage-mapping +endif +ifeq ($(CPLUSPLUS_BUILD), yes) +CFLAGS += $(CFLAGS_cpp_common) +endif +DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) +INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) +ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) + +LIBDIR := lib +OBJDIR := obj/am65x/ti-arm-clang/$(PROFILE)/r5f/unity/ +OBJS := $(FILES:%.c=%.obj) +OBJS += $(ASMFILES:%.S=%.obj) +DEPS := $(FILES:%.c=%.d) + +vpath %.obj $(OBJDIR) +vpath %.c $(FILES_PATH) +vpath %.S $(FILES_PATH) + +$(OBJDIR)/%.obj %.obj: %.c + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< + +$(OBJDIR)/%.obj %.obj: %.S + @echo Compiling: $(LIBNAME): $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< + +all: $(LIBDIR)/$(LIBNAME) + +$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) + @echo . + @echo Archiving: $(LIBNAME) to $@ ... + $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) + @echo Archiving: $(LIBNAME) Done !!! + @echo . + +clean: + @echo Cleaning: $(LIBNAME) ... + $(RMDIR) $(OBJDIR) + $(RM) $(LIBDIR)/$(LIBNAME) + +scrub: + @echo Scrubing: $(LIBNAME) ... + -$(RMDIR) obj/ + -$(RMDIR) lib/ + +$(OBJS): | $(OBJDIR) + +$(LIBDIR) $(OBJDIR): + $(MKDIR) $@ + +-include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/test/unity/makefile.am65x.r5f.ti-arm-clang b/test/unity/makefile.am65x.r5f.ti-arm-clang.nortos similarity index 94% rename from test/unity/makefile.am65x.r5f.ti-arm-clang rename to test/unity/makefile.am65x.r5f.ti-arm-clang.nortos index 1d4853b75ea..75f3083cb55 100644 --- a/test/unity/makefile.am65x.r5f.ti-arm-clang +++ b/test/unity/makefile.am65x.r5f.ti-arm-clang.nortos @@ -10,7 +10,7 @@ AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar PROFILE?=release ConfigName:=$(PROFILE) -LIBNAME:=unity.am65x.r5f.ti-arm-clang.$(PROFILE).lib +LIBNAME:=unity.am65x.r5f.ti-arm-clang.nortos.$(PROFILE).lib FILES_common := \ unity.c \ @@ -24,6 +24,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM65X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -89,7 +90,7 @@ $(OBJDIR)/%.obj %.obj: %.c $(OBJDIR)/%.obj %.obj: %.S @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< + $(CC) -c $(ASMFLAGS) $(INCLUDES) $(DEFINES) -o $(OBJDIR)/$@ $< all: $(LIBDIR)/$(LIBNAME) diff --git a/test/unity/makefile.awr294x.r5f.ti-arm-clang b/test/unity/makefile.awr294x.r5f.ti-arm-clang deleted file mode 100644 index d431298baab..00000000000 --- a/test/unity/makefile.awr294x.r5f.ti-arm-clang +++ /dev/null @@ -1,125 +0,0 @@ - -export MCU_PLUS_SDK_PATH?=$(abspath ../..) -include $(MCU_PLUS_SDK_PATH)/imports.mak - -CG_TOOL_ROOT=$(CGT_TI_ARM_CLANG_PATH) - -CC=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmclang -AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar - -PROFILE?=release -ConfigName:=$(PROFILE) - -LIBNAME:=unity.awr294x.r5f.ti-arm-clang.$(PROFILE).lib - -FILES_common := \ - unity.c \ - -FILES_PATH_common = \ - . \ - -INCLUDES_common := \ - -I${CG_TOOL_ROOT}/include/c \ - -I${MCU_PLUS_SDK_PATH}/source \ - -DEFINES_common := \ - -DSOC_AWR294X \ - -CFLAGS_common := \ - -mcpu=cortex-r5 \ - -mfloat-abi=hard \ - -mfpu=vfpv3-d16 \ - -mthumb \ - -Wall \ - -Werror \ - -g \ - -Wno-gnu-variable-sized-type-not-at-end \ - -Wno-unused-function \ - -CFLAGS_cpp_common := \ - -Wno-c99-designator \ - -Wno-extern-c-compat \ - -Wno-c++11-narrowing \ - -Wno-reorder-init-list \ - -Wno-register \ - -Wno-writable-strings \ - -Wno-enum-compare \ - -Wno-reserved-user-defined-literal \ - -Wno-unused-const-variable \ - -Wno-vla-cxx-extension \ - -x c++ \ - -CFLAGS_debug := \ - -D_DEBUG_=1 \ - -CFLAGS_release := \ - -Os \ - -ARFLAGS_common := \ - rc \ - -FILES := $(FILES_common) $(FILES_$(PROFILE)) -ASMFILES := $(ASMFILES_common) $(ASMFILES_$(PROFILE)) -ASMEXTNFILES := $(ASMEXTNFILES_common) $(ASMEXTNFILES_$(PROFILE)) -FILES_PATH := $(FILES_PATH_common) $(FILES_PATH_$(PROFILE)) -CFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ASMFLAGS := $(CFLAGS_common) $(CFLAGS_$(PROFILE)) -ifeq ($(INSTRUMENTATION_MODE), yes) -CFLAGS += -fprofile-instr-generate -fcoverage-mapping -endif -ifeq ($(CPLUSPLUS_BUILD), yes) -CFLAGS += $(CFLAGS_cpp_common) -endif -DEFINES := $(DEFINES_common) $(DEFINES_$(PROFILE)) -INCLUDES := $(INCLUDES_common) $(INCLUDE_$(PROFILE)) -ARFLAGS := $(ARFLAGS_common) $(ARFLAGS_$(PROFILE)) - -LIBDIR := lib -OBJDIR := obj/awr294x/ti-arm-clang/$(PROFILE)/r5f/unity/ -OBJS := $(FILES:%.c=%.obj) -OBJS += $(ASMFILES:%.S=%.obj) -OBJS += $(ASMEXTNFILES:%.asm=%.obj) -DEPS := $(FILES:%.c=%.d) - -vpath %.obj $(OBJDIR) -vpath %.c $(FILES_PATH) -vpath %.S $(FILES_PATH) -vpath %.asm $(FILES_PATH) - -$(OBJDIR)/%.obj %.obj: %.c - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) -MMD -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.S - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(ASMFLAGS) -o $(OBJDIR)/$@ $< - -$(OBJDIR)/%.obj %.obj: %.asm - @echo Compiling: $(LIBNAME): $< - $(CC) -c $(CFLAGS) -o $(OBJDIR)/$@ $< - -all: $(LIBDIR)/$(LIBNAME) - -$(LIBDIR)/$(LIBNAME): $(OBJS) | $(LIBDIR) - @echo . - @echo Archiving: $(LIBNAME) to $@ ... - $(AR) $(ARFLAGS) $@ $(addprefix $(OBJDIR), $(OBJS)) - @echo Archiving: $(LIBNAME) Done !!! - @echo . - -clean: - @echo Cleaning: $(LIBNAME) ... - $(RMDIR) $(OBJDIR) - $(RM) $(LIBDIR)/$(LIBNAME) - -scrub: - @echo Scrubing: $(LIBNAME) ... - -$(RMDIR) obj/ - -$(RMDIR) lib/ - -$(OBJS): | $(OBJDIR) - -$(LIBDIR) $(OBJDIR): - $(MKDIR) $@ - --include $(addprefix $(OBJDIR)/, $(DEPS)) diff --git a/tools/flasher/jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 843e3bf71bc..de5cb9f6354 100644 --- a/tools/flasher/jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmiddleware.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 414d4635835..b1aae52f4f2 100644 --- a/tools/flasher/jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am243x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/tools/flasher/jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 25400d6cfea..23e5a737a2d 100644 --- a/tools/flasher/jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -41,6 +41,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM243X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -70,9 +71,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.debug.lib - -ldrivers.am243x.r5f.ti-arm-clang.debug.lib - -lboard.am243x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am243x.r5f.ti-arm-clang.debug.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -83,9 +84,9 @@ " linkerBuildOptions=" -lnortos.am243x.r5f.ti-arm-clang.release.lib - -ldrivers.am243x.r5f.ti-arm-clang.release.lib - -lboard.am243x.r5f.ti-arm-clang.release.lib - -lmiddleware.am243x.r5f.ti-arm-clang.release.lib + -ldrivers.am243x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am243x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index a912497058d..75d05ee75e5 100644 --- a/tools/flasher/jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am243x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -58,6 +58,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM243X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -101,9 +102,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -116,9 +117,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am243x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am243x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/tools/flasher/jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index b0f475db0d8..d658f970c07 100644 --- a/tools/flasher/jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 98496a6d874..2d1a5d5f320 100644 --- a/tools/flasher/jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am261x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/tools/flasher/jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 38b2ceb70b3..5af7f1822c5 100644 --- a/tools/flasher/jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM261X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.debug.lib - -ldrivers.am261x.r5f.ti-arm-clang.debug.lib - -lboard.am261x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am261x.r5f.ti-arm-clang.debug.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am261x.r5f.ti-arm-clang.release.lib - -ldrivers.am261x.r5f.ti-arm-clang.release.lib - -lboard.am261x.r5f.ti-arm-clang.release.lib - -lmiddleware.am261x.r5f.ti-arm-clang.release.lib + -ldrivers.am261x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am261x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile index cc821198c63..0c198a3c0a5 100644 --- a/tools/flasher/jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am261x-som/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM261X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am261x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am261x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/tools/flasher/jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index bd2743ef9b2..e58dc0b8833 100644 --- a/tools/flasher/jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4d8671db8a9..45bb4c9bb59 100644 --- a/tools/flasher/jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am263px-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/tools/flasher/jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index dbdc35f95b4..ce35dcbd466 100644 --- a/tools/flasher/jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263PX + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.debug.lib - -ldrivers.am263px.r5f.ti-arm-clang.debug.lib - -lboard.am263px.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263px.r5f.ti-arm-clang.debug.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263px.r5f.ti-arm-clang.release.lib - -ldrivers.am263px.r5f.ti-arm-clang.release.lib - -lboard.am263px.r5f.ti-arm-clang.release.lib - -lmiddleware.am263px.r5f.ti-arm-clang.release.lib + -ldrivers.am263px.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263px.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 8f965d95ac9..07db3fadcd1 100644 --- a/tools/flasher/jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am263px-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -60,6 +60,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263PX \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -103,9 +104,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -118,9 +119,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263px.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263px.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/tools/flasher/jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index e97ac3efc90..a8affc64721 100644 --- a/tools/flasher/jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile index 4209a37ed66..115941325f8 100644 --- a/tools/flasher/jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am263x-cc/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/tools/flasher/jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 262c51fba26..211f00f8077 100644 --- a/tools/flasher/jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM263X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.debug.lib - -ldrivers.am263x.r5f.ti-arm-clang.debug.lib - -lboard.am263x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am263x.r5f.ti-arm-clang.debug.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am263x.r5f.ti-arm-clang.release.lib - -ldrivers.am263x.r5f.ti-arm-clang.release.lib - -lboard.am263x.r5f.ti-arm-clang.release.lib - -lmiddleware.am263x.r5f.ti-arm-clang.release.lib + -ldrivers.am263x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am263x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile index 0bab3ceecd8..70d0dec1cf4 100644 --- a/tools/flasher/jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am263x-lp/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM263X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am263x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am263x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \ diff --git a/tools/flasher/jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/tools/flasher/jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 5bf9e5da981..b5f9f047a8f 100644 --- a/tools/flasher/jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/tools/flasher/jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -42,6 +42,7 @@ -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -DSOC_AM273X + -DOS_NORTOS " linkerBuildOptions=" -i${MCU_PLUS_SDK_PATH}/source/kernel/nortos/lib @@ -71,9 +72,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.debug.lib - -ldrivers.am273x.r5f.ti-arm-clang.debug.lib - -lboard.am273x.r5f.ti-arm-clang.debug.lib - -lmiddleware.am273x.r5f.ti-arm-clang.debug.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.debug.lib + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.debug.lib -llibc.a -llibsysbm.a " @@ -84,9 +85,9 @@ " linkerBuildOptions=" -lnortos.am273x.r5f.ti-arm-clang.release.lib - -ldrivers.am273x.r5f.ti-arm-clang.release.lib - -lboard.am273x.r5f.ti-arm-clang.release.lib - -lmiddleware.am273x.r5f.ti-arm-clang.release.lib + -ldrivers.am273x.r5f.ti-arm-clang.nortos.release.lib + -lboard.am273x.r5f.ti-arm-clang.nortos.release.lib + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.release.lib -llibc.a -llibsysbm.a " diff --git a/tools/flasher/jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile b/tools/flasher/jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile index 064b6d07a46..9223b1413e2 100644 --- a/tools/flasher/jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile +++ b/tools/flasher/jtag_uniflash/am273x-evm/r5fss0-0_nortos/ti-arm-clang/makefile @@ -59,6 +59,7 @@ INCLUDES_common := \ DEFINES_common := \ -DSOC_AM273X \ + -DOS_NORTOS \ CFLAGS_common := \ -mcpu=cortex-r5 \ @@ -102,9 +103,9 @@ LIBS_PATH_common = \ LIBS_common = \ -lnortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -ldrivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lboard.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - -lmiddleware.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + -ldrivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lboard.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + -lmiddleware.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ -llibc.a \ -llibsysbm.a \ @@ -117,9 +118,9 @@ LFLAGS_common = \ LIBS_NAME = \ nortos.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - drivers.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - board.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ - middleware.am273x.r5f.ti-arm-clang.${ConfigName}.lib \ + drivers.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + board.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ + middleware.am273x.r5f.ti-arm-clang.nortos.${ConfigName}.lib \ libc.a \ libsysbm.a \